package view
Type Members
- class View extends Support
- case class ViewInfo(id: String, name: String) extends Product with Serializable
- 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