Packages

package search

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. search
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Document(title: String, url: String, sections: Vector[Section]) extends Product with Serializable
  2. class Indexer[ContentType] extends AnyRef
  3. case class Section(title: String, url: Option[String], content: String) extends Product with Serializable

Value Members

  1. object Document extends Serializable
  2. object Indexer

Inherited from AnyRef

Inherited from Any

Ungrouped