gov.nist.nlpir.irf.index
Class KeyWordIndex

java.lang.Object
  |
  +--gov.nist.nlpir.irf.InfoObj
        |
        +--gov.nist.nlpir.irf.index.Index
              |
              +--gov.nist.nlpir.irf.index.KeyWordIndex

public class KeyWordIndex
extends Index

Extends the Index for KeyWord indexes.

Version:
$Revision: 1.3 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
Serialized Form

Fields inherited from class gov.nist.nlpir.irf.index.Index
appliedIndexer, IFs, indexName, serialVersionUID
 
Constructor Summary
KeyWordIndex()
          Creates a KeyWord Index called "Unnamed Index".
KeyWordIndex(java.lang.String location, java.lang.String name)
          Creates a KeyWord Index with the supplied name.
 
Methods inherited from class gov.nist.nlpir.irf.index.Index
addIndexingFeatures, checkIndexer, clear, getFeatures, getName, getSources, present, presentStatistics, retrieve, showStatistics, toString, update
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

KeyWordIndex

public KeyWordIndex()
Creates a KeyWord Index called "Unnamed Index".

KeyWordIndex

public KeyWordIndex(java.lang.String location,
                    java.lang.String name)
Creates a KeyWord Index with the supplied name.
Parameters:
location - index location information
name - index name.