Package | Description |
---|---|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.monitor |
Monitoring framework
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Field and Description |
---|---|
BytesRefHash |
SynonymMap.words
map<ord, outputword>
|
Constructor and Description |
---|
SynonymMap(FST<BytesRef> fst,
BytesRefHash words,
int maxHorizontalContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,BytesRefHash> |
TermFilteredPresearcher.collectTerms(QueryTree querytree)
Collects terms from a
QueryTree and maps them per-field |
Constructor and Description |
---|
SeekingTermSetTermsEnum(TermsEnum tenum,
BytesRefHash terms,
int[] ords)
Constructor
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.