Uses of Class
io.fluxzero.common.api.search.FacetEntry
Packages that use FacetEntry
Package
Description
-
Uses of FacetEntry in io.fluxzero.common.api.search
Classes in io.fluxzero.common.api.search that implement interfaces with type arguments of type FacetEntryModifier and TypeClassDescriptionclassRepresents a single facet field-value pair within a document.Methods in io.fluxzero.common.api.search with parameters of type FacetEntryModifier and TypeMethodDescriptionintFacetEntry.compareTo(@NonNull FacetEntry o) Sorts facet entries by name, then by value.Constructor parameters in io.fluxzero.common.api.search with type arguments of type FacetEntryModifierConstructorDescriptionSerializedDocument(String id, Long timestamp, Long end, String collection, Data<byte[]> document, String summary, Set<FacetEntry> facets, Set<SortableEntry> indexes) Constructs a new instance of the SerializedDocument class with the specified parameters. -
Uses of FacetEntry in io.fluxzero.common.api.search.constraints
Methods in io.fluxzero.common.api.search.constraints with parameters of type FacetEntryModifier and TypeMethodDescriptionstatic ConstraintFacetConstraint.matchFacet(FacetEntry facet) Factory method to create a constraint that matches a singleFacetEntry. -
Uses of FacetEntry in io.fluxzero.common.search
Methods in io.fluxzero.common.search that return types with arguments of type FacetEntryModifier and TypeMethodDescriptionprotected Stream<FacetEntry> protected Stream<FacetEntry> protected Set<FacetEntry> protected Stream<FacetEntry> JacksonInverter.getFacets(AccessibleObject holder, Object propertyValue)