Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
This is an another highlighter implementation.
|
Modifier and Type | Method | Description |
---|---|---|
FieldTermStack.TermInfo |
FieldTermStack.pop() |
Modifier and Type | Method | Description |
---|---|---|
int |
FieldTermStack.TermInfo.compareTo(FieldTermStack.TermInfo o) |
|
void |
FieldTermStack.push(FieldTermStack.TermInfo termInfo) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
FieldQuery.QueryPhraseMap.isValidTermOrPhrase(List<FieldTermStack.TermInfo> phraseCandidate) |
|
FieldQuery.QueryPhraseMap |
FieldQuery.QueryPhraseMap.searchPhrase(List<FieldTermStack.TermInfo> phraseCandidate) |
|
FieldQuery.QueryPhraseMap |
FieldQuery.searchPhrase(String fieldName,
List<FieldTermStack.TermInfo> phraseCandidate) |
Constructor | Description |
---|---|
WeightedPhraseInfo(LinkedList<FieldTermStack.TermInfo> terms,
float boost) |
|
WeightedPhraseInfo(LinkedList<FieldTermStack.TermInfo> terms,
float boost,
int number) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.