| 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. |
| Constructor and Description |
|---|
Builder(MultiPhraseQuery multiPhraseQuery)
Copy constructor: this will create a builder that has the same
configuration as the provided builder.
|
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.