|
Class Summary |
| CustomAnalyzer |
A CustomAnalyzer mimics Lucene's StandardAnalyzer with no stopwords, inserts
extra "subtokens" to improve searchability and keeps track of token
frequencies to facilitate significant term extraction. |
| CustomAnalyzer.TermFrequency |
|
| IndexConstants |
Constants and utility methods related to the text indexing performed by a
CrawlingRepository. |
| IndexUtil |
|
| LuceneIndex |
Class representing a Lucene index which handles read/write synchronization. |
| LuceneSail |
A Sail implementation that resolves specific statement patterns using a
Lucene index and other patterns using a wrapped Sail. |
| LuceneSailConnection |
|