A B C D E F G H I L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(byte[], byte[]) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
-
Add a new clause to this
MultiRangeQuery.Builder
. - add(double[], double[]) - Method in class org.apache.lucene.sandbox.document.DoublePointMultiRangeBuilder
- add(float[], float[]) - Method in class org.apache.lucene.sandbox.document.FloatPointMultiRangeBuilder
- add(int[], int[]) - Method in class org.apache.lucene.sandbox.document.IntPointMultiRangeBuilder
- add(long[], long[]) - Method in class org.apache.lucene.sandbox.document.LongPointMultiRangeBuilder
- add(MultiRangeQuery.RangeClause) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
-
Add a new clause to this
MultiRangeQuery.Builder
. - addAnyTransition(int, int) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Adds a transition matching any term.
- addField(String) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery.Builder
-
Adds a field to this builder.
- addField(String, float) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery.Builder
-
Adds a field to this builder.
- addMultiTerm(MultiTermQuery) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
-
Adds a multi-term at the next position in the phrase.
- addStats(int, long) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermStats
- addTerm(Term) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
-
Adds a single term at the next position in the phrase.
- addTerm(BytesRef) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery.Builder
-
Adds a term to this builder.
- addTerm(BytesRef) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
-
Adds a single term at the next position in the phrase.
- addTerms(String, String, float, int) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
-
Adds user input for "fuzzification"
- addTransition(int, int, String) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Adds a transition to the automaton.
- addTransition(int, int, BytesRef) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Adds a transition to the automaton.
- ADVANCE - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- areAllTermsMatching() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
B
- BigIntegerPoint - Class in org.apache.lucene.sandbox.document
-
An indexed 128-bit
BigInteger
field. - BigIntegerPoint(String, BigInteger...) - Constructor for class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Creates a new BigIntegerPoint, indexing the provided N-dimensional big integer point.
- build() - Method in class org.apache.lucene.sandbox.document.DoublePointMultiRangeBuilder
- build() - Method in class org.apache.lucene.sandbox.document.FloatPointMultiRangeBuilder
- build() - Method in class org.apache.lucene.sandbox.document.IntPointMultiRangeBuilder
- build() - Method in class org.apache.lucene.sandbox.document.LongPointMultiRangeBuilder
- build() - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery.Builder
-
Builds the
CombinedFieldQuery
. - build() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
-
Create a new
MultiRangeQuery
based on the parameters that have been set on this builder. - build() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
-
Builds a
PhraseWildcardQuery
. - BUILD_SCORER - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- Builder() - Constructor for class org.apache.lucene.sandbox.search.CombinedFieldQuery.Builder
- Builder(String, int) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- Builder(String, int, boolean) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- Builder(String, int, int) - Constructor for class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
-
Sole constructor.
- BYTES - Static variable in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
The number of bytes per dimension: 128 bits.
- BYTES - Static variable in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
The number of bytes used to represent a half-float value.
- BYTES - Static variable in class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
uses same encoding as
LatLonPoint
so numBytes is the same - bytesPerDim - Variable in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
- bytesToLong(BytesRef) - Static method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
C
- checkIntegrity() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
- checkTermsHavePositions(Terms) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- clauses - Variable in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
- clear() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- close() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
- close() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
- collectLeaf(PostingsEnum, int, Term) - Method in class org.apache.lucene.payloads.PayloadSpanCollector
- collectMultiTermData(PhraseWildcardQuery.MultiTerm, IndexSearcher, List<LeafReaderContext>, int, int, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Collects the
TermState
andTermStatistics
for a multi-term with expansion. - collectMultiTermDataForSegment(PhraseWildcardQuery.MultiTerm, LeafReaderContext, int, MutableValueBool, Map<BytesRef, PhraseWildcardQuery.TermStats>) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Collects the
TermState
list andTermStatistics
for a multi-term on a specific index segment. - collectMultiTermStats(IndexSearcher, Map<BytesRef, PhraseWildcardQuery.TermStats>, PhraseWildcardQuery.TermsData, PhraseWildcardQuery.TermData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Collect the term stats across all segments.
- collectSingleTermData(PhraseWildcardQuery.SingleTerm, IndexSearcher, List<LeafReaderContext>, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Collects the
TermState
andTermStatistics
for a single-term without expansion. - collectTermData(PhraseWildcardQuery, IndexSearcher, List<LeafReaderContext>, int, int, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- collectTermData(PhraseWildcardQuery, IndexSearcher, List<LeafReaderContext>, int, int, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
-
Collects
TermState
andTermStatistics
for the term (potentially expanded). - collectTermData(PhraseWildcardQuery, IndexSearcher, List<LeafReaderContext>, int, int, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- collectTermData(PhraseWildcardQuery, IndexSearcher, List<LeafReaderContext>, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
-
Collects
TermState
andTermStatistics
for the term without expansion. - collectTermData(PhraseWildcardQuery, IndexSearcher, List<LeafReaderContext>, PhraseWildcardQuery.TermsData) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- CombinedFieldQuery - Class in org.apache.lucene.sandbox.search
-
A
Query
that treats multiple fields as a single stream and scores terms as if you had indexed them as a single term in a single field. - CombinedFieldQuery.Builder - Class in org.apache.lucene.sandbox.search
-
A builder for
CombinedFieldQuery
. - compare(LeafReaderContext, LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SegmentTermsSizeComparator
- COMPUTE_MAX_SCORE - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- COUNT - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- CoveringQuery - Class in org.apache.lucene.sandbox.search
-
A
Query
that allows to have a configurable number or required matches per document. - CoveringQuery(Collection<Query>, LongValuesSource) - Constructor for class org.apache.lucene.sandbox.search.CoveringQuery
-
Sole constructor.
- CREATE_WEIGHT - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- createState() - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Returns a new state; state 0 is always the initial state.
- createTermsData(int) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Creates new
PhraseWildcardQuery.TermsData
. - createTermsEnum(PhraseWildcardQuery.MultiTerm, LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Creates the
TermsEnum
for the givenPhraseWildcardQuery.MultiTerm
and segment. - createTermsSizeSortedCopyOf(List<LeafReaderContext>) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SegmentTermsSizeComparator
- createTermStatsMap(PhraseWildcardQuery.MultiTerm) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
-
Creates a
PhraseWildcardQuery.TermStats
map for aPhraseWildcardQuery.MultiTerm
. - createWeight(IndexSearcher, ScoreMode, float) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- createWeight(IndexSearcher, ScoreMode, float) - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- createWeight(IndexSearcher, ScoreMode, float) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- createWeight(IndexSearcher, ScoreMode, float) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- createWeight(IndexSearcher, ScoreMode, float) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
- createWeight(Query, ScoreMode, float) - Method in class org.apache.lucene.sandbox.search.QueryProfilerIndexSearcher
D
- decodeDimension(byte[], int) - Static method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Decode single BigInteger dimension
- decodeDimension(byte[], int) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Decode single float dimension
- DEFAULT_MAX_BLOCK_SIZE - Static variable in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
-
Suggested default value for the
maxItemsInBlock
parameter toVersionBlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int)
. - DEFAULT_MIN_BLOCK_SIZE - Static variable in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
-
Suggested default value for the
minItemsInBlock
parameter toVersionBlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int)
. - deriveCollectorName(Collector) - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
-
Creates a human-friendly representation of the Collector name.
- docFreq - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermStats
- docFreq() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- DoublePointMultiRangeBuilder - Class in org.apache.lucene.sandbox.document
-
Builder for multi range queries for DoublePoints
- DoublePointMultiRangeBuilder(String, int) - Constructor for class org.apache.lucene.sandbox.document.DoublePointMultiRangeBuilder
E
- earlyStopWeight() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- encodeDimension(float, byte[], int) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Encode single float dimension
- encodeDimension(BigInteger, byte[], int) - Static method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Encode single BigInteger dimension
- equals(Object) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- equals(Object) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- equals(Object) - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- equals(Object) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- equals(Object) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery.RangeClause
- equals(Object) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- equals(Object) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- equals(Object) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- equals(Object) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- equals(Object) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Returns true iff
o
is equal to this. - expansionCount - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
F
- field - Variable in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
- field - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- field - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
- fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
- findFullFlushMerges(MergeTrigger, SegmentInfos, MergePolicy.MergeContext) - Method in class org.apache.lucene.sandbox.index.MergeOnFlushMergePolicy
- finish() - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Call this once you are done adding states/transitions.
- finish(int) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Call this once you are done adding states/transitions.
- FloatPointMultiRangeBuilder - Class in org.apache.lucene.sandbox.document
-
Builder for multi range queries for FloatPoints
- FloatPointMultiRangeBuilder(String, int) - Constructor for class org.apache.lucene.sandbox.document.FloatPointMultiRangeBuilder
- FloatPointNearestNeighbor - Class in org.apache.lucene.sandbox.document
-
KNN search on top of N dimensional indexed float points.
- FloatPointNearestNeighbor() - Constructor for class org.apache.lucene.sandbox.document.FloatPointNearestNeighbor
- FuzzyLikeThisQuery - Class in org.apache.lucene.sandbox.queries
-
Fuzzifies ALL terms provided as strings and then picks the best n differentiating terms.
- FuzzyLikeThisQuery(int, Analyzer) - Constructor for class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
G
- get() - Static method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- getBytesPerDim() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- getDescription() - Method in class org.apache.lucene.sandbox.search.QueryProfilerResult
-
Retrieve the lucene description of this query (e.g.
- getField() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- getField() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
- getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- getName() - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- getName() - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorResult
- getNumDims() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- getOrCreateTermData(int) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- getPayloads() - Method in class org.apache.lucene.payloads.PayloadSpanCollector
- getPayloadsForQuery(Query) - Method in class org.apache.lucene.payloads.PayloadSpanUtil
-
Query should be rewritten for wild/fuzzy support.
- getProfiledChildren() - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorResult
- getProfiledChildren() - Method in class org.apache.lucene.sandbox.search.QueryProfilerResult
-
Returns a list of all profiled children queries
- getProfileResult() - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- getProfileResult() - Method in class org.apache.lucene.sandbox.search.QueryProfilerIndexSearcher
- getQuery() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- getQuery() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- getQuery() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- getQueryName() - Method in class org.apache.lucene.sandbox.search.QueryProfilerResult
-
Retrieve the name of the entry (e.g.
- getReason() - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- getReason() - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorResult
- getRewriteTime() - Method in class org.apache.lucene.sandbox.search.QueryProfilerIndexSearcher
- getSmallSegmentThresholdMB() - Method in class org.apache.lucene.sandbox.index.MergeOnFlushMergePolicy
- getTermBytes() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermStats
- getTermData(int) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- getTerms() - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- getTermStatesForSegment(LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- getTime() - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- getTime() - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorResult
- getTimeBreakdown() - Method in class org.apache.lucene.sandbox.search.QueryProfilerResult
-
The timing breakdown for this node.
- getTotalTime() - Method in class org.apache.lucene.sandbox.search.QueryProfilerResult
-
Returns the total time (inclusive of children) for this query node.
- getVersion() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
-
Get the version of the currently seek'd term; only valid if we are positioned.
H
- HalfFloatPoint - Class in org.apache.lucene.sandbox.document
-
An indexed
half-float
field for fast range filters. - HalfFloatPoint(String, float...) - Constructor for class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Creates a new FloatPoint, indexing the provided N-dimensional float point.
- halfFloatToSortableShort(float) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Convert a half-float to a short value that maintains ordering.
- hasExpansions() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- hasExpansions() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- hasExpansions() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- hashCode() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- hashCode() - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- hashCode() - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- hashCode() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- hashCode() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery.RangeClause
- hashCode() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- hashCode() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- hashCode() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- hashCode() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- hashCode() - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
I
- IDVersionPostingsFormat - Class in org.apache.lucene.sandbox.codecs.idversion
-
A PostingsFormat optimized for primary-key (ID) fields that also record a version (long) for each ID, delivered as a payload created by
IDVersionPostingsFormat.longToBytes(long, org.apache.lucene.util.BytesRef)
during indexing. - IDVersionPostingsFormat() - Constructor for class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
- IDVersionPostingsFormat(int, int) - Constructor for class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
- IDVersionSegmentTermsEnum - Class in org.apache.lucene.sandbox.codecs.idversion
-
Iterates through terms in this field; this class is public so users can cast it to call
IDVersionSegmentTermsEnum.seekExact(BytesRef, long)
for optimistic-concurrency, and alsoIDVersionSegmentTermsEnum.getVersion()
to get the version of the currently seek'd term. - impacts(int) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- incExpansionCount() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- incMultiTermAnalysisCount() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- incQueryEarlyStopCount() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- incSegmentSkipCount() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- incSegmentUseCount() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- incSingleTermAnalysisCount() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- IntPointMultiRangeBuilder - Class in org.apache.lucene.sandbox.document
-
Builder for multi range queries for IntPoints
- IntPointMultiRangeBuilder(String, int) - Constructor for class org.apache.lucene.sandbox.document.IntPointMultiRangeBuilder
- isIgnoreTF() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- iterator() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
L
- LargeNumHitsTopDocsCollector - Class in org.apache.lucene.sandbox.search
-
Optimized collector for large number of hits.
- LargeNumHitsTopDocsCollector(int) - Constructor for class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
- LatLonBoundingBox - Class in org.apache.lucene.sandbox.document
-
An indexed 2-Dimension Bounding Box field for the Geospatial Lat/Lon Coordinate system
- LatLonBoundingBox(String, double, double, double, double) - Constructor for class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
Create a new 2D GeoBoundingBoxField representing a 2 dimensional geospatial bounding box
- LatLonPointPrototypeQueries - Class in org.apache.lucene.sandbox.search
-
Holder class for prototype sandboxed queries
- LongPointMultiRangeBuilder - Class in org.apache.lucene.sandbox.document
-
Builder for multi range queries for LongPoints
- LongPointMultiRangeBuilder(String, int) - Constructor for class org.apache.lucene.sandbox.document.LongPointMultiRangeBuilder
- longToBytes(long, BytesRef) - Static method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
M
- MATCH - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- MAX_VALUE - Static variable in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
A constant holding the maximum value a BigIntegerPoint can have, 2127-1.
- MAX_VERSION - Static variable in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
-
version must be <= this, because we encode with ZigZag.
- maxMultiTermExpansions - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- maxMultiTermExpansions - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- MergeOnFlushMergePolicy - Class in org.apache.lucene.sandbox.index
-
A simple extension to wrap
MergePolicy
to merge all tiny segments (or at least segments smaller than specified inMergeOnFlushMergePolicy.setSmallSegmentThresholdMB(double)
into one segment on commit. - MergeOnFlushMergePolicy(MergePolicy) - Constructor for class org.apache.lucene.sandbox.index.MergeOnFlushMergePolicy
-
Creates a MergeOnFlushMergePolicy merge policy instance wrapping another.
- MIN_VALUE - Static variable in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
A constant holding the minimum value a BigIntegerPoint can have, -2127.
- MIN_VERSION - Static variable in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
-
version must be >= this.
- MultiRangeQuery - Class in org.apache.lucene.sandbox.search
-
Abstract class for range queries involving multiple ranges against physical points such as
IntPoints
All ranges are logically ORed together - MultiRangeQuery(String, int, int, List<MultiRangeQuery.RangeClause>) - Constructor for class org.apache.lucene.sandbox.search.MultiRangeQuery
-
Expert: create a multidimensional range query with multiple connected ranges
- MultiRangeQuery.Builder - Class in org.apache.lucene.sandbox.search
-
A builder for multirange queries.
- MultiRangeQuery.RangeClause - Class in org.apache.lucene.sandbox.search
-
Representation of a single clause in a MultiRangeQuery
- MultiTerm(MultiTermQuery, int) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- multiTermAnalysisCount - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
N
- nearest(IndexSearcher, String, double, double, int) - Static method in class org.apache.lucene.sandbox.search.LatLonPointPrototypeQueries
-
Finds the
n
nearest indexed points to the provided point, according to Haversine distance. - nearest(IndexSearcher, String, int, float...) - Static method in class org.apache.lucene.sandbox.document.FloatPointNearestNeighbor
- newContainsQuery(String, double, double, double, double) - Static method in class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
Create a new 2d query that finds all indexed 2d GeoBoundingBoxField values that contain the defined 2d bounding box
- newCrossesQuery(String, double, double, double, double) - Static method in class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
Create a new 2d query that finds all indexed 2d GeoBoundingBoxField values that cross the defined 3d bounding box
- newExactQuery(String, float) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Create a query for matching an exact half-float value.
- newExactQuery(String, BigInteger) - Static method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Create a query for matching an exact big integer value.
- newIntersectsQuery(String, double, double, double, double) - Static method in class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
Create a new 2d query that finds all indexed 2d GeoBoundingBoxField values that intersect the defined 3d bounding ranges
- newRangeQuery(String, float[], float[]) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Create a range query for n-dimensional half-float values.
- newRangeQuery(String, float, float) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Create a range query for half-float values.
- newRangeQuery(String, BigInteger[], BigInteger[]) - Static method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Create a range query for n-dimensional big integer values.
- newRangeQuery(String, BigInteger, BigInteger) - Static method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Create a range query for big integer values.
- newSetQuery(String, float...) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Create a query matching any of the specified 1D values.
- newSetQuery(String, BigInteger...) - Static method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Create a query matching any of the specified 1D values.
- newSetQuery(String, Collection<Float>) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Create a query matching any of the specified 1D values.
- newTopDocs(ScoreDoc[]) - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
-
Returns a
TopDocs
instance containing the given results. - newWithinQuery(String, double, double, double, double) - Static method in class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
Create a new 2d query that finds all indexed 2d GeoBoundingBoxField values that are within the defined 2d bounding box
- next() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- NEXT_DOC - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- nextDown(float) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Return the first half float which is immediately smaller than
v
. - nextUp(float) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Return the first half float which is immediately greater than
v
. - NO_MATCH_QUERY - Static variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- noMatchWeight() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- numDims - Variable in class org.apache.lucene.sandbox.search.MultiRangeQuery.Builder
- numericValue() - Method in class org.apache.lucene.sandbox.document.BigIntegerPoint
- numericValue() - Method in class org.apache.lucene.sandbox.document.HalfFloatPoint
- numSegments - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- numSegments - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- numTerms - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- numTermsMatching - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
O
- ord() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- org.apache.lucene.payloads - package org.apache.lucene.payloads
-
Experimental classes for interacting with payloads
- org.apache.lucene.sandbox.codecs.idversion - package org.apache.lucene.sandbox.codecs.idversion
-
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
- org.apache.lucene.sandbox.document - package org.apache.lucene.sandbox.document
-
This package contains several point types:
BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial points - org.apache.lucene.sandbox.index - package org.apache.lucene.sandbox.index
-
Experimental index-related classes
- org.apache.lucene.sandbox.queries - package org.apache.lucene.sandbox.queries
-
Additional queries (some may have caveats or limitations)
- org.apache.lucene.sandbox.search - package org.apache.lucene.sandbox.search
-
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
P
- PayloadSpanCollector - Class in org.apache.lucene.payloads
-
SpanCollector for collecting payloads
- PayloadSpanCollector() - Constructor for class org.apache.lucene.payloads.PayloadSpanCollector
- PayloadSpanUtil - Class in org.apache.lucene.payloads
-
Experimental class to get set of payloads for most standard Lucene queries.
- PayloadSpanUtil(IndexReaderContext) - Constructor for class org.apache.lucene.payloads.PayloadSpanUtil
- PhraseTerm(int) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- phraseTerms - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- phraseTerms - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- PhraseWildcardQuery - Class in org.apache.lucene.sandbox.search
-
A generalized version of
PhraseQuery
, built with one or moreMultiTermQuery
that provides term expansions for multi-terms (one of the expanded terms must match). - PhraseWildcardQuery(String, List<PhraseWildcardQuery.PhraseTerm>, int, int, boolean) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- PhraseWildcardQuery.Builder - Class in org.apache.lucene.sandbox.search
-
Builds a
PhraseWildcardQuery
. - PhraseWildcardQuery.MultiTerm - Class in org.apache.lucene.sandbox.search
-
Phrase term with expansions.
- PhraseWildcardQuery.PhraseTerm - Class in org.apache.lucene.sandbox.search
-
All
PhraseWildcardQuery.PhraseTerm
are light and immutable. - PhraseWildcardQuery.SegmentTermsSizeComparator - Class in org.apache.lucene.sandbox.search
-
Compares segments based of the number of terms they contain.
- PhraseWildcardQuery.SingleTerm - Class in org.apache.lucene.sandbox.search
-
Phrase term with no expansion.
- PhraseWildcardQuery.TermBytesTermState - Class in org.apache.lucene.sandbox.search
-
Holds a pair of term bytes - term state.
- PhraseWildcardQuery.TermData - Class in org.apache.lucene.sandbox.search
- PhraseWildcardQuery.TermsData - Class in org.apache.lucene.sandbox.search
-
Holds the
TermState
andTermStatistics
for all the matched and collectedTerm
, for all phrase terms, for all segments. - PhraseWildcardQuery.TermStats - Class in org.apache.lucene.sandbox.search
-
Accumulates the doc freq and total term freq.
- PhraseWildcardQuery.TestCounters - Class in org.apache.lucene.sandbox.search
-
Test counters incremented when assertions are enabled.
- populateResults(ScoreDoc[], int) - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
-
Populates the results array with the ScoreDoc instances.
- postings(PostingsEnum, int) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- ProfilerCollector - Class in org.apache.lucene.sandbox.search
-
This class wraps a Collector and times the execution of: - setScorer() - collect() - doSetNextReader() - needsScores()
- ProfilerCollector(Collector, String, List<ProfilerCollector>) - Constructor for class org.apache.lucene.sandbox.search.ProfilerCollector
- ProfilerCollectorResult - Class in org.apache.lucene.sandbox.search
-
Public class for profiled timings of the Collectors used in the search.
- ProfilerCollectorResult(String, String, Long, List<ProfilerCollectorResult>) - Constructor for class org.apache.lucene.sandbox.search.ProfilerCollectorResult
Q
- query - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- queryEarlyStopCount - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- QueryProfilerIndexSearcher - Class in org.apache.lucene.sandbox.search
-
An extension of
IndexSearcher
that records profile information for all queries it executes. - QueryProfilerIndexSearcher(IndexReader) - Constructor for class org.apache.lucene.sandbox.search.QueryProfilerIndexSearcher
- QueryProfilerResult - Class in org.apache.lucene.sandbox.search
-
This class is the internal representation of a profiled Query, corresponding to a single node in the query tree.
- QueryProfilerResult(String, String, Map<String, Long>, long, List<QueryProfilerResult>) - Constructor for class org.apache.lucene.sandbox.search.QueryProfilerResult
- QueryProfilerTimingType - Enum in org.apache.lucene.sandbox.search
-
This enum breaks down the query into different sections to describe what was timed.
R
- ramBytesUsed() - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- ramBytesUsed() - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- ramBytesUsed() - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
- RangeClause(byte[], byte[]) - Constructor for class org.apache.lucene.sandbox.search.MultiRangeQuery.RangeClause
- reset() - Method in class org.apache.lucene.payloads.PayloadSpanCollector
- rewrite(IndexSearcher) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- rewrite(IndexSearcher) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- rewrite(IndexSearcher) - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- rewrite(IndexSearcher) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
-
Merges the overlapping ranges and returns unconnected ranges by calling
MultiRangeQuery.mergeOverlappingRanges(java.util.List<org.apache.lucene.sandbox.search.MultiRangeQuery.RangeClause>, int)
- rewrite(IndexSearcher) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- rewrite(IndexSearcher) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
- rewrite(Query) - Method in class org.apache.lucene.sandbox.search.QueryProfilerIndexSearcher
S
- SCORE - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- scoreMode() - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
- scoreMode() - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- seekCeil(BytesRef) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- seekExact(long) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- seekExact(BytesRef) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- seekExact(BytesRef, long) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
-
Optimized version of
IDVersionSegmentTermsEnum.seekExact(BytesRef)
that can sometimes fail-fast if the version indexed with the requested ID is less than the specified minIDVersion. - seekExact(BytesRef, TermState) - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- segmentOptimizationEnabled - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- segmentOptimizationEnabled - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- segmentSkipCount - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- SegmentTermsSizeComparator() - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SegmentTermsSizeComparator
- segmentUseCount - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- SET_MIN_COMPETITIVE_SCORE - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- setAccept(int, boolean) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Marks the specified state as accept or not.
- setBigIntegerValues(BigInteger...) - Method in class org.apache.lucene.sandbox.document.BigIntegerPoint
-
Change the values of this field
- setBytesValue(BytesRef) - Method in class org.apache.lucene.sandbox.document.BigIntegerPoint
- setBytesValue(BytesRef) - Method in class org.apache.lucene.sandbox.document.HalfFloatPoint
- setFloatValue(float) - Method in class org.apache.lucene.sandbox.document.HalfFloatPoint
- setFloatValues(float...) - Method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Change the values of this field
- setIgnoreTF(boolean) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- setPreservePositionIncrements(boolean) - Method in class org.apache.lucene.sandbox.search.TokenStreamToTermAutomatonQuery
-
Whether to generate holes in the automaton for missing positions,
true
by default. - setRangeValues(double, double, double, double) - Method in class org.apache.lucene.sandbox.document.LatLonBoundingBox
-
Changes the values of the field
- setSlop(int) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
-
Sets the phrase slop.
- setSmallSegmentThresholdMB(double) - Method in class org.apache.lucene.sandbox.index.MergeOnFlushMergePolicy
- setTermStatesForSegment(LeafReaderContext, List<PhraseWildcardQuery.TermBytesTermState>) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
-
Sets the collected list of
PhraseWildcardQuery.TermBytesTermState
for the given segment. - setWeight(Weight) - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
- SHALLOW_ADVANCE - org.apache.lucene.sandbox.search.QueryProfilerTimingType
- shouldOptimizeSegments() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- SingleTerm(Term, int) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- singleTermAnalysisCount - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- size() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
- slop - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
- slop - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- sortableShortToHalfFloat(short) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
-
Convert short bits to a half-float value that maintains ordering.
T
- term - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- term() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- TermAutomatonQuery - Class in org.apache.lucene.sandbox.search
-
A proximity query that lets you express an automaton, whose transitions are terms, to match documents.
- TermAutomatonQuery(String) - Constructor for class org.apache.lucene.sandbox.search.TermAutomatonQuery
- termBytes - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermBytesTermState
- termBytes - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermStats
- TermBytesTermState(BytesRef, TermState) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermBytesTermState
- TermData(int, PhraseWildcardQuery.TermsData) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- termDataPerPosition - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- termPosition - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- terms - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- terms(String) - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
- termsData - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- TermsData(int, int) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- termState - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermBytesTermState
- termState() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- termStatesPerSegment - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- TermStats(BytesRef) - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermStats
- termStatsList - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- TestCounters() - Constructor for class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TestCounters
- toDot() - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Returns the dot (graphviz) representation of this automaton.
- TokenStreamToTermAutomatonQuery - Class in org.apache.lucene.sandbox.search
-
Consumes a TokenStream and creates an
TermAutomatonQuery
where the transition labels are tokens from theTermToBytesRefAttribute
. - TokenStreamToTermAutomatonQuery() - Constructor for class org.apache.lucene.sandbox.search.TokenStreamToTermAutomatonQuery
-
Sole constructor.
- topDocs() - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
-
Returns the top docs that were collected by this collector.
- topDocs(int) - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
-
Returns the top docs that were collected by this collector.
- toQuery(String, TokenStream) - Method in class org.apache.lucene.sandbox.search.TokenStreamToTermAutomatonQuery
-
Pulls the graph (including
PositionLengthAttribute
) from the providedTokenStream
, and creates the corresponding automaton where arcs are bytes (or Unicode code points if unicodeArcs = true) from each term. - toString() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
- toString() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
- toString() - Method in class org.apache.lucene.sandbox.document.BigIntegerPoint
- toString() - Method in class org.apache.lucene.sandbox.document.HalfFloatPoint
- toString() - Method in class org.apache.lucene.sandbox.document.LatLonBoundingBox
- toString() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermBytesTermState
- toString() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermData
- toString() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
- toString() - Method in enum org.apache.lucene.sandbox.search.QueryProfilerTimingType
- toString(int, byte[]) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
-
Returns a string of a single value in a human-readable format for debugging.
- toString(String) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- toString(String) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- toString(String) - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- toString(String) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- toString(String) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- toString(String) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
- toString(StringBuilder) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.MultiTerm
- toString(StringBuilder) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.PhraseTerm
- toString(StringBuilder) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SingleTerm
- totalTermFreq - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermStats
- totalTermFreq() - Method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
V
- valueOf(String) - Static method in enum org.apache.lucene.sandbox.search.QueryProfilerTimingType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.lucene.sandbox.search.QueryProfilerTimingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION_CURRENT - Static variable in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
-
Current terms format.
- VERSION_START - Static variable in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
-
Initial terms format.
- VersionBlockTreeTermsReader - Class in org.apache.lucene.sandbox.codecs.idversion
- VersionBlockTreeTermsReader(PostingsReaderBase, SegmentReadState) - Constructor for class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
-
Sole constructor.
- VersionBlockTreeTermsWriter - Class in org.apache.lucene.sandbox.codecs.idversion
-
This is just like
Lucene90BlockTreeTermsWriter
, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version. - VersionBlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int) - Constructor for class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
-
Create a new writer.
- visit(QueryVisitor) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
- visit(QueryVisitor) - Method in class org.apache.lucene.sandbox.search.CombinedFieldQuery
- visit(QueryVisitor) - Method in class org.apache.lucene.sandbox.search.CoveringQuery
- visit(QueryVisitor) - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
- visit(QueryVisitor) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
- visit(QueryVisitor) - Method in class org.apache.lucene.sandbox.search.TermAutomatonQuery
W
- write(Fields, NormsProducer) - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
All Classes All Packages