Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard.builders |
Standard Lucene Query Node Builders.
|
org.apache.lucene.search |
This package contains a single proximity query, TermAutomatonQuery.
|
org.apache.lucene.util |
General test support.
|
Modifier and Type | Method and Description |
---|---|
PhraseQuery |
PhraseQueryNodeBuilder.build(QueryNode queryNode) |
Modifier and Type | Class and Description |
---|---|
class |
NGramPhraseQuery
This is a
PhraseQuery which is optimized for n-gram phrase query. |
Modifier and Type | Method and Description |
---|---|
protected PhraseQuery |
QueryBuilder.newPhraseQuery()
Builds a new PhraseQuery instance.
|
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.