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

Uses in package org.apache.lucene.index

Methods with parameter type org.apache.lucene.document.Field.TermVector

Collection
Collection
Get a list of unique field names that exist in this index, are indexed, and have the specified term vector information.
Collection
Collection

Uses in package org.apache.lucene.document

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

Field.Field(String name, Reader reader, Field.TermVector termVector)
Create a tokenized and indexed field that is not stored, optionally with storing term vectors.
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.TermVector

Field.TermVector
Do not store term vectors.
Field.TermVector
Store the term vector + Token offset information
Field.TermVector
Store the term vector + token position information
Field.TermVector
Store the term vector + Token position and offset information
Field.TermVector
Store the term vectors of each document.

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