Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard.builders |
Standard Lucene Query Node Builders.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
MultiPhraseQuery |
MultiPhraseQueryNodeBuilder.build(QueryNode queryNode) |
Modifier and Type | Method and Description |
---|---|
MultiPhraseQuery |
MultiPhraseQuery.Builder.build()
Builds a
MultiPhraseQuery . |
Modifier and Type | Method and Description |
---|---|
private boolean |
MultiPhraseQuery.equalsTo(MultiPhraseQuery other) |
Constructor and Description |
---|
Builder(MultiPhraseQuery multiPhraseQuery)
Copy constructor: this will create a builder that has the same
configuration as the provided builder.
|