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 |
SpanWithinQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanTermQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
abstract SpanWeight |
SpanQuery.createWeight(IndexSearcher searcher,
boolean needsScores)
Create a SpanWeight for this query
|
SpanWeight |
SpanPositionCheckQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanOrQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanNotQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanNearQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanMultiTermQueryWrapper.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanContainingQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
SpanBoostQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
SpanWeight |
FieldMaskingSpanQuery.createWeight(IndexSearcher searcher,
boolean needsScores) |
Modifier and Type | Method and Description |
---|---|
protected 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 |
---|---|
protected static Map<Term,TermContext> |
SpanQuery.getTermContexts(Collection<SpanWeight> weights)
Build a map of terms to termcontexts, for use in constructing SpanWeights
|
Constructor and Description |
---|
SpanNearQuery.SpanNearWeight(List<SpanWeight> subWeights,
IndexSearcher searcher,
Map<Term,TermContext> terms) |
SpanOrQuery.SpanOrWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
List<SpanWeight> subWeights) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.