Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
PhraseWildcardQuery.MultiTerm
Phrase term with expansions.
|
protected static class |
PhraseWildcardQuery.SingleTerm
Phrase term with no expansion.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<PhraseWildcardQuery.PhraseTerm> |
PhraseWildcardQuery.phraseTerms |
protected java.util.List<PhraseWildcardQuery.PhraseTerm> |
PhraseWildcardQuery.Builder.phraseTerms |
Constructor and Description |
---|
PhraseWildcardQuery(java.lang.String field,
java.util.List<PhraseWildcardQuery.PhraseTerm> phraseTerms,
int slop,
int maxMultiTermExpansions,
boolean segmentOptimizationEnabled) |