Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard.builders |
Standard Lucene Query Node Builders.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util |
Some utility classes.
|
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-2016 The Apache Software Foundation. All Rights Reserved.