Package

com.outr.lucene4s

field

Permalink

package field

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DocValuesType extends AnyRef

    Permalink
  2. case class Field[T](name: String, fieldType: FieldType, support: ValueSupport[T], fullTextSearchable: Boolean) extends Product with Serializable

    Permalink
  3. case class FieldType(stored: Boolean = false, tokenized: Boolean = true, storeTermVectors: Boolean = false, storeTermVectorOffsets: Boolean = false, storeTermVectorPositions: Boolean = false, storeTermVectorPayloads: Boolean = false, omitNorms: Boolean = false, indexOptions: Set[IndexOption] = Set.empty, frozen: Boolean = false, docValuesType: DocValuesType = DocValuesType.None, dimensionCount: Int = 0, dimensionNumBytes: Int = 0) extends Product with Serializable

    Permalink
  4. sealed trait IndexOption extends AnyRef

    Permalink

Value Members

  1. object DocValuesType

    Permalink
  2. object FieldType extends Serializable

    Permalink
  3. object IndexOption

    Permalink
  4. package value

    Permalink

Ungrouped