Package org.carrot2.input.lucene

This package contains an input component querying a local Lucene index.

See:
          Description

Interface Summary
AnalyzerFactory Lucene analyzer factory.
 

Class Summary
LuceneDumpLocalInputComponent  
LuceneLocalInputComponent Implements a local input component that reads data from Lucene index.
LuceneLocalInputComponentConfig Configuration for the Lucene input component.
LuceneLocalInputComponentFactory  
LuceneLocalInputComponentFactoryConfig All settings required for the lucene input component factory: searched fields, analyzer, summarizer config etc.
LuceneLocalInputComponentFactoryConfig.LuceneSummarizerConfig Setting of the Lucene's snippet generator to be used on the summary field.
PlainTextFormatter An implementation of the Lucene highlighter's Formatter interface that doesn't do any highlighting and just returns the original text.
PorterAnalyzerFactory  
SimpleAnalyzerFactory  
StandardAnalyzerFactory  
StandardAnalyzerWithPorterStemmer A standard analyzer with Porter stemmer
WhitespaceAnalyzerFactory  
 

Package org.carrot2.input.lucene Description

This package contains an input component querying a local Lucene index.



Copyright (c) Dawid Weiss, Stanislaw Osinski