Dependencies
Declarations
-
org
-
apache
-
lucene
-
queries
-
CommonTermsQuery
- terms: List<Term>
- maxTermFrequency: float
- lowFreqOccur: Occur
- highFreqOccur: Occur
- lowFreqBoost: float
- highFreqBoost: float
- lowFreqMinNrShouldMatch: float
- highFreqMinNrShouldMatch: float
- CommonTermsQuery(Occur, Occur, float): void
- add(Term): void
- rewrite(IndexReader): Query
- visit(QueryVisitor): void
- calcLowFreqMinimumNumberShouldMatch(int): int
- calcHighFreqMinimumNumberShouldMatch(int): int
- minNrShouldMatch(float, int): int
- buildQuery(int, TermStates[], Term[]): Query
- collectTermStates(IndexReader, List<LeafReaderContext>, TermStates[], Term[]): void
- setLowFreqMinimumNumberShouldMatch(float): void
- getLowFreqMinimumNumberShouldMatch(): float
- setHighFreqMinimumNumberShouldMatch(float): void
- getHighFreqMinimumNumberShouldMatch(): float
- getTerms(): List<Term>
- getMaxTermFrequency(): float
- getLowFreqOccur(): Occur
- getHighFreqOccur(): Occur
- getLowFreqBoost(): float
- getHighFreqBoost(): float
- toString(String): String
- hashCode(): int
- equals(Object): boolean
- equalsTo(CommonTermsQuery): boolean
- newTermQuery(Term, TermStates): Query
-
function
- FunctionMatchQuery
- FunctionQuery
-
FunctionRangeQuery
- valueSource: ValueSource
- lowerVal: String
- upperVal: String
- includeLower: boolean
- includeUpper: boolean
- FunctionRangeQuery(ValueSource, Number, Number, boolean, boolean): void
- FunctionRangeQuery(ValueSource, String, String, boolean, boolean): void
- getValueSource(): ValueSource
- getLowerVal(): String
- getUpperVal(): String
- isIncludeLower(): boolean
- isIncludeUpper(): boolean
- toString(String): String
- equals(Object): boolean
- equalsTo(FunctionRangeQuery): boolean
- hashCode(): int
- visit(QueryVisitor): void
- createWeight(IndexSearcher, ScoreMode, float): Weight
- FunctionRangeWeight
-
FunctionScoreQuery
- in: Query
- source: DoubleValuesSource
- FunctionScoreQuery(Query, DoubleValuesSource): void
- getWrappedQuery(): Query
- getSource(): DoubleValuesSource
- boostByValue(Query, DoubleValuesSource): FunctionScoreQuery
- boostByQuery(Query, Query, float): FunctionScoreQuery
- createWeight(IndexSearcher, ScoreMode, float): Weight
- rewrite(IndexReader): Query
- visit(QueryVisitor): void
- toString(String): String
- equals(Object): boolean
- hashCode(): int
- FunctionScoreWeight
- MultiplicativeBoostValuesSource
- QueryBoostValuesSource
-
FunctionValues
- byteVal(int): byte
- shortVal(int): short
- floatVal(int): float
- intVal(int): int
- longVal(int): long
- doubleVal(int): double
- strVal(int): String
- boolVal(int): boolean
- bytesVal(int, BytesRefBuilder): boolean
- objectVal(int): Object
- exists(int): boolean
- ordVal(int): int
- numOrd(): int
- toString(int): String
- ValueFiller
- getValueFiller(): ValueFiller
- byteVal(int, byte[]): void
- shortVal(int, short[]): void
- floatVal(int, float[]): void
- intVal(int, int[]): void
- longVal(int, long[]): void
- doubleVal(int, double[]): void
- strVal(int, String[]): void
- explain(int): Explanation
- getScorer(Weight, LeafReaderContext): ValueSourceScorer
- getRangeScorer(Weight, LeafReaderContext, String, String, boolean, boolean): ValueSourceScorer
-
IndexReaderFunctions
- IndexReaderFunctions(): void
- docFreq(Term): DoubleValuesSource
- maxDoc(): DoubleValuesSource
- numDocs(): DoubleValuesSource
- numDeletedDocs(): DoubleValuesSource
- sumTotalTermFreq(String): LongValuesSource
- SumTotalTermFreqValuesSource
- NoCacheConstantLongValuesSource
- termFreq(Term): DoubleValuesSource
- TermFreqDoubleValuesSource
- totalTermFreq(Term): DoubleValuesSource
- sumDocFreq(String): DoubleValuesSource
- docCount(String): DoubleValuesSource
- ReaderFunction
- IndexReaderDoubleValuesSource
- NoCacheConstantDoubleValuesSource
-
ValueSource
- getValues(Map, LeafReaderContext): FunctionValues
- equals(Object): boolean
- hashCode(): int
- description(): String
- toString(): String
- createWeight(Map, IndexSearcher): void
- newContext(IndexSearcher): Map
- ScoreAndDoc
- asLongValuesSource(): LongValuesSource
- WrappedLongValuesSource
- asDoubleValuesSource(): DoubleValuesSource
- WrappedDoubleValuesSource
- fromDoubleValuesSource(DoubleValuesSource): ValueSource
- FromDoubleValuesSource
- getSortField(boolean): SortField
- ValueSourceSortField
- ValueSourceComparatorSource
- ValueSourceComparator
- ValueSourceScorer
- docvalues
-
valuesource
- BoolFunction
- BytesRefFieldSource
- ComparisonBoolFunction
- ConstNumberSource
- ConstValueSource
- DefFunction
- DivFloatFunction
- ConstIntDocValues
- ConstDoubleDocValues
- DocFreqValueSource
- DoubleConstValueSource
- DoubleFieldSource
- DualFloatFunction
- EnumFieldSource
- FieldCacheSource
- FloatFieldSource
- IDFValueSource
- IfFunction
- IntFieldSource
- JoinDocFreqValueSource
- LinearFloatFunction
- LiteralValueSource
- LongFieldSource
- MaxDocValueSource
- MaxFloatFunction
- MinFloatFunction
- MultiBoolFunction
- MultiFloatFunction
- MultiFunction
- MultiValueSource
- MultiValuedDoubleFieldSource
- MultiValuedFloatFieldSource
- MultiValuedIntFieldSource
- MultiValuedLongFieldSource
- NormValueSource
- NumDocsValueSource
- PowFloatFunction
- ProductFloatFunction
- QueryValueSource
- QueryDocValues
- RangeMapFloatFunction
- ReciprocalFloatFunction
- ScaleFloatFunction
- SimpleBoolFunction
- SimpleFloatFunction
- SingleFunction
- SortedSetFieldSource
- SumFloatFunction
- SumTotalTermFreqValueSource
- TFValueSource
- TermFreqValueSource
- TotalTermFreqValueSource
- VectorValueSource
-
intervals
-
BlockIntervalsSource
- build(List<IntervalsSource>): IntervalsSource
- flatten(List<IntervalsSource>): List<IntervalsSource>
- BlockIntervalsSource(List<IntervalsSource>): void
- combine(List<IntervalIterator>): IntervalIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- BlockIntervalIterator
- CachingMatchesIterator
-
ConjunctionDISI
- intersectIterators(List<DocIdSetIterator>): DocIdSetIterator
- addIterator(DocIdSetIterator, List<DocIdSetIterator>): void
- lead1: DocIdSetIterator
- lead2: DocIdSetIterator
- others: DocIdSetIterator[]
- ConjunctionDISI(List<DocIdSetIterator>): void
- doNext(int): int
- advance(int): int
- docID(): int
- nextDoc(): int
- cost(): long
- ConjunctionIntervalIterator
-
ConjunctionIntervalsSource
- subSources: List<IntervalsSource>
- isMinimizing: boolean
- ConjunctionIntervalsSource(List<IntervalsSource>, boolean): void
- visit(String, QueryVisitor): void
- intervals(String, LeafReaderContext): IntervalIterator
- combine(List<IntervalIterator>): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- ConjunctionMatchesIterator
- SingletonMatchesIterator
-
ContainedByIntervalsSource
- big: IntervalsSource
- build(IntervalsSource, IntervalsSource): IntervalsSource
- small: IntervalsSource
- ContainedByIntervalsSource(IntervalsSource, IntervalsSource): void
- combine(List<IntervalIterator>): IntervalIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
-
ContainingIntervalsSource
- big: IntervalsSource
- small: IntervalsSource
- build(IntervalsSource, IntervalsSource): IntervalsSource
- ContainingIntervalsSource(IntervalsSource, IntervalsSource): void
- combine(List<IntervalIterator>): IntervalIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
-
DifferenceIntervalsSource
- minuend: IntervalsSource
- subtrahend: IntervalsSource
- DifferenceIntervalsSource(IntervalsSource, IntervalsSource): void
- combine(IntervalIterator, IntervalIterator): IntervalIterator
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- visit(String, QueryVisitor): void
- minExtent(): int
-
DisiPriorityQueue
- leftNode(int): int
- rightNode(int): int
- parentNode(int): int
- heap: DisiWrapper[]
- size: int
- DisiPriorityQueue(int): void
- size(): int
- top(): DisiWrapper
- topList(): DisiWrapper
- prepend(DisiWrapper, DisiWrapper): DisiWrapper
- topList(DisiWrapper, DisiWrapper[], int, int): DisiWrapper
- add(DisiWrapper): DisiWrapper
- pop(): DisiWrapper
- updateTop(): DisiWrapper
- updateTop(DisiWrapper): DisiWrapper
- upHeap(int): void
- downHeap(int): void
- iterator(): Iterator<DisiWrapper>
- DisiWrapper
- DisjunctionDISIApproximation
-
DisjunctionIntervalsSource
- subSources: Collection<IntervalsSource>
- pullUpDisjunctions: boolean
- create(Collection<IntervalsSource>, boolean): IntervalsSource
- DisjunctionIntervalsSource(Collection<IntervalsSource>, boolean): void
- simplify(Collection<IntervalsSource>): Collection<IntervalsSource>
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- equals(Object): boolean
- hashCode(): int
- toString(): String
- visit(String, QueryVisitor): void
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- DisjunctionIntervalIterator
- EMPTY: IntervalIterator
- EXHAUSTED: IntervalIterator
- Disjunctions
- ExtendedIntervalIterator
-
ExtendedIntervalsSource
- source: IntervalsSource
- before: int
- after: int
- ExtendedIntervalsSource(IntervalsSource, int, int): void
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- visit(String, QueryVisitor): void
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- equals(Object): boolean
- hashCode(): int
- toString(): String
-
FilteredIntervalsSource
- maxGaps(IntervalsSource, int): IntervalsSource
- MaxGaps
- maxWidth(IntervalsSource, int): IntervalsSource
- MaxWidth
- name: String
- in: IntervalsSource
- FilteredIntervalsSource(String, IntervalsSource): void
- accept(IntervalIterator): boolean
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- visit(String, QueryVisitor): void
- equals(Object): boolean
- hashCode(): int
- toString(): String
- FilteringIntervalIterator
-
FixedFieldIntervalsSource
- field: String
- source: IntervalsSource
- FixedFieldIntervalsSource(String, IntervalsSource): void
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- visit(String, QueryVisitor): void
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- equals(Object): boolean
- hashCode(): int
- toString(): String
- IntervalFilter
- IntervalIterator
- IntervalMatches
- IntervalMatchesIterator
-
IntervalQuery
- field: String
- intervalsSource: IntervalsSource
- scoreFunction: IntervalScoreFunction
- IntervalQuery(String, IntervalsSource): void
- IntervalQuery(String, IntervalsSource, float): void
- IntervalQuery(String, IntervalsSource, float, float): void
- IntervalQuery(String, IntervalsSource, IntervalScoreFunction): void
- getField(): String
- toString(String): String
- createWeight(IndexSearcher, ScoreMode, float): Weight
- visit(QueryVisitor): void
- equals(Object): boolean
- hashCode(): int
- IntervalWeight
- IntervalScoreFunction
-
IntervalScorer
- intervals: IntervalIterator
- simScorer: SimScorer
- boost: float
- minExtent: int
- freq: float
- lastScoredDoc: int
- IntervalScorer(Weight, IntervalIterator, int, float, IntervalScoreFunction): void
- docID(): int
- score(): float
- freq(): float
- ensureFreq(): void
- iterator(): DocIdSetIterator
- twoPhaseIterator(): TwoPhaseIterator
- getMaxScore(int): float
-
Intervals
- Intervals(): void
- term(BytesRef): IntervalsSource
- term(String): IntervalsSource
- term(String, Predicate<BytesRef>): IntervalsSource
- term(BytesRef, Predicate<BytesRef>): IntervalsSource
- phrase(String[]): IntervalsSource
- phrase(IntervalsSource[]): IntervalsSource
- or(IntervalsSource[]): IntervalsSource
- or(boolean, IntervalsSource[]): IntervalsSource
- or(List<IntervalsSource>): IntervalsSource
- or(boolean, List<IntervalsSource>): IntervalsSource
- prefix(BytesRef): IntervalsSource
- prefix(BytesRef, int): IntervalsSource
- wildcard(BytesRef): IntervalsSource
- wildcard(BytesRef, int): IntervalsSource
- maxwidth(int, IntervalsSource): IntervalsSource
- maxgaps(int, IntervalsSource): IntervalsSource
- extend(IntervalsSource, int, int): IntervalsSource
- ordered(IntervalsSource[]): IntervalsSource
- unordered(IntervalsSource[]): IntervalsSource
- unorderedNoOverlaps(IntervalsSource, IntervalsSource): IntervalsSource
- fixField(String, IntervalsSource): IntervalsSource
- nonOverlapping(IntervalsSource, IntervalsSource): IntervalsSource
- overlapping(IntervalsSource, IntervalsSource): IntervalsSource
- notWithin(IntervalsSource, int, IntervalsSource): IntervalsSource
- within(IntervalsSource, int, IntervalsSource): IntervalsSource
- notContaining(IntervalsSource, IntervalsSource): IntervalsSource
- containing(IntervalsSource, IntervalsSource): IntervalsSource
- notContainedBy(IntervalsSource, IntervalsSource): IntervalsSource
- containedBy(IntervalsSource, IntervalsSource): IntervalsSource
- atLeast(int, IntervalsSource[]): IntervalsSource
- before(IntervalsSource, IntervalsSource): IntervalsSource
- after(IntervalsSource, IntervalsSource): IntervalsSource
- IntervalsSource
-
MinimizingConjunctionMatchesIterator
- iterator: IntervalIterator
- subs: List<CachingMatchesIterator>
- cached: boolean
- MinimizingConjunctionMatchesIterator(IntervalIterator, List<MatchesIterator>): void
- next(): boolean
- startPosition(): int
- endPosition(): int
- startOffset(): int
- endOffset(): int
- gaps(): int
- getSubMatches(): MatchesIterator
- getQuery(): Query
-
MinimumShouldMatchIntervalsSource
- sources: IntervalsSource[]
- minShouldMatch: int
- MinimumShouldMatchIntervalsSource(IntervalsSource[], int): void
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- visit(String, QueryVisitor): void
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- toString(): String
- equals(Object): boolean
- hashCode(): int
- MinimumShouldMatchIntervalIterator
- MinimumMatchesIterator
-
MultiTermIntervalsSource
- automaton: CompiledAutomaton
- maxExpansions: int
- pattern: String
- MultiTermIntervalsSource(CompiledAutomaton, int, String): void
- intervals(String, LeafReaderContext): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- visit(String, QueryVisitor): void
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- equals(Object): boolean
- hashCode(): int
- toString(): String
- NonOverlappingIntervalsSource
-
NotContainedByIntervalsSource
- build(IntervalsSource, IntervalsSource): IntervalsSource
- NotContainedByIntervalsSource(IntervalsSource, IntervalsSource): void
- combine(IntervalIterator, IntervalIterator): IntervalIterator
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- NotContainedByIterator
-
NotContainingIntervalsSource
- build(IntervalsSource, IntervalsSource): IntervalsSource
- NotContainingIntervalsSource(IntervalsSource, IntervalsSource): void
- combine(IntervalIterator, IntervalIterator): IntervalIterator
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- NotContainingIterator
-
OffsetIntervalsSource
- matches(String, LeafReaderContext, int): MatchesIterator
- in: IntervalsSource
- before: boolean
- OffsetIntervalsSource(IntervalsSource, boolean): void
- intervals(String, LeafReaderContext): IntervalIterator
- offset(IntervalIterator): IntervalIterator
- OffsetIntervalIterator
- visit(String, QueryVisitor): void
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- equals(Object): boolean
- hashCode(): int
- toString(): String
-
OrderedIntervalsSource
- build(List<IntervalsSource>): IntervalsSource
- flatten(List<IntervalsSource>): List<IntervalsSource>
- OrderedIntervalsSource(List<IntervalsSource>): void
- combine(List<IntervalIterator>): IntervalIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- OrderedIntervalIterator
- OverlappingIntervalsSource
-
PayloadFilteredTermIntervalsSource
- term: BytesRef
- filter: Predicate<BytesRef>
- PayloadFilteredTermIntervalsSource(BytesRef, Predicate<BytesRef>): void
- intervals(String, LeafReaderContext): IntervalIterator
- intervals(TermsEnum): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- visit(String, QueryVisitor): void
- matches(TermsEnum, int): MatchesIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- RelativeIterator
-
TermIntervalsSource
- term: BytesRef
- TermIntervalsSource(BytesRef): void
- intervals(String, LeafReaderContext): IntervalIterator
- intervals(BytesRef, TermsEnum): IntervalIterator
- matches(String, LeafReaderContext, int): MatchesIterator
- matches(TermsEnum, int): MatchesIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- visit(String, QueryVisitor): void
- TERM_POSNS_SEEK_OPS_PER_DOC: int
- TERM_OPS_PER_POS: int
- termPositionsCost(TermsEnum): float
-
UnorderedIntervalsSource
- build(List<IntervalsSource>): IntervalsSource
- flatten(List<IntervalsSource>): List<IntervalsSource>
- UnorderedIntervalsSource(List<IntervalsSource>): void
- combine(List<IntervalIterator>): IntervalIterator
- minExtent(): int
- pullUpDisjunctions(): Collection<IntervalsSource>
- hashCode(): int
- equals(Object): boolean
- toString(): String
- UnorderedIntervalIterator
-
BlockIntervalsSource
-
mlt
-
MoreLikeThis
- DEFAULT_MAX_NUM_TOKENS_PARSED: int
- DEFAULT_MIN_TERM_FREQ: int
- DEFAULT_MIN_DOC_FREQ: int
- DEFAULT_MAX_DOC_FREQ: int
- DEFAULT_BOOST: boolean
- DEFAULT_FIELD_NAMES: String[]
- DEFAULT_MIN_WORD_LENGTH: int
- DEFAULT_MAX_WORD_LENGTH: int
- DEFAULT_STOP_WORDS: Set<Object>
- stopWords: Set<Object>
- DEFAULT_MAX_QUERY_TERMS: int
- analyzer: Analyzer
- minTermFreq: int
- minDocFreq: int
- maxDocFreq: int
- boost: boolean
- fieldNames: String[]
- maxNumTokensParsed: int
- minWordLen: int
- maxWordLen: int
- maxQueryTerms: int
- similarity: TFIDFSimilarity
- ir: IndexReader
- boostFactor: float
- getBoostFactor(): float
- setBoostFactor(float): void
- MoreLikeThis(IndexReader): void
- MoreLikeThis(IndexReader, TFIDFSimilarity): void
- getSimilarity(): TFIDFSimilarity
- setSimilarity(TFIDFSimilarity): void
- getAnalyzer(): Analyzer
- setAnalyzer(Analyzer): void
- getMinTermFreq(): int
- setMinTermFreq(int): void
- getMinDocFreq(): int
- setMinDocFreq(int): void
- getMaxDocFreq(): int
- setMaxDocFreq(int): void
- setMaxDocFreqPct(int): void
- isBoost(): boolean
- setBoost(boolean): void
- getFieldNames(): String[]
- setFieldNames(String[]): void
- getMinWordLen(): int
- setMinWordLen(int): void
- getMaxWordLen(): int
- setMaxWordLen(int): void
- setStopWords(Set<Object>): void
- getStopWords(): Set<Object>
- getMaxQueryTerms(): int
- setMaxQueryTerms(int): void
- getMaxNumTokensParsed(): int
- setMaxNumTokensParsed(int): void
- like(int): Query
- like(Map<String, Collection<Object>>): Query
- like(String, Reader[]): Query
- createQuery(PriorityQueue<ScoreTerm>): Query
- createQueue(Map<String, Map<String, Int>>): PriorityQueue<ScoreTerm>
- getTermsCount(Map<String, Map<String, Int>>): int
- describeParams(): String
- retrieveTerms(int): PriorityQueue<ScoreTerm>
- retrieveTerms(Map<String, Collection<Object>>): PriorityQueue<ScoreTerm>
- addTermFrequencies(Map<String, Map<String, Int>>, Terms, String): void
- addTermFrequencies(Reader, Map<String, Map<String, Int>>, String): void
- isNoiseWord(String): boolean
- retrieveTerms(Reader, String): PriorityQueue<ScoreTerm>
- retrieveInterestingTerms(int): String[]
- retrieveInterestingTerms(Reader, String): String[]
- FreqQ
- ScoreTerm
- Int
-
MoreLikeThisQuery
- minDocFreq: int
- likeText: String
- moreLikeFields: String[]
- analyzer: Analyzer
- fieldName: String
- percentTermsToMatch: float
- minTermFrequency: int
- maxQueryTerms: int
- stopWords: Set<Object>
- MoreLikeThisQuery(String, String[], Analyzer, String): void
- rewrite(IndexReader): Query
- toString(String): String
- getPercentTermsToMatch(): float
- setPercentTermsToMatch(float): void
- getAnalyzer(): Analyzer
- setAnalyzer(Analyzer): void
- getLikeText(): String
- setLikeText(String): void
- getMaxQueryTerms(): int
- setMaxQueryTerms(int): void
- getMinTermFrequency(): int
- setMinTermFrequency(int): void
- getMoreLikeFields(): String[]
- setMoreLikeFields(String[]): void
- getStopWords(): Set<Object>
- setStopWords(Set<Object>): void
- getMinDocFreq(): int
- setMinDocFreq(int): void
- hashCode(): int
- equals(Object): boolean
- equalsTo(MoreLikeThisQuery): boolean
- visit(QueryVisitor): void
-
MoreLikeThis
-
payloads
- AveragePayloadFunction
- MaxPayloadFunction
- MinPayloadFunction
- PayloadDecoder
- PayloadFunction
-
PayloadScoreQuery
- wrappedQuery: SpanQuery
- function: PayloadFunction
- decoder: PayloadDecoder
- includeSpanScore: boolean
- PayloadScoreQuery(SpanQuery, PayloadFunction, PayloadDecoder, boolean): void
- PayloadScoreQuery(SpanQuery, PayloadFunction, PayloadDecoder): void
- getField(): String
- rewrite(IndexReader): Query
- visit(QueryVisitor): void
- toString(String): String
- createWeight(IndexSearcher, ScoreMode, float): SpanWeight
- equals(Object): boolean
- equalsTo(PayloadScoreQuery): boolean
- hashCode(): int
- PayloadSpanWeight
- PayloadSpans
- PayloadSpanScorer
-
SpanPayloadCheckQuery
- payloadToMatch: List<BytesRef>
- match: SpanQuery
- SpanPayloadCheckQuery(SpanQuery, List<BytesRef>): void
- getField(): String
- createWeight(IndexSearcher, ScoreMode, float): SpanWeight
- rewrite(IndexReader): Query
- visit(QueryVisitor): void
- SpanPayloadCheckWeight
- PayloadChecker
- toString(String): String
- equals(Object): boolean
- hashCode(): int
- SumPayloadFunction
-
CommonTermsQuery
-
queries
-
lucene
-
apache