Index

A B C D E F G H I K L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values

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 - Enum constant in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
 
advanceExact(int) - Method in interface org.apache.lucene.sandbox.facet.cutters.LeafFacetCutter
advance to the next doc
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
BUILD_SCORER - Enum constant in enum class 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.
byAggregatedValue(CountFacetRecorder, LongAggregationsFacetRecorder, int) - Static method in class org.apache.lucene.sandbox.facet.ComparableUtils
ComparableSupplier to sort ordinals by long aggregation (descending) with tie-break by count (descending) or by ordinal (ascending) using provided CountFacetRecorder and LongAggregationsFacetRecorder.
byCount(CountFacetRecorder) - Static method in class org.apache.lucene.sandbox.facet.ComparableUtils
ComparableSupplier to sort ordinals by count (descending) with ord as a tie-break (ascending) using provided CountFacetRecorder.
byCount(CountFacetRecorder, LongValueFacetCutter) - Static method in class org.apache.lucene.sandbox.facet.ComparableUtils
ComparableSupplier to sort ordinals by count (descending) from CountFacetRecorder with tie-break by long value (ascending) from LongValueFacetCutter.
byLongValue(LongValueFacetCutter) - Static method in class org.apache.lucene.sandbox.facet.ComparableUtils
ComparableSupplier to sort ordinals by long value from LongValueFacetCutter (descending).
byOrdinal() - Static method in class org.apache.lucene.sandbox.facet.ComparableUtils
ComparableSupplier to sort by ords (ascending).
ByOrdinalComparable() - Constructor for class org.apache.lucene.sandbox.facet.ComparableUtils.ByOrdinalComparable
 
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

CandidateSetOrdinalIterator - Class in org.apache.lucene.sandbox.facet.iterators
OrdinalIterator that filters out ordinals from delegate if they are not in the candidate set.
CandidateSetOrdinalIterator(FacetRecorder, FacetLabel[], LabelToOrd) - Constructor for class org.apache.lucene.sandbox.facet.iterators.CandidateSetOrdinalIterator
Constructor.
centroids() - Method in record class org.apache.lucene.sandbox.codecs.quantization.KMeans.Results
Returns the value of the centroids record component.
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
 
