|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.Parameter
org.compass.core.Property.TermVector
public static final class Property.TermVector
Specifies whether and how a meta-data property should have term vectors.
| Field Summary | |
|---|---|
static Property.TermVector |
NO
Do not store term vectors. |
static Property.TermVector |
WITH_OFFSETS
Store the term vector + Token offset information |
static Property.TermVector |
WITH_POSITIONS
Store the term vector + token position information |
static Property.TermVector |
WITH_POSITIONS_OFFSETS
Store the term vector + Token position and offset information |
static Property.TermVector |
YES
Store the term vectors of each document. |
| Method Summary | |
|---|---|
static Property.TermVector |
fromString(String propertyTermVector)
|
static String |
toString(Property.TermVector propertyTermVector)
|
| Methods inherited from class org.compass.core.util.Parameter |
|---|
readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Property.TermVector NO
public static final Property.TermVector YES
public static final Property.TermVector WITH_POSITIONS
YESpublic static final Property.TermVector WITH_OFFSETS
YESpublic static final Property.TermVector WITH_POSITIONS_OFFSETS
YES,
WITH_POSITIONS,
WITH_OFFSETS| Method Detail |
|---|
public static String toString(Property.TermVector propertyTermVector)
public static Property.TermVector fromString(String propertyTermVector)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||