| Package | Description |
|---|---|
| org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
| org.apache.lucene.search.spans |
The calculus of spans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PayloadNearQuery.PayloadNearSpanWeight |
protected class |
PayloadTermQuery.PayloadTermWeight |
| Modifier and Type | Method and Description |
|---|---|
SpanWeight |
PayloadTermQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
PayloadNearQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
| Constructor and Description |
|---|
PayloadNearQuery.PayloadNearSpanScorer(Spans spans,
SpanWeight weight,
Similarity similarity,
Similarity.SimScorer docScorer) |
PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer(TermSpans spans,
SpanWeight weight,
Similarity.SimScorer docScorer) |
| Modifier and Type | Method and Description |
|---|---|
SpanWeight |
SpanQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
FieldMaskingSpanQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
| Constructor and Description |
|---|
SpanScorer(Spans spans,
SpanWeight weight,
Similarity.SimScorer docScorer) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.