Methods in anl.aida.ae.lucene with parameters of type Keywords |
org.apache.lucene.document.Field |
LuceneConsumer.CacheFieldBuilder.build(org.apache.uima.cas.CAS cas,
org.apache.lucene.document.Document doc,
Keywords keywords)
|
org.apache.lucene.document.Field |
FieldBuilder.build(org.apache.uima.cas.CAS cas,
org.apache.lucene.document.Document doc,
Keywords keywords)
Builds a Field in the specified Document
using values from the specified CAS. |
org.apache.lucene.document.Field |
DefaultFieldBuilder.build(org.apache.uima.cas.CAS cas,
org.apache.lucene.document.Document doc,
Keywords keywords)
Builds a Field in the specified Document using values from the specified
CAS. |
void |
CacheCreator.createCache(java.io.File outputDir,
ReaderProducer readerProducer,
Keywords keywords)
Creates the cache in the specified directory. |
private void |
CacheCreator.createTmpIndex(java.io.File tmpDir,
DateRange range,
ReaderProducer rProducer,
Keywords keywords)
|