Package | Description |
---|---|
org.apache.lucene.queryparser.classic |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.vectorhighlight |
Another highlighter implementation based on term vectors.
|
Modifier and Type | Method and Description |
---|---|
private PhraseQuery |
QueryParserBase.addSlopToPhrase(PhraseQuery query,
int slop)
Rebuild a phrase query with a slop value
|
Modifier and Type | Method and Description |
---|---|
private PhraseQuery |
QueryParserBase.addSlopToPhrase(PhraseQuery query,
int slop)
Rebuild a phrase query with a slop value
|
Modifier and Type | Field and Description |
---|---|
private PhraseQuery |
NGramPhraseQuery.phraseQuery |
Modifier and Type | Method and Description |
---|---|
PhraseQuery |
PhraseQuery.Builder.build()
Build a phrase query based on the terms that have been added.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
PhraseQuery.equalsTo(PhraseQuery other) |
Constructor and Description |
---|
NGramPhraseQuery(int n,
PhraseQuery query)
Constructor that takes gram size.
|
Modifier and Type | Method and Description |
---|---|
private void |
FieldQuery.checkOverlap(java.util.Collection<Query> expandQueries,
PhraseQuery a,
float aBoost,
PhraseQuery b,
float bBoost) |