Uses of Class
io.fluxcapacitor.common.api.search.FacetEntry
Packages that use FacetEntry
Package
Description
-
Uses of FacetEntry in io.fluxcapacitor.common.api.search
Methods in io.fluxcapacitor.common.api.search with parameters of type FacetEntryModifier and TypeMethodDescriptionint
FacetEntry.compareTo
(@NonNull FacetEntry o) Sorts facet entries by name, then by value.Constructor parameters in io.fluxcapacitor.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.fluxcapacitor.common.api.search.constraints
Methods in io.fluxcapacitor.common.api.search.constraints with parameters of type FacetEntryModifier and TypeMethodDescriptionstatic Constraint
FacetConstraint.matchFacet
(FacetEntry facet) Factory method to create a constraint that matches a singleFacetEntry
. -
Uses of FacetEntry in io.fluxcapacitor.common.search
Methods in io.fluxcapacitor.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)