Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(double) - Method in class org.apache.lucene.facet.range.DoubleRange
- 
True if this range accepts the provided value.
- accept(long) - Method in class org.apache.lucene.facet.range.LongRange
- 
True if this range accepts the provided value.
- add(String, String...) - Method in class org.apache.lucene.facet.DrillDownQuery
- 
Adds one dimension of drill downs; if you pass the same dimension more than once it is OR'd with the previous constraints on that dimension, and all dimensions are AND'd against each other and the base query.
- add(String, Query) - Method in class org.apache.lucene.facet.DrillDownQuery
- 
Expert: add a custom drill-down subQuery.
- addCategory(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- addCategory(FacetLabel) - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
- 
addCategory() adds a category with a given path name to the taxonomy, and returns its ordinal.
- addDone() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
- addDone() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
- addDone() - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
- 
Call addDone() to say that all addMapping() have been done.
- addLabel(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
Adds a new label if it is not yet in the table.
- addMapping(int, int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
- addMapping(int, int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
- addMapping(int, int) - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
- 
Record a mapping.
- addTaxonomy(Directory, DirectoryTaxonomyWriter.OrdinalMap) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Takes the categories from the given taxonomy directory, and adds the missing ones to this taxonomy.
- advanceExact(int) - Method in class org.apache.lucene.facet.MultiDoubleValues
- 
Advance to exactlydocand return whetherdochas a value.
- advanceExact(int) - Method in class org.apache.lucene.facet.MultiLongValues
- 
Advance to exactlytargetand return whethertargethas a value.
- aggregate(float, float) - Method in class org.apache.lucene.facet.taxonomy.AssociationAggregationFunction
- 
Implement aggregation logic for floats
- aggregate(int, int) - Method in class org.apache.lucene.facet.taxonomy.AssociationAggregationFunction
- 
Implement aggregation logic for integers
- aggregate(Number, Number) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- aggregate(Number, Number) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- aggregate(Number, Number) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Apply an aggregation to the two values and return the result.
- aggregationFunction - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
Aggregation function used for combining values.
- aggregationFunction - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Aggregation function used for combining values.
- ALL - Enum constant in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
Index dimension, sub-path and full-path drill down terms.
- ALL_PATHS_NO_DIM - Enum constant in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
Index sub-path and full-path drill down terms.
- amortizeFacetCounts(FacetResult, FacetsConfig, IndexSearcher) - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Note: if you use a countingFacetsimplementation, you can amortize the sampled counts by calling this method.
- assoc - Variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
- 
Associated value.
- AssociationAggregationFunction - Class in org.apache.lucene.facet.taxonomy
- 
Specify aggregation logic used inTaxonomyFacetIntAssociationsandTaxonomyFacetFloatAssociations.
- AssociationAggregationFunction() - Constructor for class org.apache.lucene.facet.taxonomy.AssociationAggregationFunction
- 
Sole constructor.
- AssociationFacetField - Class in org.apache.lucene.facet.taxonomy
- 
Add an instance of this to yourDocumentto add a facet label associated with an arbitrary byte[].
- AssociationFacetField(BytesRef, String, String...) - Constructor for class org.apache.lucene.facet.taxonomy.AssociationFacetField
- 
Creates this fromdimandpathand an association
B
- bits() - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Returns the value of thebitsrecord component.
- build(Document) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Translates any addedFacetFields into normal fields for indexing; only use this version if you did not add any taxonomy-based fields (FacetFieldorAssociationFacetField).
- build(TaxonomyWriter, Document) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Translates any addedFacetFields into normal fields for indexing.
- buildFacetsResult(FacetsCollector, FacetsCollector[], String[]) - Method in class org.apache.lucene.facet.DrillSideways
- 
Subclass can override to customize per-dim Facets impl.
- bytesRefToFloat(BytesRef) - Static method in class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
- 
Decodes a previously encodedfloat.
- bytesRefToInt(BytesRef) - Static method in class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
- 
Decodes a previously encodedint.
C
- centroid() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns the value of thecentroidrecord component.
- childCount - Variable in class org.apache.lucene.facet.FacetResult
- 
How many child labels were encountered.
- children() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
- 
Returns the children array, wherechildren[i]denotes a child of category ordinali.
- childrenLoaded() - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Returns true if the (costly, and lazily initialized) children int[] was initialized.
- childrenLoaded() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
Returns true if the (costly, and lazily initialized) children int[] was initialized.
- childrenLoaded() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Returns true if the (costly, and lazily initialized) children int[] was initialized.
- clear() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- clear() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
- 
Clears the content of the cache.
- clone() - Method in class org.apache.lucene.facet.DrillDownQuery
- clone() - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
- close() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Frees used resources as well as closes the underlyingIndexWriter, which commits whatever changes made to it to the underlyingDirectory.
- close() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- close() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- close() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
- 
Let go of whatever resources the cache is holding.
- closeResources() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
A hook for extending classes to close additional resources that were used.
- collect(int) - Method in class org.apache.lucene.facet.FacetsCollector
- collectorResult - Variable in class org.apache.lucene.facet.DrillSideways.ConcurrentDrillSidewaysResult
- 
The merged search results
- commit() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- compareTo(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Compares this path with anotherFacetLabelfor lexicographic order.
- components - Variable in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
The components of thisFacetLabel.
- computeDynamicNumericRanges(long[], long[], int, long, int) - Static method in class org.apache.lucene.facet.range.DynamicRangeUtil
- 
Compute dynamic numeric ranges using weights.
- computeDynamicRanges(String, LongValuesSource, LongValuesSource, FacetsCollector, int, ExecutorService) - Static method in class org.apache.lucene.facet.range.DynamicRangeUtil
- 
Construct dynamic ranges using the specified weight field to generate equi-weight range for the specified numeric bin field
- ConcurrentSortedSetDocValuesFacetCounts - Class in org.apache.lucene.facet.sortedset
- 
LikeSortedSetDocValuesFacetCounts, but aggregates counts concurrently across segments.
- ConcurrentSortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState, ExecutorService) - Constructor for class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- 
Returns all facet counts, same result as searching onMatchAllDocsQuerybut faster.
- ConcurrentSortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState, FacetsCollector, ExecutorService) - Constructor for class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- 
Counts all facet dimensions across the provided hits.
- config - Variable in class org.apache.lucene.facet.DrillSideways
- 
FacetsConfigpassed to constructor.
- context() - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Returns the value of thecontextrecord component.
- count - Variable in class org.apache.lucene.facet.LabelAndValue
- 
Number of occurrences for this label.
- count() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns the value of thecountrecord component.
- count(String, List<FacetsCollector.MatchingDocs>) - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Counts from the provided field.
- count(String, List<FacetsCollector.MatchingDocs>) - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
Counts from the provided field.
- count(String, List<FacetsCollector.MatchingDocs>, byte[][], int, RangeFieldQuery.QueryType) - Method in class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- 
Counts from the provided field.
- count(String, List<FacetsCollector.MatchingDocs>, byte[][], int, RangeFieldQuery.QueryType) - Method in class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- 
Counts from the provided field.
- counter - Variable in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
How many ordinals we've seen.
- counts - Variable in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Counts.
- counts - Variable in class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
Counts.
- create(String, FacetSet...) - Static method in class org.apache.lucene.facet.facetset.FacetSetsField
- 
Create a new FacetSets field.
- createDrillDownFacetsCollectorManager() - Method in class org.apache.lucene.facet.DrillSideways
- 
Subclass can override to customize drill down facets collector.
- createDrillSidewaysFacetsCollectorManager() - Method in class org.apache.lucene.facet.DrillSideways
- 
Subclass can override to customize drill sideways facets collector.
- createIndexWriterConfig(IndexWriterConfig.OpenMode) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Create theIndexWriterConfigthat would be used for opening the internal index writer.
- createIterator(FacetsCollector.MatchingDocs, DocIdSetIterator...) - Method in class org.apache.lucene.facet.FacetCountsWithFilterQuery
- 
Create aDocIdSetIteratorfrom the providedhitsthat relies onfastMatchQueryif available for first-pass filtering.
- createManager(int, long) - Static method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Creates aCollectorManagerfor concurrent random sampling throughRandomSamplingFacetsCollector
D
- decode(BytesRef, int, long[]) - Method in interface org.apache.lucene.facet.facetset.FacetSetDecoder
- 
Decodes the facet set dimension values into the given destination buffer and returns the number of bytes read.
- decodeInts(BytesRef, int, long[]) - Static method in interface org.apache.lucene.facet.facetset.FacetSetDecoder
- 
An implementation ofFacetSetDecoder.decode(BytesRef, int, long[])for int/float dimension values which were encoded withIntFacetSetandFloatFacetSetrespectively.
- decodeLongs(BytesRef, int, long[]) - Static method in interface org.apache.lucene.facet.facetset.FacetSetDecoder
- 
An implementation ofFacetSetDecoder.decode(BytesRef, int, long[])for long/double dimension values which were encoded withLongFacetSetandDoubleFacetSetrespectively.
- decRef() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Expert: decreases the refCount of this TaxonomyReader instance.
- decRef(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- DEFAULT_DIM_CONFIG - Static variable in class org.apache.lucene.facet.FacetsConfig
- 
Default per-dimension configuration.
- DEFAULT_INDEX_FIELD_NAME - Static variable in class org.apache.lucene.facet.FacetsConfig
- 
Which Lucene field holds the drill-downs and ords (as doc values).
- DefaultSortedSetDocValuesReaderState - Class in org.apache.lucene.facet.sortedset
- 
Default implementation ofSortedSetDocValuesFacetCounts.
- DefaultSortedSetDocValuesReaderState(IndexReader, String, FacetsConfig) - Constructor for class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Creates this, pulling doc values from the specified field.
- DefaultSortedSetDocValuesReaderState(IndexReader, FacetsConfig) - Constructor for class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Creates this with a config, pulling doc values from the defaultFacetsConfig.DEFAULT_INDEX_FIELD_NAME.
- defaultTaxonomyWriterCache() - Static method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Defines the defaultTaxonomyWriterCacheto use in constructors which do not specify one.
- DELIM_CHAR - Static variable in class org.apache.lucene.facet.FacetsConfig
- 
Character used to join the category path components together into a single drill down term for indexing.
- dim - Variable in class org.apache.lucene.facet.FacetField
- 
Dimension for this field.
- dim - Variable in class org.apache.lucene.facet.FacetResult
- 
Dimension that was requested.
- dim - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
- 
Dimension.
- dim - Variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
- 
Dimension for this field.
- DimConfig() - Constructor for class org.apache.lucene.facet.FacetsConfig.DimConfig
- 
Default constructor.
- DIMENSION_AND_FULL_PATH - Enum constant in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
Index dimension and full-path drill down terms.
- DimRange - Record Class in org.apache.lucene.facet.facetset
- 
Defines a single range in aFacetSetdimension.
- DimRange(long, long) - Constructor for record class org.apache.lucene.facet.facetset.DimRange
- 
Creates an instance of aDimRangerecord class.
- dims - Variable in class org.apache.lucene.facet.facetset.FacetSet
- 
The number of dimension values in this set.
- dims - Variable in class org.apache.lucene.facet.facetset.FacetSetMatcher
- 
The number of dimensions that are matched by this matcher.
- dims - Variable in class org.apache.lucene.facet.rangeonrange.Range
- 
Number of dims per range
- dimStartOrd - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.DimTree
- 
The first ord of the dimension
- DimTree(int, List<Integer>, List<Boolean>) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.DimTree
- 
Sibling and children must be of same length
- DirectoryTaxonomyReader - Class in org.apache.lucene.facet.taxonomy.directory
- 
ATaxonomyReaderwhich retrieves stored taxonomy information from aDirectory.
- DirectoryTaxonomyReader(DirectoryTaxonomyWriter) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Opens aDirectoryTaxonomyReaderover the givenDirectoryTaxonomyWriter(for NRT).
- DirectoryTaxonomyReader(Directory) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Open for reading a taxonomy stored in a givenDirectory.
- DirectoryTaxonomyWriter - Class in org.apache.lucene.facet.taxonomy.directory
- 
TaxonomyWriterwhich uses aDirectoryto store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
- DirectoryTaxonomyWriter(Directory) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Create this withOpenMode.CREATE_OR_APPEND.
- DirectoryTaxonomyWriter(Directory, IndexWriterConfig.OpenMode) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Creates a new instance with a default cache as defined byDirectoryTaxonomyWriter.defaultTaxonomyWriterCache().
- DirectoryTaxonomyWriter(Directory, IndexWriterConfig.OpenMode, TaxonomyWriterCache) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Construct a Taxonomy writer.
- DirectoryTaxonomyWriter.DiskOrdinalMap - Class in org.apache.lucene.facet.taxonomy.directory
- 
DirectoryTaxonomyWriter.OrdinalMapmaintained on file system
- DirectoryTaxonomyWriter.MemoryOrdinalMap - Class in org.apache.lucene.facet.taxonomy.directory
- 
DirectoryTaxonomyWriter.OrdinalMapmaintained in memory
- DirectoryTaxonomyWriter.OrdinalMap - Interface in org.apache.lucene.facet.taxonomy.directory
- 
Mapping from old ordinal to new ordinals, used when merging indexes with separate taxonomies.
- DiskOrdinalMap(Path) - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
- 
Sole constructor.
- doClose() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- doClose() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
performs the actual task of closing the resources that are used by the taxonomy reader.
- doOpenIfChanged() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Implements the opening of a newDirectoryTaxonomyReaderinstance if the taxonomy has changed.
- doOpenIfChanged() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Implements the actual opening of a newTaxonomyReaderinstance if the taxonomy has changed.
- doSetNextReader(LeafReaderContext) - Method in class org.apache.lucene.facet.FacetsCollector
- DoubleFacetSet - Class in org.apache.lucene.facet.facetset
- 
AFacetSetwhich encodes double dimension values.
- DoubleFacetSet(double...) - Constructor for class org.apache.lucene.facet.facetset.DoubleFacetSet
- 
Constructs a new instance of a facet set which storesdoubledimension values.
- DoubleRange - Class in org.apache.lucene.facet.range
- 
Represents a range over double values.
- DoubleRange - Class in org.apache.lucene.facet.rangeonrange
- 
Represents a double range for RangeOnRange faceting
- DoubleRange(String, double[], double[]) - Constructor for class org.apache.lucene.facet.rangeonrange.DoubleRange
- 
Represents a double range for RangeOnRange faceting
- DoubleRange(String, double, boolean, double, boolean) - Constructor for class org.apache.lucene.facet.range.DoubleRange
- 
Create a DoubleRange.
- DoubleRange(String, double, boolean, double, boolean) - Constructor for class org.apache.lucene.facet.rangeonrange.DoubleRange
- 
Represents a double range for RangeOnRange faceting
- DoubleRangeFacetCounts - Class in org.apache.lucene.facet.range
- 
Facetsimplementation that computes counts for dynamic double ranges.
- DoubleRangeFacetCounts(String, FacetsCollector, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
CreateRangeFacetCounts, using double value from the specified field.
- DoubleRangeFacetCounts(String, MultiDoubleValuesSource, FacetsCollector, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
CreateRangeFacetCounts, using the providedMultiDoubleValuesSourceif non-null.
- DoubleRangeFacetCounts(String, MultiDoubleValuesSource, FacetsCollector, Query, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
CreateRangeFacetCounts, using the providedMultiDoubleValuesSourceif non-null.
- DoubleRangeFacetCounts(String, DoubleValuesSource, FacetsCollector, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
CreateRangeFacetCounts, using the providedDoubleValuesSourceif non-null.
- DoubleRangeFacetCounts(String, DoubleValuesSource, FacetsCollector, Query, DoubleRange...) - Constructor for class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
CreateRangeFacetCounts, using the providedDoubleValuesSourceif non-null.
- DoubleRangeOnRangeFacetCounts - Class in org.apache.lucene.facet.rangeonrange
- 
Represents counts for double range on range faceting.
- DoubleRangeOnRangeFacetCounts(String, FacetsCollector, RangeFieldQuery.QueryType, DoubleRange...) - Constructor for class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- 
Constructor without the fast match query, see other constructor description for more details.
- DoubleRangeOnRangeFacetCounts(String, FacetsCollector, RangeFieldQuery.QueryType, Query, DoubleRange...) - Constructor for class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- 
Represents counts for double range on range faceting.
- drillDownFacetsCollector - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
- 
FacetsCollector populated based on hits that match the full DrillDownQuery, treating all drill down dimensions as required clauses.
- DrillDownQuery - Class in org.apache.lucene.facet
- 
AQueryfor drill-down over facet categories.
- DrillDownQuery(FacetsConfig) - Constructor for class org.apache.lucene.facet.DrillDownQuery
- 
Creates a newDrillDownQuerywithout a base query, to perform a pure browsing query (equivalent to usingMatchAllDocsQueryas base).
- DrillDownQuery(FacetsConfig, Query) - Constructor for class org.apache.lucene.facet.DrillDownQuery
- 
Creates a newDrillDownQueryover the given base query.
- drillDownResult() - Method in record class org.apache.lucene.facet.DrillSideways.Result
- 
Returns the value of thedrillDownResultrecord component.
- drillDownTermsIndexing - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
- 
Default drill down terms indexing option that index all.
- DrillSideways - Class in org.apache.lucene.facet
- 
Computes drill down and sideways counts for the providedDrillDownQuery.
- DrillSideways(IndexSearcher, FacetsConfig, SortedSetDocValuesReaderState) - Constructor for class org.apache.lucene.facet.DrillSideways
- 
Create a newDrillSidewaysinstance, assuming the categories were indexed withSortedSetDocValuesFacetField.
- DrillSideways(IndexSearcher, FacetsConfig, TaxonomyReader) - Constructor for class org.apache.lucene.facet.DrillSideways
- 
Create a newDrillSidewaysinstance.
- DrillSideways(IndexSearcher, FacetsConfig, TaxonomyReader, SortedSetDocValuesReaderState) - Constructor for class org.apache.lucene.facet.DrillSideways
- 
Create a newDrillSidewaysinstance, where some dimensions were indexed withSortedSetDocValuesFacetFieldand others were indexed withFacetField.
- DrillSideways(IndexSearcher, FacetsConfig, TaxonomyReader, SortedSetDocValuesReaderState, ExecutorService) - Constructor for class org.apache.lucene.facet.DrillSideways
- 
Create a newDrillSidewaysinstance, where some dimensions were indexed withSortedSetDocValuesFacetFieldand others were indexed withFacetField.
- DrillSideways.ConcurrentDrillSidewaysResult<R> - Class in org.apache.lucene.facet
- DrillSideways.DrillSidewaysResult - Class in org.apache.lucene.facet
- DrillSideways.Result<T,R> - Record Class in org.apache.lucene.facet
- drillSidewaysDims - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
- 
Dimensions that correspond to to theDrillSideways.DrillSidewaysResult.drillSidewaysFacetsCollector
- drillSidewaysFacetsCollector - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
- 
FacetsCollectors populated for each drill sideways dimension.
- DrillSidewaysResult(Facets, TopDocs, FacetsCollector, FacetsCollector[], String[]) - Constructor for class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
- 
Sole constructor.
- drillSidewaysResults() - Method in record class org.apache.lucene.facet.DrillSideways.Result
- 
Returns the value of thedrillSidewaysResultsrecord component.
- DynamicRangeInfo(int, long, long, long, double) - Constructor for record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Creates an instance of aDynamicRangeInforecord class.
- DynamicRangeUtil - Class in org.apache.lucene.facet.range
- 
Methods to create dynamic ranges for numeric fields.
- DynamicRangeUtil.DynamicRangeInfo - Record Class in org.apache.lucene.facet.range
- 
Holds parameters of a dynamic numeric range.
E
- end() - Method in record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Returns the value of theendrecord component.
- enrichOrdinalDocument(Document, FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Child classes can implement this method to modify the document corresponding to a category path before indexing it.
- enrichOrdinalDocument(Document, FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.ReindexingEnrichedDirectoryTaxonomyWriter
- 
Add fields specified by theReindexingEnrichedDirectoryTaxonomyWriter.ordinalDataAppenderto the providedDocument.
- ensureOpen() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Verifies that this instance wasn't closed, or throwsAlreadyClosedExceptionif it is.
- ensureOpen() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
ThrowsAlreadyClosedExceptionif this IndexReader is closed
- equals(Object) - Method in class org.apache.lucene.facet.DrillDownQuery
- equals(Object) - Method in record class org.apache.lucene.facet.DrillSideways.Result
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.lucene.facet.FacetResult
- equals(Object) - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.lucene.facet.FacetsCollectorManager.FacetsResult
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.lucene.facet.facetset.DimRange
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.lucene.facet.LabelAndValue
- equals(Object) - Method in class org.apache.lucene.facet.MultiDoubleValuesSource
- equals(Object) - Method in class org.apache.lucene.facet.MultiLongValuesSource
- equals(Object) - Method in class org.apache.lucene.facet.range.DoubleRange
- equals(Object) - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.lucene.facet.range.LongRange
- equals(Object) - Method in class org.apache.lucene.facet.rangeonrange.DoubleRange
- equals(Object) - Method in class org.apache.lucene.facet.rangeonrange.LongRange
- equals(Object) - Method in record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- equals(Object) - Method in record class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
- 
Indicates whether some other object is "equal to" this one.
- ExactFacetSetMatcher - Class in org.apache.lucene.facet.facetset
- 
AFacetSetMatcherwhich considers a set as a match only if all dimension values are equal to the given one.
- ExactFacetSetMatcher(String, FacetSet) - Constructor for class org.apache.lucene.facet.facetset.ExactFacetSetMatcher
- 
Constructs an instance to match the given facet set.
F
- FacetCountsWithFilterQuery - Class in org.apache.lucene.facet
- 
Base class for facet counts.
- FacetCountsWithFilterQuery(Query) - Constructor for class org.apache.lucene.facet.FacetCountsWithFilterQuery
- 
CreateFacetCounts
- FacetField - Class in org.apache.lucene.facet
- 
Add an instance of this to yourDocumentfor every facet label.
- FacetField(String, String...) - Constructor for class org.apache.lucene.facet.FacetField
- 
Creates this fromdimandpath.
- FacetLabel - Class in org.apache.lucene.facet.taxonomy
- 
Holds a sequence of string components, specifying the hierarchical name of a category.
- FacetLabel(String...) - Constructor for class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Construct from the given path components.
- FacetLabel(String, String[]) - Constructor for class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Construct from the dimension plus the given path components.
- FacetLabelReader(SortedNumericDocValues) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetLabels.FacetLabelReader
- 
Construct from a specifiedSortedNumericDocValuesfield.
- FacetQuery - Class in org.apache.lucene.facet
- 
A termQueryover aFacetField.
- FacetQuery(String, String...) - Constructor for class org.apache.lucene.facet.FacetQuery
- 
Creates a newFacetQueryfiltering the query on the given dimension.
- FacetQuery(FacetsConfig, String, String...) - Constructor for class org.apache.lucene.facet.FacetQuery
- 
Creates a newFacetQueryfiltering the query on the given dimension.
- FacetResult - Class in org.apache.lucene.facet
- 
Counts or aggregates for a single dimension.
- FacetResult(String, String[], Number, LabelAndValue[], int) - Constructor for class org.apache.lucene.facet.FacetResult
- 
Sole constructor.
- facets - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
- 
Combined drill down and sideways results.
- Facets - Class in org.apache.lucene.facet
- 
Common base class for all facets implementations.
- Facets() - Constructor for class org.apache.lucene.facet.Facets
- 
Default constructor.
- facetsCollector() - Method in record class org.apache.lucene.facet.FacetsCollectorManager.FacetsResult
- 
Returns the value of thefacetsCollectorrecord component.
- FacetsCollector - Class in org.apache.lucene.facet
- 
Collects hits for subsequent faceting.
- FacetsCollector() - Constructor for class org.apache.lucene.facet.FacetsCollector
- 
Default constructor
- FacetsCollector(boolean) - Constructor for class org.apache.lucene.facet.FacetsCollector
- 
Create this; ifkeepScoresis true then a float[] is allocated to hold score of all hits.
- FacetsCollector.MatchingDocs - Record Class in org.apache.lucene.facet
- 
Holds the documents that were matched in theLeafReaderContext.
- FacetsCollectorManager - Class in org.apache.lucene.facet
- 
ACollectorManagerimplementation which produces FacetsCollector and produces a merged FacetsCollector.
- FacetsCollectorManager() - Constructor for class org.apache.lucene.facet.FacetsCollectorManager
- 
Sole constructor.
- FacetsCollectorManager(boolean) - Constructor for class org.apache.lucene.facet.FacetsCollectorManager
- 
Creates a new collector manager that in turn createsFacetsCollectorusing the providedkeepScoresflag.
- FacetsCollectorManager.FacetsResult - Record Class in org.apache.lucene.facet
- 
Holds results of a search run via static utility methods exposed by this class.
- FacetsConfig - Class in org.apache.lucene.facet
- 
Records per-dimension configuration.
- FacetsConfig() - Constructor for class org.apache.lucene.facet.FacetsConfig
- 
Default constructor.
- FacetsConfig.DimConfig - Class in org.apache.lucene.facet
- 
Holds the configuration for one dimension
- FacetsConfig.DrillDownTermsIndexing - Enum Class in org.apache.lucene.facet
- 
Drill down terms indexing option to control whether dimension and sub-path terms should be indexed.
- FacetSet - Class in org.apache.lucene.facet.facetset
- 
Holds a set of facet dimension values.
- FacetSet(int) - Constructor for class org.apache.lucene.facet.facetset.FacetSet
- 
Constructs a new instance of a facet set with the given number of dimensions.
- FacetSetDecoder - Interface in org.apache.lucene.facet.facetset
- 
A functional interface for decoding facet set values into comparable `long` ones.
- FacetSetMatcher - Class in org.apache.lucene.facet.facetset
- 
Matches the encodedFacetSetthat was indexed inFacetSetsField.
- FacetSetMatcher(String, int) - Constructor for class org.apache.lucene.facet.facetset.FacetSetMatcher
- 
Constructs a new matcher.
- FacetSetsField - Class in org.apache.lucene.facet.facetset
- 
ABinaryDocValuesFieldwhich encodes a list offacet sets.
- FacetsResult(TopDocs, FacetsCollector) - Constructor for record class org.apache.lucene.facet.FacetsCollectorManager.FacetsResult
- 
Creates an instance of aFacetsResultrecord class.
- FacetUtils - Class in org.apache.lucene.facet
- 
Utility class with a single method for getting a DocIdSetIterator that skips deleted docs
- failNoMatch() - Method in class org.apache.lucene.facet.range.Range
- 
Invoke this for a useless range.
- failNoMatch() - Method in class org.apache.lucene.facet.rangeonrange.Range
- 
Invoke this for a useless range.
- fastMatchQuery - Variable in class org.apache.lucene.facet.FacetCountsWithFilterQuery
- 
Optional: if specified, we first test this Query to see whether the document should be checked for matching ranges.
- FastTaxonomyFacetCounts - Class in org.apache.lucene.facet.taxonomy
- 
Computes facets counts, assuming the default encoding into DocValues was used.
- FastTaxonomyFacetCounts(String, TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
CreateFastTaxonomyFacetCounts, using the specifiedindexFieldNamefor ordinals.
- FastTaxonomyFacetCounts(String, IndexReader, TaxonomyReader, FacetsConfig) - Constructor for class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
CreateFastTaxonomyFacetCounts, using the specifiedindexFieldNamefor ordinals, and counting all non-deleted documents in the index.
- FastTaxonomyFacetCounts(TaxonomyReader, FacetsConfig, FacetsCollector) - Constructor for class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
CreateFastTaxonomyFacetCounts, which also counts all facet labels.
- field - Variable in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Our field name.
- field - Variable in class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
Our field name.
- findCategory(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Look up the given category in the cache and/or the on-disk storage, returning the category's ordinal, or a negative number in case the category does not yet exist in the taxonomy.
- finish() - Method in class org.apache.lucene.facet.FacetsCollector
- FloatAssociationFacetField - Class in org.apache.lucene.facet.taxonomy
- 
Add an instance of this to yourDocumentto add a facet label associated with a float.
- FloatAssociationFacetField(float, String, String...) - Constructor for class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
- 
Creates this fromdimandpathand a float association
- FloatFacetSet - Class in org.apache.lucene.facet.facetset
- 
AFacetSetwhich encodes float dimension values.
- FloatFacetSet(float...) - Constructor for class org.apache.lucene.facet.facetset.FloatFacetSet
- 
Constructs a new instance of a facet set which storesfloatdimension values.
- floatToBytesRef(float) - Static method in class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
- 
Encodes afloatas a 4-byteBytesRef.
- fromDoubleField(String) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Creates a MultiDoubleValuesSource that wraps a double-valued field
- fromDoubles(double, boolean, double, boolean) - Static method in record class org.apache.lucene.facet.facetset.DimRange
- 
Creates aDimRangefor the given min and max double values.
- fromField(String, LongToDoubleFunction) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Creates a MultiDoubleValuesSource that wraps a generic NumericDocValues/SortedNumericDocValues field.
- fromFloatField(String) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Creates a MultiDoubleValuesSource that wraps a float-valued field
- fromFloats(float, boolean, float, boolean) - Static method in record class org.apache.lucene.facet.facetset.DimRange
- 
Creates aDimRangefor the given min and max float values.
- fromIntField(String) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Creates a MultiDoubleValuesSource that wraps an int-valued field
- fromIntField(String) - Static method in class org.apache.lucene.facet.MultiLongValuesSource
- 
Creates a MultiLongValuesSource that wraps an int-valued field
- fromLongField(String) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Creates a MultiDoubleValuesSource that wraps a long-valued field
- fromLongField(String) - Static method in class org.apache.lucene.facet.MultiLongValuesSource
- 
Creates a MultiLongValuesSource that wraps a long-valued field
- fromLongs(long, boolean, long, boolean) - Static method in record class org.apache.lucene.facet.facetset.DimRange
- 
Creates aDimRangefor the given min and max long values.
- fromSingleValued(DoubleValuesSource) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Creates a MultiDoubleValuesSource that wraps a single-valuedDoubleValuesSource
- fromSingleValued(LongValuesSource) - Static method in class org.apache.lucene.facet.MultiLongValuesSource
- 
Creates a MultiLongValuesSource that wraps a single-valuedLongValuesSource
- FULL_PATH_ONLY - Enum constant in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
Index only full-path drill down terms.
G
- get(int) - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays.IntArray
- 
Equivalent to array[i].
- get(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- get(FacetLabel) - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
- 
Lookup a category in the cache, returning its ordinal, or a negative number if the category is not in the cache.
- getAggregationValue(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- getAggregationValue(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- getAggregationValue(int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Get the aggregation value for this ordinal.
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.Facets
- 
Returns all child labels with non-zero counts under the specified path.
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.facetset.MatchingFacetSetsCounts
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.LongValueFacetCounts
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.MultiFacets
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Returns all child labels with non-zero counts under the specified path.
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
Returns all child labels with non-zero counts under the specified path.
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- 
Returns all child labels with non-zero counts under the specified path.
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- 
Returns all child labels with non-zero counts under the specified path.
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.StringValueFacetCounts
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- getAllChildren(String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- getAllChildrenSortByValue() - Method in class org.apache.lucene.facet.LongValueFacetCounts
- 
Returns all unique values seen, sorted by value.
- getAllDims(int) - Method in class org.apache.lucene.facet.Facets
- 
Returns topN labels for any dimension that had hits, sorted by the number of hits that dimension matched; this is used for "sparse" faceting, where many different dimensions were indexed, for example depending on the type of document.
- getAllDims(int) - Method in class org.apache.lucene.facet.facetset.MatchingFacetSetsCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.LongValueFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.MultiFacets
- getAllDims(int) - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.StringValueFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- getAllDims(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- getAllDims(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- getBaseQuery() - Method in class org.apache.lucene.facet.DrillDownQuery
- 
Returns the internal baseQuery of the DrillDownQuery
- getBulkOrdinals(FacetLabel...) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getBulkOrdinals(FacetLabel...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns the ordinals of the categories given as a path.
- getBulkPath(int...) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Returns an array of FacetLabels for a given array of ordinals.
- getBulkPath(int...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns the path names of the list of ordinals associated with different categories.
- getCache() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Returns theTaxonomyWriterCachein use by this writer.
- getChildren(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns an iterator over the children of the given ordinal.
- getChildResources() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Returns nested resources of this class.
- getChildResources() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getCommitUserData() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getCommitUserData() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Retrieve user committed data.
- getComparableValues() - Method in class org.apache.lucene.facet.facetset.DoubleFacetSet
- getComparableValues() - Method in class org.apache.lucene.facet.facetset.FacetSet
- 
Returns the dimension values in this facet set as comparable longs.
- getComparableValues() - Method in class org.apache.lucene.facet.facetset.FloatFacetSet
- getComparableValues() - Method in class org.apache.lucene.facet.facetset.IntFacetSet
- getComparableValues() - Method in class org.apache.lucene.facet.facetset.LongFacetSet
- getCoreCacheHelper() - Method in class org.apache.lucene.facet.taxonomy.OrdinalMappingLeafReader
- getCount(int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Get the count for this ordinal.
- getCount(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
Get the count for this ordinal.
- getCount(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Get the count for this ordinal.
- getDefaultDimConfig() - Method in class org.apache.lucene.facet.FacetsConfig
- 
Get the default configuration for new dimensions.
- getDimConfig(String) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Get the current configuration for a dimension.
- getDimConfigs() - Method in class org.apache.lucene.facet.FacetsConfig
- 
Returns map of field name toFacetsConfig.DimConfig.
- getDims() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- getDims() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Returns a list of all dimensions
- getDimTree(String) - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- getDimTree(String) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Returns mapping from prefix toSortedSetDocValuesReaderState.DimTree
- getDirectory() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Returns theDirectoryof this taxonomy writer.
- getDocValues() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Return top-level doc values.
- getDocValues() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Return top-level doc values.
- getDrillDownQueries() - Method in class org.apache.lucene.facet.DrillDownQuery
- 
Returns the dimension queries added either viaDrillDownQuery.add(String, Query)orDrillDownQuery.add(String, String...)
- getFacetLabelReader(LeafReaderContext) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetLabels
- 
Create and return an instance ofTaxonomyFacetLabels.FacetLabelReaderto retrieve facet labels for multiple documents and (optionally) for a specific dimension.
- getFacetsConfig() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- getFacetsConfig() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Returns the associated facet config.
- getField() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Indexed field we are reading.
- getField() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Indexed field we are reading.
- getInternalIndexReader() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Expert: returns the underlyingDirectoryReaderinstance that is used by thisTaxonomyReader.
- getKeepScores() - Method in class org.apache.lucene.facet.FacetsCollector
- 
True if scores were saved.
- getLabelsFromRanges(Range[]) - Static method in class org.apache.lucene.facet.rangeonrange.Range
- 
Gets a corresponding array of labels given a range
- getLiveCommitData() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- getLiveCommitData() - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
- 
Returns the commit user data iterable that was set onTaxonomyWriter.setLiveCommitData(Iterable).
- getLongRanges() - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Create long ranges from the double ranges.
- getLongRanges() - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- getMap() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
- getMap() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
- getMap() - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
- 
Return the map from the taxonomy's original (consecutive) ordinals to the new taxonomy's ordinals.
- getMatchingDocs() - Method in class org.apache.lucene.facet.FacetsCollector
- 
Returns the documents matched by the query, oneFacetsCollector.MatchingDocsper visited segment.
- getMatchingDocs() - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Returns the sampled list of the matching documents.
- getMaxOrdinal() - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
return the maximal Ordinal assigned so far
- getMaxSize() - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
- 
Return the max size
- getMaxSize() - Method in class org.apache.lucene.facet.taxonomy.writercache.NameHashIntCacheLRU
- 
Maximum number of cache entries before eviction.
- getNextOrdinal() - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
Returns the next unassigned ordinal.
- getOrdinal(String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns ordinal for the dim + path.
- getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns the ordinal of the category given as a path.
- getOrdinal(FacetLabel) - Method in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
Returns the ordinal assigned to the given label, orLabelToOrdinal.INVALID_ORDINALif the label cannot be found in this table.
- getOrdRange(String) - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- getOrdRange(String) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Returns theSortedSetDocValuesReaderState.OrdRangefor this dimension.
- getOriginalMatchingDocs() - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Returns the original matching documents.
- getParallelTaxonomyArrays() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getParallelTaxonomyArrays() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns aParallelTaxonomyArraysobject which can be used to efficiently traverse the taxonomy tree.
- getParent(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- getParent(int) - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
- 
getParent() returns the ordinal of the parent category of the category with the given ordinal.
- getPath(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getPath(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns the path name of the category with the given ordinal.
- getPrefixToOrdRange() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- getPrefixToOrdRange() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Returns mapping from prefix toSortedSetDocValuesReaderState.OrdRange.
- getQuery(Query, MultiDoubleValuesSource) - Method in class org.apache.lucene.facet.range.DoubleRange
- 
Create a Query that matches documents in this range
- getQuery(Query, MultiLongValuesSource) - Method in class org.apache.lucene.facet.range.LongRange
- 
Create a Query that matches documents in this range
- getQuery(Query, DoubleValuesSource) - Method in class org.apache.lucene.facet.range.DoubleRange
- 
Create a Query that matches documents in this range
- getQuery(Query, LongValuesSource) - Method in class org.apache.lucene.facet.range.LongRange
- 
Create a Query that matches documents in this range
- getReader() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- getReader() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Returns top-level index reader.
- getReaderCacheHelper() - Method in class org.apache.lucene.facet.taxonomy.OrdinalMappingLeafReader
- getRefCount() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns the current refCount for this taxonomy reader.
- getRefCount(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- getSamplingRate() - Method in class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Returns the sampling rate that was used.
- getSize() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Number of unique labels.
- getSize() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Number of unique labels.
- getSize() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- getSize() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- getSize() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Returns the number of categories in the taxonomy.
- getSize() - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
- 
getSize() returns the number of categories in the taxonomy.
- getSize() - Method in class org.apache.lucene.facet.taxonomy.writercache.NameHashIntCacheLRU
- 
Number of entries currently in the cache.
- getSortedNumericDocValues(String) - Method in class org.apache.lucene.facet.taxonomy.OrdinalMappingLeafReader
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.Facets
- 
Return the count or value for a specific path.
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.facetset.MatchingFacetSetsCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.LongValueFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.MultiFacets
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.StringValueFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- getSpecificValue(String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- getTaxonomyEpoch() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Expert: returns current index epoch, if this is a near-real-time reader.
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.Facets
- 
Returns the topN child labels under the specified path.
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.facetset.MatchingFacetSetsCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.LongValueFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.MultiFacets
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.rangeonrange.DoubleRangeOnRangeFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.StringValueFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- getTopChildren(int, String, String...) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- getTopChildrenForPath(FacetsConfig.DimConfig, int, int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Determine the top-n children for a specified dimension + path.
- getTopChildrenForPath(FacetsConfig.DimConfig, int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
Determine the top-n children for a specified dimension + path.
- getTopChildrenForPath(FacetsConfig.DimConfig, int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Determine the top-n children for a specified dimension + path.
- getTopDims(int, int) - Method in class org.apache.lucene.facet.Facets
- 
Returns labels for topN dimensions and their topNChildren sorted by the number of hits/aggregated values that dimension matched.
- getTopDims(int, int) - Method in class org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts
- getTopDims(int, int) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- getTopDims(int, int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- getTopDims(int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- getTopDims(int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- getValue() - Method in class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndFloat
- getValue() - Method in class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndInt
- getValue() - Method in class org.apache.lucene.facet.TopOrdAndNumberQueue.OrdAndValue
- 
Get the value stored in thisTopOrdAndNumberQueue.OrdAndValue.
- getValueCount() - Method in class org.apache.lucene.facet.MultiDoubleValues
- 
Retrieves the number of values for the current document.
- getValueCount() - Method in class org.apache.lucene.facet.MultiLongValues
- 
Retrieves the number of values for the current document.
- getValues(LeafReaderContext) - Method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Returns aMultiDoubleValuesinstance for the passed-in LeafReaderContext
- getValues(LeafReaderContext) - Method in class org.apache.lucene.facet.MultiLongValuesSource
- 
Returns aMultiLongValuesinstance for the passed-in LeafReaderContext
H
- hashCode() - Method in class org.apache.lucene.facet.DrillDownQuery
- hashCode() - Method in record class org.apache.lucene.facet.DrillSideways.Result
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.lucene.facet.FacetResult
- hashCode() - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.lucene.facet.FacetsCollectorManager.FacetsResult
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.lucene.facet.facetset.DimRange
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.lucene.facet.LabelAndValue
- hashCode() - Method in class org.apache.lucene.facet.MultiDoubleValuesSource
- hashCode() - Method in class org.apache.lucene.facet.MultiLongValuesSource
- hashCode() - Method in class org.apache.lucene.facet.range.DoubleRange
- hashCode() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.lucene.facet.range.LongRange
- hashCode() - Method in class org.apache.lucene.facet.rangeonrange.DoubleRange
- hashCode() - Method in class org.apache.lucene.facet.rangeonrange.LongRange
- hashCode() - Method in record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- hashCode() - Method in record class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
- 
Returns a hash code value for this object.
- hierarchical - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
- 
True if this dimension is hierarchical.
- hits - Variable in class org.apache.lucene.facet.DrillSideways.DrillSidewaysResult
- 
Hits.
I
- incRef() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Expert: increments the refCount of this TaxonomyReader instance.
- INDEX_EPOCH - Static variable in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Property name of user commit data that contains the index epoch.
- indexFieldName - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
- 
Actual field where this dimension's facet labels should be indexed
- initializeValueCounters() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- initializeValueCounters() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- initializeValueCounters() - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- insertIntoQueue(TopOrdAndNumberQueue, TopOrdAndNumberQueue.OrdAndValue, int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- insertIntoQueue(TopOrdAndNumberQueue, TopOrdAndNumberQueue.OrdAndValue, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- insertIntoQueue(TopOrdAndNumberQueue, TopOrdAndNumberQueue.OrdAndValue, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- IntArray() - Constructor for class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays.IntArray
- 
Sole constructor *
- IntAssociationFacetField - Class in org.apache.lucene.facet.taxonomy
- 
Add an instance of this to yourDocumentto add a facet label associated with an int.
- IntAssociationFacetField(int, String, String...) - Constructor for class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
- 
Creates this fromdimandpathand an int association
- IntFacetSet - Class in org.apache.lucene.facet.facetset
- 
AFacetSetwhich encodes integer dimension values.
- IntFacetSet(int...) - Constructor for class org.apache.lucene.facet.facetset.IntFacetSet
- 
Constructs a new instance of a facet set which storesintdimension values.
- intToBytesRef(int) - Static method in class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
- 
Encodes anintas a 4-byteBytesRef, big-endian.
- INVALID_ORDINAL - Static variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Invalid ordinal const
- INVALID_ORDINAL - Static variable in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Ordinals are always non-negative, so a negative ordinal can be used to signify an error.
- INVALID_ORDINAL - Static variable in class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
Returned byLabelToOrdinal.getOrdinal(org.apache.lucene.facet.taxonomy.FacetLabel)when the label isn't recognized.
- isDimConfigured(String) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Returns true if the dimension for provided name has ever been manually configured.
- isFull() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- isFull() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
- 
Returns true if the cache is full, such that the nextTaxonomyWriterCache.put(org.apache.lucene.facet.taxonomy.FacetLabel, int)will evict entries from it, false otherwise.
- iterator() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.DimTree
- 
Iterates through all first level children of dimension
- iterator() - Method in record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Iterates from start to end ord (inclusive)
- iterator(int) - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.DimTree
- 
Iterates through all children of given pathOrd
L
- label - Variable in class org.apache.lucene.facet.facetset.FacetSetMatcher
- 
The label to associate to this matcher's aggregated value.
- label - Variable in class org.apache.lucene.facet.LabelAndValue
- 
Facet's label.
- label - Variable in class org.apache.lucene.facet.range.Range
- 
Label that identifies this range.
- label - Variable in class org.apache.lucene.facet.rangeonrange.Range
- 
Label that identifies this range.
- LabelAndValue - Class in org.apache.lucene.facet
- 
Single label and its value, usually contained in aFacetResult.
- LabelAndValue(String, Number) - Constructor for class org.apache.lucene.facet.LabelAndValue
- 
Constructor with unspecified count, we assume the value is a count.
- LabelAndValue(String, Number, int) - Constructor for class org.apache.lucene.facet.LabelAndValue
- 
Constructor with value and count.
- LabelToOrdinal - Class in org.apache.lucene.facet.taxonomy.writercache
- 
Abstract class for storing Label->Ordinal mappings in a taxonomy.
- LabelToOrdinal() - Constructor for class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal
- 
Default constructor.
- labelValues - Variable in class org.apache.lucene.facet.FacetResult
- 
Child counts.
- lastComponent() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Get the last component.
- length - Variable in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
The number of components of thisFacetLabel.
- length() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays.IntArray
- 
Equivalent to array.length.
- lessThan(TopOrdAndNumberQueue.OrdAndValue) - Method in class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndFloat
- lessThan(TopOrdAndNumberQueue.OrdAndValue) - Method in class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndInt
- lessThan(TopOrdAndNumberQueue.OrdAndValue) - Method in class org.apache.lucene.facet.TopOrdAndNumberQueue.OrdAndValue
- 
Compare with anotherTopOrdAndNumberQueue.OrdAndValue.
- lessThan(TopOrdAndNumberQueue.OrdAndValue, TopOrdAndNumberQueue.OrdAndValue) - Method in class org.apache.lucene.facet.TopOrdAndNumberQueue
- liveDocsDISI(DocIdSetIterator, Bits) - Static method in class org.apache.lucene.facet.FacetUtils
- 
Wrap the given DocIdSetIterator and liveDocs into another DocIdSetIterator that returns non-deleted documents during iteration.
- LongFacetSet - Class in org.apache.lucene.facet.facetset
- 
AFacetSetwhich encodes long dimension values.
- LongFacetSet(long...) - Constructor for class org.apache.lucene.facet.facetset.LongFacetSet
- 
Constructs a new instance of a facet set which storeslongdimension values.
- longHashCode() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Calculate a 64-bit hash function for this path.
- LongRange - Class in org.apache.lucene.facet.range
- 
Represents a range over long values.
- LongRange - Class in org.apache.lucene.facet.rangeonrange
- 
Represents a long range for RangeOnRange faceting
- LongRange(String, long[], long[]) - Constructor for class org.apache.lucene.facet.rangeonrange.LongRange
- 
Represents a multidimensional long range for RangeOnRange faceting
- LongRange(String, long, boolean, long, boolean) - Constructor for class org.apache.lucene.facet.range.LongRange
- 
Create a LongRange.
- LongRange(String, long, boolean, long, boolean) - Constructor for class org.apache.lucene.facet.rangeonrange.LongRange
- 
Represents a single dimensional long range for RangeOnRange faceting
- LongRangeFacetCounts - Class in org.apache.lucene.facet.range
- 
Facetsimplementation that computes counts for dynamic long ranges.
- LongRangeFacetCounts(String, FacetsCollector, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
CreateLongRangeFacetCountsusing long values from the specified field.
- LongRangeFacetCounts(String, MultiLongValuesSource, FacetsCollector, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
CreateLongRangeFacetCounts, using the providedMultiLongValuesSourceif non-null.
- LongRangeFacetCounts(String, MultiLongValuesSource, FacetsCollector, Query, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
CreateLongRangeFacetCounts, using the providedMultiLongValuesSourceif non-null.
- LongRangeFacetCounts(String, LongValuesSource, FacetsCollector, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
CreateLongRangeFacetCounts, using the providedLongValuesSourceif non-null.
- LongRangeFacetCounts(String, LongValuesSource, FacetsCollector, Query, LongRange...) - Constructor for class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
CreateLongRangeFacetCounts, using the providedLongValuesSourceif non-null.
- LongRangeOnRangeFacetCounts - Class in org.apache.lucene.facet.rangeonrange
- 
Represents counts for long range on range faceting.
- LongRangeOnRangeFacetCounts(String, FacetsCollector, RangeFieldQuery.QueryType, LongRange...) - Constructor for class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- 
Constructor without the fast match query, see other constructor description for more details.
- LongRangeOnRangeFacetCounts(String, FacetsCollector, RangeFieldQuery.QueryType, Query, LongRange...) - Constructor for class org.apache.lucene.facet.rangeonrange.LongRangeOnRangeFacetCounts
- 
Represents counts for long range on range faceting.
- LongValueFacetCounts - Class in org.apache.lucene.facet
- 
Facetsimplementation that computes counts for all unique long values, more efficiently counting small values (0-1023) using an int array, and switching to aHashMapfor values above 1023.
- LongValueFacetCounts(String, FacetsCollector) - Constructor for class org.apache.lucene.facet.LongValueFacetCounts
- 
CreateLongValueFacetCounts, using either single-valuedNumericDocValuesor multi-valuedSortedNumericDocValuesfrom the specified field (depending on what has been indexed).
- LongValueFacetCounts(String, MultiLongValuesSource, FacetsCollector) - Constructor for class org.apache.lucene.facet.LongValueFacetCounts
- 
CreateLongValueFacetCounts, using the providedMultiLongValuesSourceif non-null.
- LongValueFacetCounts(String, MultiLongValuesSource, IndexReader) - Constructor for class org.apache.lucene.facet.LongValueFacetCounts
- 
Counts all facet values for the providedMultiLongValuesSourceif non-null.
- LongValueFacetCounts(String, IndexReader) - Constructor for class org.apache.lucene.facet.LongValueFacetCounts
- 
Counts all facet values for this reader.
- LongValueFacetCounts(String, LongValuesSource, FacetsCollector) - Constructor for class org.apache.lucene.facet.LongValueFacetCounts
- 
CreateLongValueFacetCounts, using the providedLongValuesSourceif non-null.
- LongValueFacetCounts(String, LongValuesSource, IndexReader) - Constructor for class org.apache.lucene.facet.LongValueFacetCounts
- 
Counts all facet values for the providedLongValuesSourceif non-null.
- LRU_HASHED - Enum constant in enum class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType
- 
Use only the label's 64 bit longHashCode as the hash key.
- LRU_STRING - Enum constant in enum class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType
- 
Use the label as the hash key; this is always correct but will usually use more RAM.
- LRUHashMap<K,V> - Class in org.apache.lucene.facet.taxonomy
- 
LRUHashMap is an extension of Java's HashMap, which has a bounded size(); When it reaches that size, each time a new element is added, the least recently used (LRU) entry is removed.
- LRUHashMap(int) - Constructor for class org.apache.lucene.facet.taxonomy.LRUHashMap
- 
Create a new hash map with a bounded size and with least recently used entries removed.
- LruTaxonomyWriterCache - Class in org.apache.lucene.facet.taxonomy.writercache
- 
LRUTaxonomyWriterCache- good choice for huge taxonomies.
- LruTaxonomyWriterCache(int) - Constructor for class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- 
Creates this withLruTaxonomyWriterCache.LRUType.LRU_STRINGmethod.
- LruTaxonomyWriterCache(int, LruTaxonomyWriterCache.LRUType) - Constructor for class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- 
Creates this with the specified method.
- LruTaxonomyWriterCache.LRUType - Enum Class in org.apache.lucene.facet.taxonomy.writercache
- 
Determines cache type.
M
- main(String[]) - Static method in class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats
- 
Command-line tool.
- makeTopOrdAndNumberQueue(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- makeTopOrdAndNumberQueue(int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Return aTopOrdAndNumberQueueof the appropriate type, i.e.
- makeTopOrdAndNumberQueue(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Return aTopOrdAndNumberQueueof the appropriate type, i.e.
- mapDocValue(long) - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- mapDocValue(long) - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- matches(long[]) - Method in class org.apache.lucene.facet.facetset.ExactFacetSetMatcher
- matches(long[]) - Method in class org.apache.lucene.facet.facetset.FacetSetMatcher
- 
Returns true if the facet set encoded in the givenlong[]is matched by this matcher.
- matches(long[]) - Method in class org.apache.lucene.facet.facetset.RangeFacetSetMatcher
- MatchingDocs(LeafReaderContext, DocIdSet, int, float[]) - Constructor for record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Creates an instance of aMatchingDocsrecord class.
- MatchingFacetSetsCounts - Class in org.apache.lucene.facet.facetset
- 
Returns the counts for each givenFacetSet
- MatchingFacetSetsCounts(String, FacetsCollector, FacetSetDecoder, FacetSetMatcher...) - Constructor for class org.apache.lucene.facet.facetset.MatchingFacetSetsCounts
- 
Constructs a new instance of matching facet set counts which calculates the counts for each given facet set matcher.
- MatchingFacetSetsCounts(String, FacetsCollector, FacetSetDecoder, Query, FacetSetMatcher...) - Constructor for class org.apache.lucene.facet.facetset.MatchingFacetSetsCounts
- 
Constructs a new instance of matching facet set counts which calculates the counts for each given facet set matcher.
- max - Variable in class org.apache.lucene.facet.range.DoubleRange
- 
Maximum (inclusive.
- max - Variable in class org.apache.lucene.facet.range.LongRange
- 
Maximum (inclusive).
- max - Variable in class org.apache.lucene.facet.rangeonrange.DoubleRange
- 
Maximum (inclusive).
- max - Variable in class org.apache.lucene.facet.rangeonrange.LongRange
- 
Maximum (inclusive).
- max() - Method in record class org.apache.lucene.facet.facetset.DimRange
- 
Returns the value of themaxrecord component.
- max() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns the value of themaxrecord component.
- MAX - Static variable in class org.apache.lucene.facet.taxonomy.AssociationAggregationFunction
- 
Aggregation that computes the maximum value
- MAX_CATEGORY_PATH_LENGTH - Static variable in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
The maximum number of characters aFacetLabelcan have.
- MemoryOrdinalMap() - Constructor for class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
- 
Sole constructor.
- merge(Directory, Directory, DirectoryTaxonomyWriter.OrdinalMap, IndexWriter, DirectoryTaxonomyWriter, FacetsConfig) - Static method in class org.apache.lucene.facet.taxonomy.TaxonomyMergeUtils
- 
Merges the given taxonomy and index directories and commits the changes to the given writers.
- min - Variable in class org.apache.lucene.facet.range.DoubleRange
- 
Minimum (inclusive).
- min - Variable in class org.apache.lucene.facet.range.LongRange
- 
Minimum (inclusive).
- min - Variable in class org.apache.lucene.facet.rangeonrange.DoubleRange
- 
Minimum (inclusive).
- min - Variable in class org.apache.lucene.facet.rangeonrange.LongRange
- 
Minimum (inclusive).
- min() - Method in record class org.apache.lucene.facet.facetset.DimRange
- 
Returns the value of theminrecord component.
- min() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns the value of theminrecord component.
- missingAggregationValue() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- missingAggregationValue() - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Return the value for a missing aggregation, i.e.
- missingAggregationValue() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Return the value for a missing aggregation, i.e.
- MultiDoubleValues - Class in org.apache.lucene.facet
- 
Per-segment, per-document double values, which can be calculated at search-time.
- MultiDoubleValues() - Constructor for class org.apache.lucene.facet.MultiDoubleValues
- 
Instantiates a new MultiDoubleValues
- MultiDoubleValuesSource - Class in org.apache.lucene.facet
- 
Base class for producingMultiDoubleValues.
- MultiDoubleValuesSource() - Constructor for class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Instantiates a new MultiDoubleValuesSource
- MultiFacetQuery - Class in org.apache.lucene.facet
- 
A multi-termsQueryover aFacetField.
- MultiFacetQuery(String, String[]...) - Constructor for class org.apache.lucene.facet.MultiFacetQuery
- 
Creates a newMultiFacetQueryfiltering the query on the given dimension.
- MultiFacetQuery(FacetsConfig, String, String[]...) - Constructor for class org.apache.lucene.facet.MultiFacetQuery
- 
Creates a newMultiFacetQueryfiltering the query on the given dimension.
- MultiFacets - Class in org.apache.lucene.facet
- 
Maps specified dims to provided Facets impls; else, uses the default Facets impl.
- MultiFacets(Map<String, Facets>) - Constructor for class org.apache.lucene.facet.MultiFacets
- 
Create this, with no defaultFacets.
- MultiFacets(Map<String, Facets>, Facets) - Constructor for class org.apache.lucene.facet.MultiFacets
- 
Create this, with the specified defaultFacetsfor fields not included indimToFacets.
- MultiLongValues - Class in org.apache.lucene.facet
- 
Per-segment, per-document long values, which can be calculated at search-time.
- MultiLongValues() - Constructor for class org.apache.lucene.facet.MultiLongValues
- 
Instantiates a new MultiLongValues
- MultiLongValuesSource - Class in org.apache.lucene.facet
- 
Base class for producingMultiLongValues.
- MultiLongValuesSource() - Constructor for class org.apache.lucene.facet.MultiLongValuesSource
- 
Instantiates a new MultiLongValuesSource
- multiValued - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
- 
True if this dimension is multi-valued.
N
- NameHashIntCacheLRU - Class in org.apache.lucene.facet.taxonomy.writercache
- 
An LRU cache of mapping from name to int.
- newAggregatedValue() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- newAggregatedValue() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- newAggregatedValue() - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- newCollector() - Method in class org.apache.lucene.facet.FacetsCollectorManager
- newOrdAndValue() - Method in class org.apache.lucene.facet.TopOrdAndFloatQueue
- newOrdAndValue() - Method in class org.apache.lucene.facet.TopOrdAndIntQueue
- newOrdAndValue() - Method in class org.apache.lucene.facet.TopOrdAndNumberQueue
- 
Create a newTopOrdAndNumberQueue.OrdAndValueof the appropriate type.
- next() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader.ChildrenIterator
- 
Return the next child ordinal, orTaxonomyReader.INVALID_ORDINALif no more children.
- nextFacetLabel(int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetLabels.FacetLabelReader
- nextFacetLabel(int, String) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetLabels.FacetLabelReader
- 
Retrieves the nextFacetLabelfor the specifieddocIdunder the requestedfacetDimension, ornullif there are no more.
- nextValue() - Method in class org.apache.lucene.facet.MultiDoubleValues
- 
Iterates to the next value in the current document.
- nextValue() - Method in class org.apache.lucene.facet.MultiLongValues
- 
Iterates to the next value in the current document.
- NONE - Enum constant in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
Index no drill down terms.
O
- openIfChanged(T) - Static method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
If the taxonomy has changed since the provided reader was opened, open and return a newTaxonomyReader; else, returnnull.
- openIndexReader(IndexWriter) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Open theDirectoryReaderfrom thisIndexWriter.
- openIndexReader(Directory) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Open theDirectoryReaderfrom thisDirectory.
- openIndexWriter(Directory, IndexWriterConfig) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Open internal index writer, which contains the taxonomy data.
- ord - Variable in class org.apache.lucene.facet.TopOrdAndNumberQueue.OrdAndValue
- 
Ordinal of the entry.
- OrdAndFloat() - Constructor for class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndFloat
- 
Default constructor.
- OrdAndInt() - Constructor for class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndInt
- 
Default constructor.
- OrdAndValue() - Constructor for class org.apache.lucene.facet.TopOrdAndNumberQueue.OrdAndValue
- 
Default constructor.
- OrdinalMappingLeafReader - Class in org.apache.lucene.facet.taxonomy
- 
AFilterLeafReaderfor updating facets ordinal references, based on an ordinal map.
- OrdinalMappingLeafReader(LeafReader, int[], FacetsConfig) - Constructor for class org.apache.lucene.facet.taxonomy.OrdinalMappingLeafReader
- 
Wraps an LeafReader, mapping ordinals according to the ordinalMap, using the providedFacetsConfigwhich was used to build the wrapped reader.
- OrdRange(int, int) - Constructor for record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Creates an instance of aOrdRangerecord class.
- org.apache.lucene.facet - package org.apache.lucene.facet
- 
Faceted search.
- org.apache.lucene.facet.facetset - package org.apache.lucene.facet.facetset
- 
Provides FacetSets faceting capabilities which allows users to facet on high dimensional field values.
- org.apache.lucene.facet.range - package org.apache.lucene.facet.range
- 
Provides range faceting capabilities.
- org.apache.lucene.facet.rangeonrange - package org.apache.lucene.facet.rangeonrange
- 
Provides range on range faceting capabilities.
- org.apache.lucene.facet.sortedset - package org.apache.lucene.facet.sortedset
- 
Provides faceting capabilities over facets that were indexed withSortedSetDocValuesFacetField.
- org.apache.lucene.facet.taxonomy - package org.apache.lucene.facet.taxonomy
- 
Taxonomy of Categories.
- org.apache.lucene.facet.taxonomy.directory - package org.apache.lucene.facet.taxonomy.directory
- 
Taxonomy index implementation using on top of a Directory.
- org.apache.lucene.facet.taxonomy.writercache - package org.apache.lucene.facet.taxonomy.writercache
- 
Improves indexing time by caching a map of CategoryPath to their Ordinal.
P
- packValues(byte[], int) - Method in class org.apache.lucene.facet.facetset.FacetSet
- 
Packs the dimension values into the givenbyte[]and returns the number of packed-values bytes.
- packValues(byte[], int) - Method in class org.apache.lucene.facet.facetset.FloatFacetSet
- packValues(byte[], int) - Method in class org.apache.lucene.facet.facetset.IntFacetSet
- ParallelTaxonomyArrays - Class in org.apache.lucene.facet.taxonomy
- 
Returns 3 arrays for traversing the taxonomy:parents:parents[i]denotes the parent of category ordinali.
- ParallelTaxonomyArrays() - Constructor for class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
- 
Sole constructor.
- ParallelTaxonomyArrays.IntArray - Class in org.apache.lucene.facet.taxonomy
- 
Abstraction that looks like an int[], but read-only.
- parents() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
- 
Returns the parents array, whereparents[i]denotes the parent of category ordinali.
- path - Variable in class org.apache.lucene.facet.FacetField
- 
Path for this field.
- path - Variable in class org.apache.lucene.facet.FacetResult
- 
Path whose children were requested.
- path - Variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
- 
Path.
- path - Variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
- 
Facet path for this field.
- pathToString(String[]) - Static method in class org.apache.lucene.facet.FacetsConfig
- 
Turns a dim + path into an encoded string.
- pathToString(String[], int) - Static method in class org.apache.lucene.facet.FacetsConfig
- 
Turns the firstlengthelements ofpathinto an encoded string.
- pathToString(String, String...) - Static method in class org.apache.lucene.facet.FacetsConfig
- 
Turns a dim + path into an encoded string.
- prepareCommit() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
prepare most of the work needed for a two-phase commit.
- printStats(TaxonomyReader, PrintStream, boolean) - Static method in class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats
- 
Recursively prints stats for all ordinals.
- PrintTaxonomyStats - Class in org.apache.lucene.facet.taxonomy
- 
Prints how many ords are under each dimension.
- PrintTaxonomyStats() - Constructor for class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats
- 
Sole constructor.
- put(FacetLabel, int) - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- put(FacetLabel, int) - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
- 
Add a category to the cache, with the given ordinal as the value.
R
- ramBytesUsed() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
Return the memory usage of this object in bytes.
- ramBytesUsed() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- RandomSamplingFacetsCollector - Class in org.apache.lucene.facet
- 
Collects hits for subsequent faceting, using sampling if needed.
- RandomSamplingFacetsCollector(int) - Constructor for class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Constructor with the given sample size and default seed.
- RandomSamplingFacetsCollector(int, long) - Constructor for class org.apache.lucene.facet.RandomSamplingFacetsCollector
- 
Constructor with the given sample size and seed.
- Range - Class in org.apache.lucene.facet.range
- 
Base class for a single labeled range.
- Range - Class in org.apache.lucene.facet.rangeonrange
- 
Base class for a single labeled range.
- Range(String) - Constructor for class org.apache.lucene.facet.range.Range
- 
Sole constructor.
- Range(String, int) - Constructor for class org.apache.lucene.facet.rangeonrange.Range
- 
Sole constructor.
- RangeFacetSetMatcher - Class in org.apache.lucene.facet.facetset
- 
AFacetSetMatcherwhich considers a set as a match if all dimensions fall within the given corresponding range.
- RangeFacetSetMatcher(String, DimRange...) - Constructor for class org.apache.lucene.facet.facetset.RangeFacetSetMatcher
- 
Constructs an instance to match facet sets with dimensions that fall within the given ranges.
- ranges - Variable in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Ranges passed to constructor.
- ranges - Variable in class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
Ranges passed to constructor.
- reader - Variable in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- 
IndexReaderpassed to the constructor.
- reduce(Collection<FacetsCollector>) - Method in class org.apache.lucene.facet.FacetsCollectorManager
- refreshIfNeeded(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- ReindexingEnrichedDirectoryTaxonomyWriter - Class in org.apache.lucene.facet.taxonomy.directory
- 
Use thisTaxonomyWriterto append arbitrary fields to the ordinal documents in the taxonomy.
- ReindexingEnrichedDirectoryTaxonomyWriter(Directory, BiConsumer<FacetLabel, Document>) - Constructor for class org.apache.lucene.facet.taxonomy.directory.ReindexingEnrichedDirectoryTaxonomyWriter
- 
Create a taxonomy writer that will allow editing the ordinal docs before indexing them.
- reindexWithNewOrdinalData(BiConsumer<FacetLabel, Document>) - Method in class org.apache.lucene.facet.taxonomy.directory.ReindexingEnrichedDirectoryTaxonomyWriter
- 
Delete the existing taxonomy index and recreate it using new ordinal data.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
- replaceTaxonomy(Directory) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Replaces the current taxonomy with the given one.
- requireDimCount - Variable in class org.apache.lucene.facet.FacetsConfig.DimConfig
- 
True if the count/aggregate for the entire dimension is required, which is unusual (default is false).
- Result(T, List<R>) - Constructor for record class org.apache.lucene.facet.DrillSideways.Result
- 
Creates an instance of aResultrecord class.
- rewrite(IndexSearcher) - Method in class org.apache.lucene.facet.DrillDownQuery
- rollback() - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Rollback changes to the taxonomy writer and closes the instance.
- ROOT_ORDINAL - Static variable in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
The root category (the category with the empty path) always has the ordinal 0, to which we give a name ROOT_ORDINAL.
S
- scoreMode() - Method in class org.apache.lucene.facet.FacetsCollector
- scores() - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Returns the value of thescoresrecord component.
- scoreSubDocsAtOnce() - Method in class org.apache.lucene.facet.DrillSideways
- 
Override this and return true if your collector (e.g.,ToParentBlockJoinCollector) expects all sub-scorers to be positioned on the document being collected.
- search(DrillDownQuery, int) - Method in class org.apache.lucene.facet.DrillSideways
- 
Search, sorting by score, and computing drill down and sideways counts.
- search(DrillDownQuery, CollectorManager<?, R>) - Method in class org.apache.lucene.facet.DrillSideways
- 
Runs a search, using aCollectorManagerto gather and merge search results
- search(DrillDownQuery, CollectorManager<C, T>, List<? extends CollectorManager<K, R>>) - Method in class org.apache.lucene.facet.DrillSideways
- 
Search using DrillDownQuery with custom collectors.
- search(DrillDownQuery, Query, FieldDoc, int, Sort, boolean) - Method in class org.apache.lucene.facet.DrillSideways
- 
Search, sorting bySort, and computing drill down and sideways counts.
- search(IndexSearcher, Query, int, FacetsCollectorManager) - Static method in class org.apache.lucene.facet.FacetsCollectorManager
- 
Utility method, to search and also populate aFacetsCollectorwith hits.
- search(IndexSearcher, Query, int, Sort, boolean, FacetsCollectorManager) - Static method in class org.apache.lucene.facet.FacetsCollectorManager
- 
Utility method, to search and also populate aFacetsCollectorwith hits.
- search(IndexSearcher, Query, int, Sort, FacetsCollectorManager) - Static method in class org.apache.lucene.facet.FacetsCollectorManager
- 
Utility method, to search and also populate aFacetsCollectorwith hits.
- search(ScoreDoc, DrillDownQuery, int) - Method in class org.apache.lucene.facet.DrillSideways
- 
Search, sorting by score, and computing drill down and sideways counts.
- searchAfter(IndexSearcher, ScoreDoc, Query, int, FacetsCollectorManager) - Static method in class org.apache.lucene.facet.FacetsCollectorManager
- 
Utility method, to search and also populate aFacetsCollectorwith hits.
- searchAfter(IndexSearcher, ScoreDoc, Query, int, Sort, boolean, FacetsCollectorManager) - Static method in class org.apache.lucene.facet.FacetsCollectorManager
- 
Utility method, to search and also populate aFacetsCollectorwith hits.
- searchAfter(IndexSearcher, ScoreDoc, Query, int, Sort, FacetsCollectorManager) - Static method in class org.apache.lucene.facet.FacetsCollectorManager
- 
Utility method, to search and also populate aFacetsCollectorwith hits.
- searcher - Variable in class org.apache.lucene.facet.DrillSideways
- 
IndexSearcherpassed to constructor.
- searcher() - Method in record class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
- 
Returns the value of thesearcherrecord component.
- SearcherAndTaxonomy(IndexSearcher, DirectoryTaxonomyReader) - Constructor for record class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
- 
Creates an instance of aSearcherAndTaxonomyrecord class.
- SearcherTaxonomyManager - Class in org.apache.lucene.facet.taxonomy
- 
Manages near-real-time reopen of both an IndexSearcher and a TaxonomyReader.
- SearcherTaxonomyManager(IndexReader, DirectoryTaxonomyReader, SearcherFactory) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- 
Creates this from already openedIndexReaderandDirectoryTaxonomyReaderinstances.
- SearcherTaxonomyManager(IndexReader, DirectoryTaxonomyReader, SearcherFactory, RefreshCommitSupplier) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- 
Creates this from already openedIndexReaderandDirectoryTaxonomyReaderinstances.
- SearcherTaxonomyManager(IndexWriter, boolean, SearcherFactory, DirectoryTaxonomyWriter) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- 
Expert: creates near-real-time searcher and taxonomy reader from the corresponding writers, controlling whether deletes should be applied.
- SearcherTaxonomyManager(IndexWriter, boolean, SearcherFactory, DirectoryTaxonomyWriter, RefreshCommitSupplier) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- 
Expert: creates near-real-time searcher and taxonomy reader from the corresponding writers, controlling whether deletes should be applied.
- SearcherTaxonomyManager(IndexWriter, SearcherFactory, DirectoryTaxonomyWriter) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- 
Creates near-real-time searcher and taxonomy reader from the corresponding writers.
- SearcherTaxonomyManager(Directory, Directory, SearcherFactory) - Constructor for class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- 
Creates search and taxonomy readers over the corresponding directories.
- SearcherTaxonomyManager.SearcherAndTaxonomy - Record Class in org.apache.lucene.facet.taxonomy
- 
Holds a matched pair ofIndexSearcherandTaxonomyReader
- setCacheMissesUntilFill(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- 
Set the number of cache misses before an attempt is made to read the entire taxonomy into the in-memory cache.
- setCacheSize(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
setCacheSize controls the maximum allowed size of each of the caches used byDirectoryTaxonomyReader.getPath(int)andDirectoryTaxonomyReader.getOrdinal(FacetLabel).
- setCount(int, int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Set the count for this ordinal tonewValue.
- setCount(int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
Set the count for this ordinal tonewValue.
- setCount(int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Set the count for this ordinal tonewValue.
- setDrillDownTermsIndexing(String, FacetsConfig.DrillDownTermsIndexing) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Specify drill down terms option on the field / dimension.
- setHierarchical(String, boolean) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Passtrueif this dimension is hierarchical (has depth > 1 paths).
- setIncomingValue(TopOrdAndNumberQueue.OrdAndValue, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- setIncomingValue(TopOrdAndNumberQueue.OrdAndValue, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- setIncomingValue(TopOrdAndNumberQueue.OrdAndValue, int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- setIndexFieldName(String, String) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Specify which index field name should hold the ordinals for this dimension; this is only used by the taxonomy based facet methods.
- setLiveCommitData(Iterable<Map.Entry<String, String>>) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
- setLiveCommitData(Iterable<Map.Entry<String, String>>) - Method in interface org.apache.lucene.facet.taxonomy.TaxonomyWriter
- 
Sets the commit user data iterable.
- setMaxSize(int) - Method in class org.apache.lucene.facet.taxonomy.LRUHashMap
- 
setMaxSize() allows changing the map's maximal number of elements which was defined at construction time.
- setMultiValued(String, boolean) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Passtrueif this dimension may have more than one value per document.
- setRequireDimCount(String, boolean) - Method in class org.apache.lucene.facet.FacetsConfig
- 
Passtrueif at search time you require accurate counts of the dimension, i.e.
- setScorer(Scorable) - Method in class org.apache.lucene.facet.FacetsCollector
- setSize(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.DiskOrdinalMap
- setSize(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.MemoryOrdinalMap
- setSize(int) - Method in interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap
- 
Set the size of the map.
- setupCounter() - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- setupCounter() - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- siblings() - Method in class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays
- 
Returns the siblings array, wheresiblings[i]denotes the sibling of category ordinali.
- siblingsLoaded() - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Returns true if the (costly, and lazily initialized) sibling int[] was initialized.
- siblingsLoaded() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
Returns true if the (costly, and lazily initialized) sibling int[] was initialized.
- siblingsLoaded() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
Returns true if the (costly, and lazily initialized) sibling int[] was initialized.
- size() - Method in class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache
- size() - Method in interface org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache
- 
How many labels are currently stored in the cache.
- sizePackedBytes() - Method in class org.apache.lucene.facet.facetset.FacetSet
- 
Returns the size of the packed values in this facet set.
- sizePackedBytes() - Method in class org.apache.lucene.facet.facetset.FloatFacetSet
- sizePackedBytes() - Method in class org.apache.lucene.facet.facetset.IntFacetSet
- SortedSetDocValuesFacetCounts - Class in org.apache.lucene.facet.sortedset
- 
Compute facets counts from previously indexedSortedSetDocValuesFacetField, without require a separate taxonomy index.
- SortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- 
Returns all facet counts, same result as searching onMatchAllDocsQuerybut faster.
- SortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState, FacetsCollector) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
- 
Counts all facet dimensions across the provided hits.
- SortedSetDocValuesFacetField - Class in org.apache.lucene.facet.sortedset
- 
Add an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.
- SortedSetDocValuesFacetField(String, String...) - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
- 
Sole constructor.
- SortedSetDocValuesReaderState - Class in org.apache.lucene.facet.sortedset
- 
Wraps aIndexReaderand resolves ords using existingSortedSetDocValuesAPIs without a separate taxonomy index.
- SortedSetDocValuesReaderState() - Constructor for class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState
- 
Sole constructor.
- SortedSetDocValuesReaderState.DimTree - Class in org.apache.lucene.facet.sortedset
- 
Holds children and sibling information for a single dimension.
- SortedSetDocValuesReaderState.OrdRange - Record Class in org.apache.lucene.facet.sortedset
- 
Holds start/end range of ords, which maps to one dimension.
- start() - Method in record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Returns the value of thestartrecord component.
- state - Variable in class org.apache.lucene.facet.DrillSideways
- 
SortedSetDocValuesReaderStatepassed to constructor; can be null.
- StringDocValuesReaderState - Class in org.apache.lucene.facet
- StringDocValuesReaderState(IndexReader, String) - Constructor for class org.apache.lucene.facet.StringDocValuesReaderState
- 
Construct state specific to a reader + field.
- stringToPath(String) - Static method in class org.apache.lucene.facet.FacetsConfig
- 
Turns an encoded string (from a previous call toFacetsConfig.pathToString(java.lang.String, java.lang.String...)) back into the originalString[].
- StringValueFacetCounts - Class in org.apache.lucene.facet
- 
Compute facet counts from a previously indexedSortedSetDocValuesorSortedDocValuesfield.
- StringValueFacetCounts(StringDocValuesReaderState) - Constructor for class org.apache.lucene.facet.StringValueFacetCounts
- 
Returns all facet counts for the field, same result as searching onMatchAllDocsQuerybut faster.
- StringValueFacetCounts(StringDocValuesReaderState, FacetsCollector) - Constructor for class org.apache.lucene.facet.StringValueFacetCounts
- 
Counts facets across the provided hits.
- subpath(int) - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Returns a sub-path of this path up tolengthcomponents.
- SUM - Static variable in class org.apache.lucene.facet.taxonomy.AssociationAggregationFunction
- 
Aggregation that computes the sum
T
- TaxonomyFacetFloatAssociations - Class in org.apache.lucene.facet.taxonomy
- 
Aggregates float values associated with facet fields.
- TaxonomyFacetFloatAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector, AssociationAggregationFunction) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
CreateTaxonomyFacetFloatAssociationsagainst the specified index field.
- TaxonomyFacetFloatAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector, AssociationAggregationFunction, DoubleValuesSource) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
CreateTaxonomyFacetFloatAssociationsagainst the specified index field.
- TaxonomyFacetFloatAssociations(TaxonomyReader, FacetsConfig, FacetsCollector, AssociationAggregationFunction) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
CreateTaxonomyFacetFloatAssociationsagainst the default index field.
- TaxonomyFacetFloatAssociations(TaxonomyReader, FacetsConfig, FacetsCollector, AssociationAggregationFunction, DoubleValuesSource) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- 
CreateTaxonomyFacetFloatAssociationsagainst the default index field.
- TaxonomyFacetIntAssociations - Class in org.apache.lucene.facet.taxonomy
- 
Aggregates int values previously indexed withIntAssociationFacetField, assuming the default encoding.
- TaxonomyFacetIntAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector, AssociationAggregationFunction) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
CreateTaxonomyFacetIntAssociationsagainst the specified index field.
- TaxonomyFacetIntAssociations(TaxonomyReader, FacetsConfig, FacetsCollector, AssociationAggregationFunction) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- 
CreateTaxonomyFacetIntAssociationsagainst the default index field.
- TaxonomyFacetLabels - Class in org.apache.lucene.facet.taxonomy
- 
Utility class to easily retrieve previously indexed facet labels, allowing you to skip also adding stored fields for these values, reducing your index size.
- TaxonomyFacetLabels(TaxonomyReader, String) - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyFacetLabels
- 
Sole constructor.
- TaxonomyFacetLabels.FacetLabelReader - Class in org.apache.lucene.facet.taxonomy
- 
Utility class to retrieve facet labels for multiple documents.
- TaxonomyMergeUtils - Class in org.apache.lucene.facet.taxonomy
- 
Utility methods for merging index and taxonomy directories.
- taxonomyReader() - Method in record class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
- 
Returns the value of thetaxonomyReaderrecord component.
- TaxonomyReader - Class in org.apache.lucene.facet.taxonomy
- 
TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
- TaxonomyReader() - Constructor for class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Sole constructor.
- TaxonomyReader.ChildrenIterator - Class in org.apache.lucene.facet.taxonomy
- 
An iterator over a category's children.
- TaxonomyWriter - Interface in org.apache.lucene.facet.taxonomy
- 
TaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.
- TaxonomyWriterCache - Interface in org.apache.lucene.facet.taxonomy.writercache
- 
TaxonomyWriterCache is a relatively simple interface for a cache of category->ordinal mappings, used in TaxonomyWriter implementations (such asDirectoryTaxonomyWriter).
- taxoReader - Variable in class org.apache.lucene.facet.DrillSideways
- 
TaxonomyReaderpassed to constructor.
- term(String, String, String...) - Static method in class org.apache.lucene.facet.DrillDownQuery
- 
Creates a drill-down term.
- toMultiDoubleValuesSource() - Method in class org.apache.lucene.facet.MultiLongValuesSource
- 
Convert to a MultiDoubleValuesSource by casting long values to doubles
- toMultiLongValuesSource() - Method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Convert to a MultiLongValuesSource by casting the double values to longs
- topDocs() - Method in record class org.apache.lucene.facet.FacetsCollectorManager.FacetsResult
- 
Returns the value of thetopDocsrecord component.
- TopOrdAndFloatQueue - Class in org.apache.lucene.facet
- 
Keeps highest results, first by largest float value, then tie-break by smallest ord.
- TopOrdAndFloatQueue(int) - Constructor for class org.apache.lucene.facet.TopOrdAndFloatQueue
- 
Sole constructor.
- TopOrdAndFloatQueue.OrdAndFloat - Class in org.apache.lucene.facet
- 
Holds an ordinal and a float value.
- TopOrdAndIntQueue - Class in org.apache.lucene.facet
- 
Keeps highest results, first by largest int value, then tie-break by smallest ord.
- TopOrdAndIntQueue(int) - Constructor for class org.apache.lucene.facet.TopOrdAndIntQueue
- 
Sole constructor.
- TopOrdAndIntQueue.OrdAndInt - Class in org.apache.lucene.facet
- 
Holds an ordinal and an int value.
- TopOrdAndNumberQueue - Class in org.apache.lucene.facet
- 
Keeps highest results, first by largest value, then tie-break by smallest ord.
- TopOrdAndNumberQueue(int) - Constructor for class org.apache.lucene.facet.TopOrdAndNumberQueue
- 
Sole constructor.
- TopOrdAndNumberQueue.OrdAndValue - Class in org.apache.lucene.facet
- 
Holds a single entry.
- toSortableMultiLongValuesSource() - Method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Convert to aMultiLongValuesSourceusingNumericUtils.doubleToSortableLong(double)
- toString() - Method in record class org.apache.lucene.facet.DrillSideways.Result
- 
Returns a string representation of this record class.
- toString() - Method in class org.apache.lucene.facet.FacetField
- toString() - Method in class org.apache.lucene.facet.FacetResult
- toString() - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Returns a string representation of this record class.
- toString() - Method in record class org.apache.lucene.facet.FacetsCollectorManager.FacetsResult
- 
Returns a string representation of this record class.
- toString() - Method in record class org.apache.lucene.facet.facetset.DimRange
- 
Returns a string representation of this record class.
- toString() - Method in class org.apache.lucene.facet.LabelAndValue
- toString() - Method in class org.apache.lucene.facet.LongValueFacetCounts
- toString() - Method in class org.apache.lucene.facet.MultiDoubleValuesSource
- toString() - Method in class org.apache.lucene.facet.MultiLongValuesSource
- toString() - Method in class org.apache.lucene.facet.range.DoubleRange
- toString() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns a string representation of this record class.
- toString() - Method in class org.apache.lucene.facet.range.LongRange
- toString() - Method in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- toString() - Method in class org.apache.lucene.facet.range.LongRangeFacetCounts
- toString() - Method in class org.apache.lucene.facet.rangeonrange.DoubleRange
- toString() - Method in class org.apache.lucene.facet.rangeonrange.LongRange
- toString() - Method in class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState
- toString() - Method in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
- toString() - Method in record class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
- 
Returns a string representation of this record class.
- toString() - Method in class org.apache.lucene.facet.StringDocValuesReaderState
- toString() - Method in class org.apache.lucene.facet.taxonomy.AssociationFacetField
- toString() - Method in class org.apache.lucene.facet.taxonomy.FacetLabel
- 
Returns a string representation of the path.
- toString() - Method in class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField
- toString() - Method in class org.apache.lucene.facet.taxonomy.IntAssociationFacetField
- toString() - Method in record class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.SearcherAndTaxonomy
- 
Returns a string representation of this record class.
- toString(int) - Method in class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
- 
Returns ordinal -> label mapping, up to the provided max ordinal or number of ordinals, whichever is smaller.
- toString(String) - Method in class org.apache.lucene.facet.DrillDownQuery
- totalHits() - Method in record class org.apache.lucene.facet.FacetsCollector.MatchingDocs
- 
Returns the value of thetotalHitsrecord component.
- totCount - Variable in class org.apache.lucene.facet.range.DoubleRangeFacetCounts
- 
Total number of hits.
- totCount - Variable in class org.apache.lucene.facet.range.LongRangeFacetCounts
- 
Total number of hits.
- tryIncRef() - Method in class org.apache.lucene.facet.taxonomy.TaxonomyReader
- 
Expert: increments the refCount of this TaxonomyReader instance only if it has not been closed yet.
- tryIncRef(SearcherTaxonomyManager.SearcherAndTaxonomy) - Method in class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager
- TYPE - Static variable in class org.apache.lucene.facet.FacetField
- 
Field type used for storing facet values.
- TYPE - Static variable in class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
- 
IndexedFieldType.
- TYPE - Static variable in class org.apache.lucene.facet.taxonomy.AssociationFacetField
- 
IndexedFieldType.
U
- unwrapSingleton(MultiDoubleValuesSource) - Static method in class org.apache.lucene.facet.MultiDoubleValuesSource
- 
Returns a single-valued view of theMultiDoubleValuesSourceif it was previously wrapped withMultiDoubleValuesSource.fromSingleValued(DoubleValuesSource), or null.
- unwrapSingleton(MultiLongValuesSource) - Static method in class org.apache.lucene.facet.MultiLongValuesSource
- 
Returns a single-valued view of theMultiLongValuesSourceif it was previously wrapped withMultiLongValuesSource.fromSingleValued(LongValuesSource), or null.
- updateValueFromRollup(int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- updateValueFromRollup(int, int) - Method in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- updateValueFromRollup(int, int) - Method in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- 
Roll-up the aggregation values fromchildOrdinaltoordinal.
V
- validateTopN(int) - Static method in class org.apache.lucene.facet.Facets
- 
This helper method checks if topN is valid for getTopChildren and getAllDims.
- value - Variable in class org.apache.lucene.facet.FacetResult
- 
Total number of documents containing a value for this path, even those not included in the topN.
- value - Variable in class org.apache.lucene.facet.LabelAndValue
- 
Value associated with this label.
- value - Variable in class org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndFloat
- 
The value corresponding to the ordinal is a float.
- value - Variable in class org.apache.lucene.facet.TopOrdAndIntQueue.OrdAndInt
- 
The value corresponding to the ordinal is an int.
- valueComparator - Variable in class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts
- valueComparator - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacetFloatAssociations
- valueComparator - Variable in class org.apache.lucene.facet.taxonomy.TaxonomyFacetIntAssociations
- valueOf(String) - Static method in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType
- 
Returns the enum constant of this class with the specified name.
- values - Variable in class org.apache.lucene.facet.facetset.DoubleFacetSet
- 
The raw dimension values of this facet set.
- values - Variable in class org.apache.lucene.facet.facetset.FloatFacetSet
- 
The raw dimension values of this facet set.
- values - Variable in class org.apache.lucene.facet.facetset.IntFacetSet
- 
The raw dimension values of this facet set.
- values - Variable in class org.apache.lucene.facet.facetset.LongFacetSet
- 
The raw dimension values of this facet set.
- values() - Static method in enum class org.apache.lucene.facet.FacetsConfig.DrillDownTermsIndexing
- 
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.facet.taxonomy.writercache.LruTaxonomyWriterCache.LRUType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyLabel(String) - Static method in class org.apache.lucene.facet.FacetField
- 
Verifies the label is not null or empty string.
- visit(QueryVisitor) - Method in class org.apache.lucene.facet.DrillDownQuery
W
- weight() - Method in record class org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
- 
Returns the value of theweightrecord component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form