Package org.carrot2.source.lucene

Fetches documents from a local Lucene index.

See:
          Description

Interface Summary
IFieldMapper Maps Lucene index's fields onto Carrot2 Document fields.
 

Class Summary
FSDirectoryWrapper Wraps FSDirectory for serialization with SimpleXML.
LuceneDocumentSource A IDocumentSource fetching Documents from a local Apache Lucene index.
LuceneDocumentSourceDescriptor Metadata and attributes of the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor.AttributeBuilder Attribute map builder for the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor.Attributes All attributes of the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor.Keys Constants for all attribute keys of the LuceneDocumentSource component.
PlainTextFormatter An implementation of the Lucene highlighter's Formatter interface that doesn't do any highlighting and just returns the original text.
SimpleFieldMapper A simple IFieldMapper with one-to-one mapping between the default title, url and summary fields.
SimpleFieldMapperDescriptor Metadata and attributes of the SimpleFieldMapper component.
SimpleFieldMapperDescriptor.AttributeBuilder Attribute map builder for the SimpleFieldMapper component.
SimpleFieldMapperDescriptor.Attributes All attributes of the SimpleFieldMapper component.
SimpleFieldMapperDescriptor.Keys Constants for all attribute keys of the SimpleFieldMapper component.
StandardAnalyzerWrapper Lucene's StandardAnalyzer with a parameterless constructor defining the compatibility flag to the version Version#LUCENE_CURRENT (no fixed Lucene dependency).
 

Package org.carrot2.source.lucene Description

Fetches documents from a local Lucene index.



Copyright (c) Dawid Weiss, Stanislaw Osinski