cluster(FloatVectorValues, int, boolean, long, KMeans.KmeansInitializationMethod, boolean, int, int, int) - Static method in class org.apache.lucene.sandbox.codecs.quantization.KMeans
Expert: Cluster vectors into a given number of clusters
cluster(FloatVectorValues, VectorSimilarityFunction, int) - Static method in class org.apache.lucene.sandbox.codecs.quantization.KMeans
Cluster vectors into a given number of clusters
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 and TermStatistics 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 and TermStatistics 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 and TermStatistics 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 and TermStatistics 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 and TermStatistics 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.
ComparableSupplier<T> - Interface in org.apache.lucene.sandbox.facet.iterators
Generates Comparable for provided ordinal.
ComparableUtils - Class in org.apache.lucene.sandbox.facet
Collection of static methods to provide most common comparables for sandbox faceting.
ComparableUtils.ByAggregatedValueComparable - Class in org.apache.lucene.sandbox.facet
ComparableUtils.ByCountAndLongValueComparable - Class in org.apache.lucene.sandbox.facet
ComparableUtils.ByCountComparable - Class in org.apache.lucene.sandbox.facet
ComparableUtils.ByLongValueComparable - Class in org.apache.lucene.sandbox.facet
ComparableUtils.ByOrdinalComparable - Class in org.apache.lucene.sandbox.facet
compare(LeafReaderContext, LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.SegmentTermsSizeComparator
 
compareTo(ComparableUtils.ByAggregatedValueComparable) - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByAggregatedValueComparable
 
compareTo(ComparableUtils.ByCountAndLongValueComparable) - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByCountAndLongValueComparable
 
compareTo(ComparableUtils.ByCountComparable) - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByCountComparable
 
compareTo(ComparableUtils.ByLongValueComparable) - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByLongValueComparable
 
compareTo(ComparableUtils.ByOrdinalComparable) - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByOrdinalComparable
 
COMPUTE_MAX_SCORE - Enum constant in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
 
contains(int) - Method in class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
 
contains(int) - Method in interface org.apache.lucene.sandbox.facet.recorders.FacetRecorder
Check if any data was recorded for provided facet ordinal.
contains(int) - Method in class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
 
contains(int) - Method in class org.apache.lucene.sandbox.facet.recorders.MultiFacetsRecorder
 
copy() - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
COUNT - Enum constant in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
 
CountFacetRecorder - Class in org.apache.lucene.sandbox.facet.recorders
FacetRecorder to count facets.
CountFacetRecorder() - Constructor for class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
Create.
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(MultiLongValuesSource, LongRange[]) - Static method in class org.apache.lucene.sandbox.facet.cutters.ranges.LongRangeFacetCutter
 
CREATE_WEIGHT - Enum constant in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
 
createCollector() - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorManager
Creates the collector to be wrapped with a ProfilerCollector
createComparable(int) - Method in interface org.apache.lucene.sandbox.facet.iterators.ComparableSupplier
For given ordinal, create something it can be compared by.
createLeafCutter(LeafReaderContext) - Method in interface org.apache.lucene.sandbox.facet.cutters.FacetCutter
Get cutter for the leaf.
createLeafCutter(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.cutters.LongValueFacetCutter
 
createLeafCutter(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.cutters.ranges.DoubleRangeFacetCutter
 
createLeafCutter(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.cutters.TaxonomyFacetsCutter
 
createSampleReader(FloatVectorValues, int, long) - Static method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
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
createTermsEnum(PhraseWildcardQuery.MultiTerm, LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
Creates the TermsEnum for the given PhraseWildcardQuery.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
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_ITRS - Static variable in class org.apache.lucene.sandbox.codecs.quantization.KMeans
 
DEFAULT_MAX_BLOCK_SIZE - Static variable in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter
Suggested default value for the maxItemsInBlock parameter to VersionBlockTreeTermsWriter(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 to VersionBlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int).
DEFAULT_RESTARTS - Static variable in class org.apache.lucene.sandbox.codecs.quantization.KMeans
 
DEFAULT_SAMPLE_SIZE - Static variable in class org.apache.lucene.sandbox.codecs.quantization.KMeans
 
deriveCollectorName(Collector) - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
Creates a human-friendly representation of the Collector name.
dimension() - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
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
 
DoubleRangeFacetCutter - Class in org.apache.lucene.sandbox.facet.cutters.ranges
FacetCutter for ranges of double values.
DoubleRangeFacetCutter(MultiDoubleValuesSource, DoubleRange[]) - Constructor for class org.apache.lucene.sandbox.facet.cutters.ranges.DoubleRangeFacetCutter
Constructor.

E

earlyStopWeight() - Method in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
 
EMPTY - Static variable in interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
Return empty ordinal iterator
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 record class org.apache.lucene.sandbox.codecs.quantization.KMeans.Results
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByLongValueComparable
 
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

FacetCutter - Interface in org.apache.lucene.sandbox.facet.cutters
Creates LeafFacetCutter for each leaf.
FacetFieldCollector - Class in org.apache.lucene.sandbox.facet
Collector that brings together FacetCutter and FacetRecorder to compute facets during collection phase.
FacetFieldCollector(FacetCutter, FacetRecorder) - Constructor for class org.apache.lucene.sandbox.facet.FacetFieldCollector
Collector for cutter+recorder pair.
FacetFieldCollectorManager<V> - Class in org.apache.lucene.sandbox.facet
Collector manager for FacetFieldCollector.
FacetFieldCollectorManager(FacetCutter, V) - Constructor for class org.apache.lucene.sandbox.facet.FacetFieldCollectorManager
Create collector for a cutter + recorder pair
FacetRecorder - Interface in org.apache.lucene.sandbox.facet.recorders
Record data for each facet of each doc.
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
 
FORGY - Enum constant in enum class org.apache.lucene.sandbox.codecs.quantization.KMeans.KmeansInitializationMethod
 
fromArray(int[]) - Static method in interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
Convert int array to ordinal iterator.
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
 
getAcceptOrds(Bits) - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
getBytesPerDim() - Method in class org.apache.lucene.sandbox.search.MultiRangeQuery
 
getChildrenOrds(int) - Method in interface org.apache.lucene.sandbox.facet.cutters.FacetCutter
For facets that have hierarchy (levels), get all children ordinals for given ord.
getChildrenOrds(int) - Method in class org.apache.lucene.sandbox.facet.cutters.TaxonomyFacetsCutter
 
getCount(int) - Method in class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
Get count for provided ordinal.
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
 
getLabel(int) - Method in class org.apache.lucene.sandbox.facet.cutters.LongValueFacetCutter
 
getLabel(int) - Method in interface org.apache.lucene.sandbox.facet.labels.OrdToLabel
get label of one ord TODO: what do we return when ordinal is not valid? null?
getLabel(int) - Method in class org.apache.lucene.sandbox.facet.labels.RangeOrdToLabel
 
getLabel(int) - Method in class org.apache.lucene.sandbox.facet.labels.TaxonomyOrdLabelBiMap
 
getLabels(int[]) - Method in class org.apache.lucene.sandbox.facet.cutters.LongValueFacetCutter
 
getLabels(int[]) - Method in interface org.apache.lucene.sandbox.facet.labels.OrdToLabel
get labels for multiple ords
getLabels(int[]) - Method in class org.apache.lucene.sandbox.facet.labels.RangeOrdToLabel
 
getLabels(int[]) - Method in class org.apache.lucene.sandbox.facet.labels.TaxonomyOrdLabelBiMap
 
getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.FacetFieldCollector
 
getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.LargeNumHitsTopDocsCollector
 
getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.sandbox.search.ProfilerCollector
 
getLeafRecorder(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
 
getLeafRecorder(LeafReaderContext) - Method in interface org.apache.lucene.sandbox.facet.recorders.FacetRecorder
Get leaf recorder.
getLeafRecorder(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
 
getLeafRecorder(LeafReaderContext) - Method in class org.apache.lucene.sandbox.facet.recorders.MultiFacetsRecorder
 
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
 
getOrd(FacetLabel) - Method in interface org.apache.lucene.sandbox.facet.labels.LabelToOrd
get ord for one label
getOrd(FacetLabel) - Method in class org.apache.lucene.sandbox.facet.labels.TaxonomyOrdLabelBiMap
 
getOrdinalsToRollup() - Method in interface org.apache.lucene.sandbox.facet.cutters.FacetCutter
For facets that have hierarchy (levels), return all top level dimension ordinals that require rollup.
getOrdinalsToRollup() - Method in class org.apache.lucene.sandbox.facet.cutters.TaxonomyFacetsCutter
 
getOrds(FacetLabel[]) - Method in interface org.apache.lucene.sandbox.facet.labels.LabelToOrd
get ords for multiple labels
getOrds(FacetLabel[]) - Method in class org.apache.lucene.sandbox.facet.labels.TaxonomyOrdLabelBiMap
 
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
 
getRecordedValue(int, int) - Method in class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
Return aggregated value for facet ordinal and aggregation ID, or zero as default.
getRewriteTime() - Method in class org.apache.lucene.sandbox.search.QueryProfilerIndexSearcher
 
getSlice() - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
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.
getValue(int) - Method in class org.apache.lucene.sandbox.facet.cutters.LongValueFacetCutter
Get value by ordinal.
getVectorByteLength() - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
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 record class org.apache.lucene.sandbox.codecs.quantization.KMeans.Results
Returns a hash code value for this object.
hashCode() - Method in class org.apache.lucene.sandbox.facet.ComparableUtils.ByLongValueComparable
 
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 also IDVersionSegmentTermsEnum.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
 
INVALID_ORD - Static variable in interface org.apache.lucene.sandbox.facet.labels.LabelToOrd
Ordinal to return if facet label doesn't exist in LabelToOrd.getOrd(FacetLabel) and LabelToOrd.getOrds(FacetLabel[])
isEmpty() - Method in class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
 
isEmpty() - Method in interface org.apache.lucene.sandbox.facet.recorders.FacetRecorder
True if there are no records
isEmpty() - Method in class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
 
isEmpty() - Method in class org.apache.lucene.sandbox.facet.recorders.MultiFacetsRecorder
 
isIgnoreTF() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
iterator() - Method in class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsReader
 

K

KMeans - Class in org.apache.lucene.sandbox.codecs.quantization
KMeans clustering algorithm for vectors
KMeans.KmeansInitializationMethod - Enum Class in org.apache.lucene.sandbox.codecs.quantization
Kmeans initialization methods
KMeans.Results - Record Class in org.apache.lucene.sandbox.codecs.quantization
Results of KMeans clustering

L

LabelToOrd - Interface in org.apache.lucene.sandbox.facet.labels
Label to ord mapping interface.
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
LeafFacetCutter - Interface in org.apache.lucene.sandbox.facet.cutters
Interface to be implemented to cut documents into facets for an index segment (leaf).
LeafFacetRecorder - Interface in org.apache.lucene.sandbox.facet.recorders
Record data for each facet of each doc of a leaf (segment).
LongAggregationsFacetRecorder - Class in org.apache.lucene.sandbox.facet.recorders
FacetRecorder that computes multiple long aggregations per facet.
LongAggregationsFacetRecorder(LongValuesSource[], Reducer[]) - Constructor for class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
Constructor.
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
 
LongRangeFacetCutter - Class in org.apache.lucene.sandbox.facet.cutters.ranges
FacetCutter for ranges of long values.
longToBytes(long, BytesRef) - Static method in class org.apache.lucene.sandbox.codecs.idversion.IDVersionPostingsFormat
 
LongValueFacetCutter - Class in org.apache.lucene.sandbox.facet.cutters
FacetCutter and OrdToLabel for distinct long values.
LongValueFacetCutter(String) - Constructor for class org.apache.lucene.sandbox.facet.cutters.LongValueFacetCutter
Constructor.

M

MATCH - Enum constant in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
 
MAX - Static variable in interface org.apache.lucene.sandbox.facet.recorders.Reducer
Reducer that returns MAX of two values.
MAX_NUM_CENTROIDS - Static variable in class org.apache.lucene.sandbox.codecs.quantization.KMeans
 
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 in MergeOnFlushMergePolicy.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.
MultiFacetsRecorder - Class in org.apache.lucene.sandbox.facet.recorders
FacetRecorder that contains multiple FacetRecorders.
MultiFacetsRecorder(FacetRecorder...) - Constructor for class org.apache.lucene.sandbox.facet.recorders.MultiFacetsRecorder
Constructor
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, int, float...) - Static method in class org.apache.lucene.sandbox.document.FloatPointNearestNeighbor
 
newCollector() - Method in class org.apache.lucene.sandbox.facet.FacetFieldCollectorManager
 
newCollector() - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorManager
 
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 - Enum constant in enum class 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.
nextOrd() - Method in class org.apache.lucene.sandbox.facet.iterators.CandidateSetOrdinalIterator
 
nextOrd() - Method in interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
Returns next ord or OrdinalIterator.NO_MORE_ORDS.
nextOrd() - Method in class org.apache.lucene.sandbox.facet.iterators.TaxonomyChildrenOrdinalIterator
 
nextOrd() - Method in class org.apache.lucene.sandbox.facet.iterators.TopnOrdinalIterator
 
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
 
NO_MORE_ORDS - Static variable in interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
This const is returned by nextOrd when there are no more ordinals.
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
 
OrdinalIterator - Interface in org.apache.lucene.sandbox.facet.iterators
Iterate over ordinals.
ordToDoc(int) - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
OrdToLabel - Interface in org.apache.lucene.sandbox.facet.labels
Ordinal to label mapping interface.
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.codecs.quantization - package org.apache.lucene.sandbox.codecs.quantization
This package implements KMeans algorithm for clustering vectors
org.apache.lucene.sandbox.document - package org.apache.lucene.sandbox.document
This package contains several point types: BigIntegerPoint for 128-bit integers LatLonPoint for latitude/longitude geospatial points
org.apache.lucene.sandbox.facet - package org.apache.lucene.sandbox.facet
Sandbox faceting - Collectors that compute facets.
org.apache.lucene.sandbox.facet.cutters - package org.apache.lucene.sandbox.facet.cutters
Sandbox faceting: facet cutters, see FacetCutter for details.
org.apache.lucene.sandbox.facet.cutters.ranges - package org.apache.lucene.sandbox.facet.cutters.ranges
Sandbox faceting: Range Faceting
org.apache.lucene.sandbox.facet.iterators - package org.apache.lucene.sandbox.facet.iterators
Sandbox faceting: facet ordinals.
org.apache.lucene.sandbox.facet.labels - package org.apache.lucene.sandbox.facet.labels
Sandbox faceting: facet labels, see OrdToLabel for details.
org.apache.lucene.sandbox.facet.recorders - package org.apache.lucene.sandbox.facet.recorders
Sandbox faceting: classes that can record per ordinal data E.g.
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 more MultiTermQuery 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
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
Holds the TermState for all the collected Term, for a specific phrase term, for all segments.
PhraseWildcardQuery.TermsData - Class in org.apache.lucene.sandbox.search
Holds the TermState and TermStatistics for all the matched and collected Term, 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.
PLUS_PLUS - Enum constant in enum class org.apache.lucene.sandbox.codecs.quantization.KMeans.KmeansInitializationMethod
 
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
 
ProfilerCollectorManager - Class in org.apache.lucene.sandbox.search
Collector manager for ProfilerCollector
ProfilerCollectorManager(String) - Constructor for class org.apache.lucene.sandbox.search.ProfilerCollectorManager
Creates a profiler collector manager provided a certain reason
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 Class 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
 
RangeOrdToLabel - Class in org.apache.lucene.sandbox.facet.labels
OrdToLabel for ranges.
RangeOrdToLabel(Range[]) - Constructor for class org.apache.lucene.sandbox.facet.labels.RangeOrdToLabel
Constructor that takes array of Range objects as input
record(int, int) - Method in interface org.apache.lucene.sandbox.facet.recorders.LeafFacetRecorder
TODO: Rename: collect? accumulate?
recordedOrds() - Method in class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
 
recordedOrds() - Method in interface org.apache.lucene.sandbox.facet.recorders.FacetRecorder
Return next collected ordinal, or OrdinalIterator.NO_MORE_ORDS
recordedOrds() - Method in class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
 
recordedOrds() - Method in class org.apache.lucene.sandbox.facet.recorders.MultiFacetsRecorder
 
reduce(double, double) - Method in interface org.apache.lucene.sandbox.facet.recorders.Reducer
Double values reducer.
reduce(float, float) - Method in interface org.apache.lucene.sandbox.facet.recorders.Reducer
Float values reducer.
reduce(int, int) - Method in interface org.apache.lucene.sandbox.facet.recorders.Reducer
Int values reducer.
reduce(long, long) - Method in interface org.apache.lucene.sandbox.facet.recorders.Reducer
Long values reducer.
reduce(Collection<FacetFieldCollector>) - Method in class org.apache.lucene.sandbox.facet.FacetFieldCollectorManager
 
reduce(Collection<ProfilerCollector>) - Method in class org.apache.lucene.sandbox.search.ProfilerCollectorManager
 
reduce(FacetCutter) - Method in class org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
 
reduce(FacetCutter) - Method in interface org.apache.lucene.sandbox.facet.recorders.FacetRecorder
Reduce leaf recorder results into this recorder.
reduce(FacetCutter) - Method in class org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
 
reduce(FacetCutter) - Method in class org.apache.lucene.sandbox.facet.recorders.MultiFacetsRecorder
 
Reducer - Interface in org.apache.lucene.sandbox.facet.recorders
Reducer for numeric values.
RESERVOIR_SAMPLING - Enum constant in enum class org.apache.lucene.sandbox.codecs.quantization.KMeans.KmeansInitializationMethod
 
reservoirSample(int, int, long) - Static method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
Sample k elements from n elements according to reservoir sampling algorithm.
reservoirSampleFromArray(int[], int, long) - Static method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
Sample k elements from the origin array using reservoir sampling algorithm.
reset() - Method in class org.apache.lucene.payloads.PayloadSpanCollector
 
Results(float[][], short[]) - Constructor for record class org.apache.lucene.sandbox.codecs.quantization.KMeans.Results
Creates an instance of a Results record class.
reuseComparable(int, T) - Method in interface org.apache.lucene.sandbox.facet.iterators.ComparableSupplier
For given ordinal, get something it can be compared by.
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

SampleReader - Class in org.apache.lucene.sandbox.codecs.quantization
A reader of vector values that samples a subset of the vectors.
SCORE - Enum constant in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
 
scoreMode() - Method in class org.apache.lucene.sandbox.facet.FacetFieldCollector
 
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 - Enum constant in enum class 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 - Enum constant in enum class 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
 
size() - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
slop - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery.Builder
 
slop - Variable in class org.apache.lucene.sandbox.search.PhraseWildcardQuery
 
sort(int[], ComparableSupplier<T>) - Static method in class org.apache.lucene.sandbox.facet.ComparableUtils
Sort array of ordinals.
sortableShortToHalfFloat(short) - Static method in class org.apache.lucene.sandbox.document.HalfFloatPoint
Convert short bits to a half-float value that maintains ordering.
SUM - Static variable in interface org.apache.lucene.sandbox.facet.recorders.Reducer
Reducer that returns SUM of two values.

T

TaxonomyChildrenOrdinalIterator - Class in org.apache.lucene.sandbox.facet.iterators
Facets results selector to get children for selected parent.
TaxonomyChildrenOrdinalIterator(OrdinalIterator, ParallelTaxonomyArrays.IntArray, int) - Constructor for class org.apache.lucene.sandbox.facet.iterators.TaxonomyChildrenOrdinalIterator
Create
TaxonomyFacetsCutter - Class in org.apache.lucene.sandbox.facet.cutters
FacetCutter for facets that use taxonomy side-car index.
TaxonomyFacetsCutter(String, FacetsConfig, TaxonomyReader) - Constructor for class org.apache.lucene.sandbox.facet.cutters.TaxonomyFacetsCutter
Create FacetCutter for taxonomy facets.
TaxonomyFacetsCutter(String, FacetsConfig, TaxonomyReader, boolean) - Constructor for class org.apache.lucene.sandbox.facet.cutters.TaxonomyFacetsCutter
Expert: Create FacetCutter for taxonomy facets.
TaxonomyOrdLabelBiMap - Class in org.apache.lucene.sandbox.facet.labels
Map taxonomy labels to ordinals.
TaxonomyOrdLabelBiMap(TaxonomyReader) - Constructor for class org.apache.lucene.sandbox.facet.labels.TaxonomyOrdLabelBiMap
Construct
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
 
toArray() - Method in interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
Convert to int array.
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 the TermToBytesRefAttribute.
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.
TopnOrdinalIterator<T> - Class in org.apache.lucene.sandbox.facet.iterators
Class that consumes incoming ordinals, sorts them by provided Comparable, and returns first top N ordinals only.
TopnOrdinalIterator(OrdinalIterator, ComparableSupplier<T>, int) - Constructor for class org.apache.lucene.sandbox.facet.iterators.TopnOrdinalIterator
Constructor.
toQuery(String, TokenStream) - Method in class org.apache.lucene.sandbox.search.TokenStreamToTermAutomatonQuery
Pulls the graph (including PositionLengthAttribute) from the provided TokenStream, 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 record class org.apache.lucene.sandbox.codecs.quantization.KMeans.Results
Returns a string representation of this record class.
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 class 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 class org.apache.lucene.sandbox.codecs.quantization.KMeans.KmeansInitializationMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.lucene.sandbox.codecs.quantization.KMeans.KmeansInitializationMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.lucene.sandbox.search.QueryProfilerTimingType
Returns an array containing the constants of this enum class, in the order they are declared.
vectorCentroids() - Method in record class org.apache.lucene.sandbox.codecs.quantization.KMeans.Results
Returns the value of the vectorCentroids record component.
vectorValue(int) - Method in class org.apache.lucene.sandbox.codecs.quantization.SampleReader
 
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
 
A B C D E F G H I K L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values