Class FacetEntry

java.lang.Object
de.cxp.ocs.model.result.FacetEntry
Direct Known Subclasses:
HierarchialFacetEntry, IntervalFacetEntry, RangeFacetEntry

public class FacetEntry extends Object
  • Field Details

    • type

      public final String type
      See Also:
    • key

      public String key
      Associated filter value.
    • id

      public String id
      optional associated filter value.
    • docCount

      public long docCount
      Estimated amount of documents that will be returned, if this facet entry is picked as filter.
    • selected

      public boolean selected
  • Constructor Details

    • FacetEntry

      public FacetEntry()