Package | Description |
---|---|
org.apache.lucene.search.spans |
The calculus of spans.
|
Modifier and Type | Class and Description |
---|---|
class |
SpanContainingQuery.SpanContainingWeight |
class |
org.apache.lucene.search.spans.SpanContainQuery.SpanContainWeight |
class |
SpanNearQuery.SpanNearWeight |
class |
SpanNotQuery.SpanNotWeight |
class |
SpanOrQuery.SpanOrWeight |
class |
SpanPositionCheckQuery.SpanPositionCheckWeight |
class |
SpanTermQuery.SpanTermWeight |
class |
SpanWithinQuery.SpanWithinWeight |
Modifier and Type | Method and Description |
---|---|
SpanWeight |
SpanContainingQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
FieldMaskingSpanQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
abstract SpanWeight |
SpanQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanWithinQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanTermQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanBoostQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanMultiTermQueryWrapper.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanOrQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanNearQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanNotQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
SpanWeight |
SpanPositionCheckQuery.createWeight(IndexSearcher searcher,
boolean needsScores,
float boost) |
Modifier and Type | Method and Description |
---|---|
static Map<Term,TermContext> |
SpanQuery.getTermContexts(SpanWeight... weights)
Build a map of terms to termcontexts, for use in constructing SpanWeights
|
Modifier and Type | Method and Description |
---|---|
static Map<Term,TermContext> |
SpanQuery.getTermContexts(Collection<SpanWeight> weights)
Build a map of terms to termcontexts, for use in constructing SpanWeights
|
Constructor and Description |
---|
SpanContainingWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
SpanWeight bigWeight,
SpanWeight littleWeight,
float boost) |
SpanNotWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
SpanWeight includeWeight,
SpanWeight excludeWeight,
float boost) |
SpanPositionCheckWeight(SpanWeight matchWeight,
IndexSearcher searcher,
Map<Term,TermContext> terms,
float boost) |
SpanScorer(SpanWeight weight,
Spans spans,
Similarity.SimScorer docScorer)
Sole constructor.
|
SpanWithinWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
SpanWeight bigWeight,
SpanWeight littleWeight,
float boost) |
Constructor and Description |
---|
SpanNearWeight(List<SpanWeight> subWeights,
IndexSearcher searcher,
Map<Term,TermContext> terms,
float boost) |
SpanOrWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
List<SpanWeight> subWeights,
float boost) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.