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

Uses in package org.apache.lucene.document

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

AbstractField.AbstractField(String name, Field.Store store, Field.Index index, Field.TermVector 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.

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

void

Uses in package org.apache.lucene.benchmark.byTask.feeds

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

Field.TermVector

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