Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.facet.taxonomy Classes and Interfaces - 41 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
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
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
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
LabelToOrdinalAbstract class for storing Label->Ordinal mappings in a taxonomy.Classorg.apache.lucene.facet.taxonomy.writercacheApache 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
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
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
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