public static final class Field.TermVector extends Parameter implements Serializable
Modifier and Type | Field and Description |
---|---|
static Field.TermVector |
NO
Do not store term vectors.
|
static Field.TermVector |
WITH_OFFSETS
Store the term vector + Token offset information
|
static Field.TermVector |
WITH_POSITIONS
Store the term vector + token position information
|
static Field.TermVector |
WITH_POSITIONS_OFFSETS
Store the term vector + Token position and offset information
|
static Field.TermVector |
YES
Store the term vectors of each document.
|
public static final Field.TermVector NO
public static final Field.TermVector YES
public static final Field.TermVector WITH_POSITIONS
YES
public static final Field.TermVector WITH_OFFSETS
YES
public static final Field.TermVector WITH_POSITIONS_OFFSETS
YES
,
WITH_POSITIONS
,
WITH_OFFSETS
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.