Packages

case class TermFacet(field: String, size: Option[Int] = None) extends SearchFacet with Product with Serializable

A search facet that gives the number of occurrences of the most recurring terms in all rows.

field

the field to use for the facet

size

the maximum number of facets to return

returns

a constructed facet

Linear Supertypes
Serializable, Serializable, Product, Equals, SearchFacet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermFacet
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SearchFacet
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TermFacet(field: String, size: Option[Int] = None)

    field

    the field to use for the facet

    size

    the maximum number of facets to return

Value Members

  1. val field: String
    Definition Classes
    TermFacetSearchFacet
  2. def injectParams(queryJson: JsonObject): Unit
    Definition Classes
    SearchFacet
  3. val size: Option[Int]
    Definition Classes
    TermFacetSearchFacet