public class FieldNames
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGGREGATED_NODE_UUID
Deprecated.
Name of the field that contains the UUIDs of the aggregated nodes.
|
static java.lang.String |
FULLTEXT
Deprecated.
Name of the field that contains the fulltext index including terms
from all properties of a node.
|
static java.lang.String |
FULLTEXT_PREFIX
Deprecated.
Prefix for all field names that are fulltext indexed by property name.
|
static java.lang.String |
LABEL
Deprecated.
Name of the field that contains the label of the node.
|
static java.lang.String |
LOCAL_NAME
Deprecated.
Name of the field that contains the local name of the node.
|
static java.lang.String |
MVP
Deprecated.
Name of the field that contains the names of multi-valued properties that
hold more than one value.
|
static java.lang.String |
NAMESPACE_URI
Deprecated.
Name of the field that contains the namespace URI of the node name.
|
static java.lang.String |
PARENT
Deprecated.
Name of the field that contains the UUID of the parent node.
|
static java.lang.String |
PROPERTIES
Deprecated.
Name of the field that contains all values of properties that are indexed
as is without tokenizing.
|
static java.lang.String |
PROPERTIES_SET
Deprecated.
Name of the field that contains the names of all properties that are set
on an indexed node.
|
static java.lang.String |
PROPERTY_LENGTHS
Deprecated.
Name of the field that contains the lengths of properties.
|
static java.lang.String |
REINDEXING_REQUIRED
Deprecated.
Name of the field that marks nodes that require reindexing because the
text extraction process timed out.
|
static java.lang.String |
SHAREABLE_NODE
Deprecated.
Name of the field that marks shareable nodes.
|
static java.lang.String |
UUID
Deprecated.
Name of the field that contains the UUID of the node.
|
static java.lang.String |
WEAK_REFS
Deprecated.
Name of the field that contains all weak reference property values.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createNamedLength(java.lang.String propertyName,
long length)
Deprecated.
Returns a named length for use as a term in the index.
|
static java.lang.String |
createNamedValue(java.lang.String fieldName,
java.lang.String value)
Deprecated.
Returns a named value for use as a term in the index.
|
static int |
getNameLength(java.lang.String namedValue)
Deprecated.
Returns the length of the field prefix in
namedValue. |
static boolean |
isFulltextField(java.lang.String fieldName)
Deprecated.
Returns
true if the given fieldName denotes a
fulltext field like FULLTEXT or a field with a
FULLTEXT_PREFIX. |
public static final java.lang.String UUID
public static final java.lang.String FULLTEXT
public static final java.lang.String FULLTEXT_PREFIX
public static final java.lang.String PARENT
public static final java.lang.String LABEL
public static final java.lang.String LOCAL_NAME
public static final java.lang.String NAMESPACE_URI
public static final java.lang.String MVP
public static final java.lang.String PROPERTIES
public static final java.lang.String PROPERTIES_SET
public static final java.lang.String AGGREGATED_NODE_UUID
public static final java.lang.String PROPERTY_LENGTHS
createNamedLength(String, long).public static final java.lang.String REINDEXING_REQUIRED
IndexingQueue.public static final java.lang.String SHAREABLE_NODE
public static final java.lang.String WEAK_REFS
public static java.lang.String createNamedLength(java.lang.String propertyName,
long length)
propertyName + '[' +
LongField.longToString(long).propertyName - a property name.length - the length of the property value.public static java.lang.String createNamedValue(java.lang.String fieldName,
java.lang.String value)
fieldName + '[' + valuefieldName - the field name.value - the value.public static int getNameLength(java.lang.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).public static boolean isFulltextField(java.lang.String fieldName)
true if the given fieldName denotes a
fulltext field like FULLTEXT or a field with a
FULLTEXT_PREFIX.fieldName - a field name.true if fieldName is a fulltext field;
false otherwise."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"