|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpanTermQuery | |
|---|---|
| org.apache.lucene.queryParser.surround.query | This package contains SrndQuery and its subclasses. |
| org.apache.lucene.search.payloads | The payloads package provides Query mechanisms for finding and using payloads. |
| Uses of SpanTermQuery in org.apache.lucene.queryParser.surround.query |
|---|
| Methods in org.apache.lucene.queryParser.surround.query that return SpanTermQuery | |
|---|---|
SpanTermQuery |
BasicQueryFactory.newSpanTermQuery(Term term)
|
| Uses of SpanTermQuery in org.apache.lucene.search.payloads |
|---|
| Subclasses of SpanTermQuery in org.apache.lucene.search.payloads | |
|---|---|
class |
BoostingTermQuery
The BoostingTermQuery is very similar to the SpanTermQuery except
that it factors in the value of the payload located at each of the positions where the
Term occurs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||