Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
org.apache.lucene.search.postingshighlight |
Highlighter implementation that uses offsets from postings lists.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<CharacterRunAutomaton> |
Dictionary.patterns |
Modifier and Type | Method and Description |
---|---|
(package private) static CharacterRunAutomaton[] |
MultiTermHighlighting.extractAutomata(Query query,
java.lang.String field)
Extracts all MultiTermQueries for
field , and returns equivalent
automata that will match terms. |
Modifier and Type | Method and Description |
---|---|
(package private) static PostingsEnum |
MultiTermHighlighting.getDocsEnum(TokenStream ts,
CharacterRunAutomaton[] matchers)
Returns a "fake" DocsAndPositionsEnum over the tokenstream, returning offsets where
matchers
matches tokens. |