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, Product, Equals, SearchFacet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermFacet
  2. Serializable
  3. Product
  4. Equals
  5. SearchFacet
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. val size: Option[Int]
    Definition Classes
    TermFacetSearchFacet