|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
public final class FieldNames
Defines field names that are used internally to store :path, etc in the search index.
| Field Summary | |
|---|---|
static String |
FULLTEXT
Name of the field that contains the fulltext index. |
static String |
PATH
Name of the field that contains the ":path" property of the node. |
static Set<String> |
PATH_SELECTOR
Used to select only the PATH field from the lucene documents |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PATH
public static final String FULLTEXT
public static final Set<String> PATH_SELECTOR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||