Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.facet Classes and Interfaces - 69 results found.
NameDescriptionTypePackageFramework
AssociationFacetFieldAdd an instance of this to your Document to add a facet label associated with an arbitrary byte[].Classorg.apache.lucene.facet.taxonomyApache Lucene
CachedOrdinalsReaderA per-segment cache of documents' facet ordinals.Classorg.apache.lucene.facet.taxonomyApache Lucene
CachedOrdinalsReader .CachedOrdsHolds the cached ordinals in two parallel int[] arrays.Classorg.apache.lucene.facet.taxonomy.CachedOrdinalsReaderApache Lucene
Cl2oTaxonomyWriterCacheTaxonomyWriterCache using CompactLabelToOrdinal.Classorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
CollisionMapHashMap to store colliding labels.Classorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
CompactLabelToOrdinalThis is a very efficient LabelToOrdinal implementation that uses a CharBlockArray to store all labels and a configurable number of HashArrays toClassorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
DefaultSortedSetDocValuesReaderStateClassorg.apache.lucene.facet.sortedsetApache Lucene
DirectoryTaxonomyReaderA TaxonomyReader which retrieves stored taxonomy information from a Reading from the on-disk index on every method call is too slow, so thisClassorg.apache.lucene.facet.taxonomy.directoryApache Lucene
DirectoryTaxonomyWriterTaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or allClassorg.apache.lucene.facet.taxonomy.directoryApache Lucene
DirectoryTaxonomyWriter .DiskOrdinalMapDirectoryTaxonomyWriter.Classorg.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriterApache Lucene
DirectoryTaxonomyWriter .MemoryOrdinalMapDirectoryTaxonomyWriter.Classorg.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriterApache Lucene
DirectoryTaxonomyWriter .OrdinalMapMapping from old ordinal to new ordinals, used when merging indexes wit separate taxonomies.Interfaceorg.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriterApache Lucene
DocValuesOrdinalsReaderClassorg.apache.lucene.facet.taxonomyApache Lucene
DoubleRangeRepresents a range over double values.Classorg.apache.lucene.facet.rangeApache Lucene
DoubleRangeFacetCountsFacets implementation that computes counts for dynamic double ranges from a provided ValueSource, using FunctionValues.Classorg.apache.lucene.facet.rangeApache Lucene
DrillDownQueryA Query for drill-down over facet categories.Classorg.apache.lucene.facetApache Lucene
DrillSidewaysComputes drill down and sideways counts for the provided DrillDownQuery.Classorg.apache.lucene.facetApache Lucene
DrillSideways .DrillSidewaysResultResult of a drill sideways search, including the Facets and TopDocs.Classorg.apache.lucene.facet.DrillSidewaysApache Lucene
FacetFieldAdd an instance of this to your Document for every facet label.Classorg.apache.lucene.facetApache Lucene
FacetLabelHolds a sequence of string components, specifying the hierarchical name of aNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.facet.taxonomyApache Lucene
FacetResultCounts or aggregates for a single dimension.Classorg.apache.lucene.facetApache Lucene
FacetsCommon base class for all facets implementations.Classorg.apache.lucene.facetApache Lucene
FacetsCollectorCollects hits for subsequent faceting.Classorg.apache.lucene.facetApache Lucene
FacetsCollector .DocsUsed during collection to record matching docs and then return a DocIdSet that contains them.Classorg.apache.lucene.facet.FacetsCollectorApache Lucene
FacetsCollector .MatchingDocsHolds the documents that were matched in the LeafReaderContext.Classorg.apache.lucene.facet.FacetsCollectorApache Lucene
FacetsConfigRecords per-dimension configuration.Classorg.apache.lucene.facetApache Lucene
FacetsConfig .DimConfigHolds the configuration for one dimensionWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.facet.FacetsConfigApache Lucene
FastTaxonomyFacetCountsComputes facets counts, assuming the default encoding into DocValues was used.Classorg.apache.lucene.facet.taxonomyApache Lucene
FloatAssociationFacetFieldAdd an instance of this to your Document to add a facet label associated with a float.Classorg.apache.lucene.facet.taxonomyApache Lucene
FloatTaxonomyFacetsBase class for all taxonomy-based facets that aggregate to a per-ords float[].Classorg.apache.lucene.facet.taxonomyApache Lucene
IntAssociationFacetFieldAdd an instance of this to your Document to add a facet label associated with an int.Classorg.apache.lucene.facet.taxonomyApache Lucene
IntTaxonomyFacetsBase class for all taxonomy-based facets that aggregate to a per-ords int[].Classorg.apache.lucene.facet.taxonomyApache Lucene
LabelAndValueClassorg.apache.lucene.facetApache Lucene
LabelToOrdinalAbstract class for storing Label->Ordinal mappings in a taxonomy.Classorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
LongRangeRepresents a range over long values.Classorg.apache.lucene.facet.rangeApache Lucene
LongRangeFacetCountsFacets implementation that computes counts for dynamic long ranges from a provided ValueSource,Classorg.apache.lucene.facet.rangeApache Lucene
LRUHashMapLRUHashMap 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 leastClassorg.apache.lucene.facet.taxonomyApache Lucene
LruTaxonomyWriterCacheLRU TaxonomyWriterCache - good choice for huge taxonomies.Classorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
LruTaxonomyWriterCache .LRUTypeDetermines cache type.Classorg.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCacheApache Lucene
MultiFacetsMaps specified dims to provided Facets impls; else, uses the default Facets impl.Classorg.apache.lucene.facetApache Lucene
NameHashIntCacheLRUAn an LRU cache of mapping from name to int.Classorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
OrdinalMappingLeafReaderA FilterLeafReader for updating facets ordinal references, based on an ordinal map.Classorg.apache.lucene.facet.taxonomyApache Lucene
OrdinalsReaderProvides per-document ordinals.Classorg.apache.lucene.facet.taxonomyApache Lucene
OrdinalsReader .OrdinalsSegmentReaderReturns ordinals for documents in one segment.Classorg.apache.lucene.facet.taxonomy.OrdinalsReaderApache Lucene
ParallelTaxonomyArraysReturns 3 arrays for traversing the taxonomy: parents: parents[i] denotes the parent of categoryClassorg.apache.lucene.facet.taxonomyApache Lucene
PrintTaxonomyStatsPrints how many ords are under each dimension.Classorg.apache.lucene.facet.taxonomyApache Lucene
RandomSamplingFacetsCollectorCollects hits for subsequent faceting, using sampling if needed.Classorg.apache.lucene.facetApache Lucene
RangeBase class for a single labeled range.Classorg.apache.lucene.facet.rangeApache Lucene
SearcherTaxonomyManagerManages near-real-time reopen of both an IndexSearcher and a TaxonomyReader.Classorg.apache.lucene.facet.taxonomyApache Lucene
SearcherTaxonomyManager .SearcherAndTaxonomyClassorg.apache.lucene.facet.taxonomy.SearcherTaxonomyManagerApache Lucene
SortedSetDocValuesFacetCountsCompute facets counts from previously indexed SortedSetDocValuesFacetField,Classorg.apache.lucene.facet.sortedsetApache Lucene
SortedSetDocValuesFacetFieldAdd an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.Classorg.apache.lucene.facet.sortedsetApache Lucene
SortedSetDocValuesReaderStateWraps a IndexReader and resolves ords using existing SortedSetDocValues APIs without aClassorg.apache.lucene.facet.sortedsetApache Lucene
SortedSetDocValuesReaderState .OrdRangeHolds start/end range of ords, which maps to one dimension (someday we may generalize it to map toClassorg.apache.lucene.facet.sortedset.SortedSetDocValuesReaderStateApache Lucene
TaxonomyFacetCountsReads from any OrdinalsReader; use FastTaxonomyFacetCounts if you are using the default encoding from BinaryDocValues.Classorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyFacetsBase class for all taxonomy-based facets impls.Classorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyFacetSumFloatAssociationsAggregates sum of int values previously indexed with FloatAssociationFacetField, assuming the defaultClassorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyFacetSumIntAssociationsAggregates sum of int values previously indexed with IntAssociationFacetField, assuming the defaultClassorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyFacetSumValueSourceAggregates sum of values from FunctionValues.Classorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyFacetSumValueSource .ScoreValueSourceValueSource that returns the score for each hit; use this to aggregate the sum of all hit scoresClassorg.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSourceApache Lucene
TaxonomyMergeUtilsUtility methods for merging index and taxonomy directories.Classorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyReaderTaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.Classorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyReader .ChildrenIteratorAn iterator over a category's children.Classorg.apache.lucene.facet.taxonomy.TaxonomyReaderApache Lucene
TaxonomyWriterTaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.Interfaceorg.apache.lucene.facet.taxonomyApache Lucene
TaxonomyWriterCacheTaxonomyWriterCache is a relatively simple interface for a cache of category->ordinal mappings, used in TaxonomyWriter implementations (such asInterfaceorg.apache.lucene.facet.taxonomy.writercacheApache Lucene
TopOrdAndFloatQueueKeeps highest results, first by largest float value, then tie break by smallest ord.Classorg.apache.lucene.facetApache Lucene
TopOrdAndFloatQueue .OrdAndValueHolds a single entry.Classorg.apache.lucene.facet.TopOrdAndFloatQueueApache Lucene
TopOrdAndIntQueueKeeps highest results, first by largest int value, then tie break by smallest ord.Classorg.apache.lucene.facetApache Lucene
TopOrdAndIntQueue .OrdAndValueHolds a single entry.Classorg.apache.lucene.facet.TopOrdAndIntQueueApache Lucene