All Classes
-
Class Summary Class Description AssociationsFacetsExample Shows example usage of category associations.CustomFacetSetExample Shows usage of indexing and searchingFacetSetsField
with a customFacetSet
implementation.CustomFacetSetExample.TemperatureOnlyFacetSetMatcher AFacetSetMatcher
which matches facet sets only by their temperature dimension, ignoring the date.CustomFacetSetExample.TemperatureReadingFacetSet AFacetSet
which encodes a temperature reading in a date (long) and degrees (celsius; float).DemoEmbeddings This class providesDemoEmbeddings.computeEmbedding(String)
andDemoEmbeddings.computeEmbedding(Reader)
for calculating "semantic" embedding vectors for textual input.DistanceFacetsExample Shows simple usage of dynamic range faceting, using the expressions module to calculate distance.ExpressionAggregationFacetsExample Shows facets aggregation by an expression.IndexFiles Index all text files under a directory.KnnVectorDict Manages a map from token to numeric vector for use with KnnVector indexing and search.KnnVectorDictFilter Looks up each tokens in a dictionary, and sums the token vectors.MultiCategoryListsFacetsExample Demonstrates indexing categories into different indexed fields.RangeFacetsExample Shows simple usage of dynamic range faceting.SearchFiles Simple command-line based search demo.SimpleFacetsExample Shows simple usage of faceted indexing and search.SimpleSortedSetFacetsExample Shows simple usage of faceted indexing and search, usingSortedSetDocValuesFacetField
andSortedSetDocValuesFacetCounts
.StringValueFacetCountsExample