|
Class Summary |
| AutoSuggestIndexAnalyzer |
Subclass of Lucene's Analyzer that supports the EdgeNGramTokenFilter for auto-suggest. |
| AutoSuggestQueryAnalyzer |
Subclass of Lucene's Analyzer that supports the KeywordTokenizer for auto-suggest. |
| EIModelLuceneIndexer |
Extension of LuceneIndexer that populates an index using the labels of all
for resource and non-resource classes in the eagle-i ontology. |
| EntityMatchImpl |
Implementation of EntityMatch |
| LuceneConfig |
Contains some utility methods for creating common configurations
of LuceneEntityExtractionProvider and LuceneIndexer. |
| LuceneEntityExtractionIndexer |
Wrapper class for a Lucene index that is used for entity extraction and auto-suggestion. |
| LuceneEntityExtractionProvider |
Implementation of EntityExtractorProvider that supports the entity extraction for
subtrees of a specified OntModel. |
| LuceneUtils |
Lucene utility code. |
| PorterStemAnalyzer |
Subclass of Lucene's StandardAnalyzer that adds the PorterStemFilter |