gov.nist.nlpir.irf.indexer
Class UniversalIndexer

java.lang.Object
  |
  +--gov.nist.nlpir.irf.indexer.Indexer
        |
        +--gov.nist.nlpir.irf.indexer.UniversalIndexer

public class UniversalIndexer
extends Indexer

A general purpose indexer.

Version:
$Revision: 1.1 $
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.indexer.Indexer
serialVersionUID
 
Constructor Summary
UniversalIndexer()
           
 
Method Summary
 java.util.Vector getIndexingFeatures(DataElem de, ProxyDocument proxyDoc)
          Returns the indexing features that were extracted from specified data element and document at indexing time.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

UniversalIndexer

public UniversalIndexer()
Method Detail

getIndexingFeatures

public java.util.Vector getIndexingFeatures(DataElem de,
                                            ProxyDocument proxyDoc)
Returns the indexing features that were extracted from specified data element and document at indexing time.
Parameters:
de - the data element from which to extract features
doc - the (proxy) document which contains the data element
Returns:
a vector of features for the specified data element and document
Overrides:
getIndexingFeatures in class Indexer