Uses of Class org.apache.lucene.document.Field.Index

Uses in package org.apache.lucene.document

Constructors with parameter type org.apache.lucene.document.Field.Index

Field.Field(String name, String value, Field.Store store, Field.Index index)
Create a field by specifying its name, value and how it will be saved in the index.
Field.Field(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector)
Create a field by specifying its name, value and how it will be saved in the index.

Fields of type org.apache.lucene.document.Field.Index

Field.Index
Do not index the field value.
Field.Index
Index the field's value without an Analyzer, and disable the storing of norms.
Field.Index
Index the field's value so it can be searched.
Field.Index
Index the field's value without using an Analyzer, so it can be searched.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.