Namespace Lucene.Net.Demo.Facet
Facets example code.
Classes
AssociationsFacetsExample
Shows example usage of category associations.
DistanceFacetsExample
Shows simple usage of dynamic range faceting, using the expressions module to calculate distance.
ExpressionAggregationFacetsExample
Shows facets aggregation by an expression.
MultiCategoryListsFacetsExample
Demonstrates indexing categories into different indexed fields.
RangeFacetsExample
Shows simple usage of dynamic range faceting.
SimpleFacetsExample
Shows simple usage of faceted indexing and search.
SimpleSortedSetFacetsExample
Shows simple usage of faceted indexing and search using Lucene.Net.Facet.SortedSet.SortedSetDocValuesFacetField and Lucene.Net.Facet.SortedSet.SortedSetDocValuesFacetCounts.