Interface | Description |
---|---|
IFieldMapper |
Maps Lucene index's fields onto Carrot2
Document fields. |
Class | Description |
---|---|
FSDirectoryWrapper |
Wraps
FSDirectory for serialization with SimpleXML. |
LuceneDocumentSource |
A
IDocumentSource fetching Document s 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. |
Fetches documents from a local Lucene index.