org.apache.jackrabbit.oak.plugins.index.lucene
Class FieldNames

java.lang.Object
  extended by org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames

public final class FieldNames
extends Object

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

PATH

public static final String PATH
Name of the field that contains the ":path" property of the node.

See Also:
Constant Field Values

FULLTEXT

public static final String FULLTEXT
Name of the field that contains the fulltext index.

See Also:
Constant Field Values

PATH_SELECTOR

public static final Set<String> PATH_SELECTOR
Used to select only the PATH field from the lucene documents



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.