|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.query.lucene.FieldNames
public class FieldNames
Defines field names that are used internally to store UUID, etc in the search index.
| Field Summary | |
|---|---|
static String |
FULLTEXT
Name of the field that contains the fulltext index including terms from all properties of a node. |
static String |
FULLTEXT_PREFIX
Prefix for all field names that are fulltext indexed by property name. |
static String |
LABEL
Name of the field that contains the label of the node. |
static String |
MVP
Name of the field that contains the names of multi-valued properties that hold more than one value. |
static String |
PARENT
Name of the field that contains the UUID of the parent node. |
static String |
PROPERTIES
Name of the field that contains all values of properties that are indexed as is without tokenizing. |
static String |
UUID
Name of the field that contains the UUID of the node. |
| Method Summary | |
|---|---|
static String |
createNamedValue(String fieldName,
String value)
Returns a named value for use as a term in the index. |
static int |
getNameLength(String namedValue)
Returns the length of the field prefix in namedValue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String UUID
public static final String FULLTEXT
public static final String FULLTEXT_PREFIX
public static final String PARENT
public static final String LABEL
public static final String MVP
public static final String PROPERTIES
| Method Detail |
|---|
public static String createNamedValue(String fieldName,
String value)
fieldName + '?' + value
fieldName - the field name.value - the value.
public static int getNameLength(String namedValue)
namedValue. See
also createNamedValue(String, String). If namedValue
does not contain a name prefix, this method return 0.
namedValue - the named value as created by createNamedValue(String, String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||