Packages

package view

Type Members

  1. class View extends Support
  2. case class ViewInfo(id: String, name: String) extends Product with Serializable
  3. case class ViewLink(collection: Collection, analyzers: List[Analyzer] = List(Analyzer.Identity), fields: List[(Field[_], List[Analyzer])] = Nil, includeAllFields: Boolean = false, trackListPositions: Boolean = false, storeValues: Boolean = false, inBackground: Boolean = false) extends Product with Serializable

Ungrouped