Package | Description |
---|---|
org.apache.lucene.search |
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
|
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 List<PhraseWildcardQuery.PhraseTerm> |
PhraseWildcardQuery.phraseTerms |
protected List<PhraseWildcardQuery.PhraseTerm> |
PhraseWildcardQuery.Builder.phraseTerms |
Constructor and Description |
---|
PhraseWildcardQuery(String field,
List<PhraseWildcardQuery.PhraseTerm> phraseTerms,
int slop,
int maxMultiTermExpansions,
boolean segmentOptimizationEnabled) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.