public final class FieldNames
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANALYZED_FIELD_PREFIX
Prefix for all field names that are fulltext indexed by property name.
|
static java.lang.String |
ANCESTORS
Name of the field that contains all the path hierarchy e.g.
|
static java.lang.String |
FULLTEXT
Name of the field that contains the fulltext index.
|
static java.lang.String |
FULLTEXT_RELATIVE_NODE
Prefix used for storing fulltext of relative node
|
static java.lang.String |
NODE_NAME
Name of the field that contains the node name
|
static java.lang.String |
NOT_NULL_PROPS
Name of the field that contains those property names which are exist i.e.
|
static java.lang.String |
NULL_PROPS
Name of the field that contains those property names which are not found
(or were null) for the given
|
static java.lang.String |
PATH
Name of the field that contains the ":path" property of the node.
|
static java.lang.String |
PATH_DEPTH
Name of the field which refers to the depth of path
|
static java.util.Set<java.lang.String> |
PATH_SELECTOR
Used to select only the PATH field from the lucene documents
|
static java.lang.String |
SPELLCHECK
Name of the field that contains the spellcheck index.
|
static java.lang.String |
SUGGEST
Name of the field that contains the suggest index.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createAnalyzedFieldName(java.lang.String pname) |
static java.lang.String |
createDocValFieldName(java.lang.String name)
Encodes the field name such that it can be used for storing DocValue
This is done such a field if used for both sorting and querying uses
a different name for docvalue field
|
static java.lang.String |
createFacetFieldName(java.lang.String pname) |
static java.lang.String |
createFulltextFieldName(java.lang.String nodeRelativePath) |
public static final java.lang.String PATH
public static final java.lang.String ANCESTORS
public static final java.lang.String PATH_DEPTH
public static final java.lang.String FULLTEXT
public static final java.lang.String SUGGEST
public static final java.lang.String SPELLCHECK
public static final java.lang.String ANALYZED_FIELD_PREFIX
public static final java.lang.String FULLTEXT_RELATIVE_NODE
public static final java.lang.String NULL_PROPS
public static final java.lang.String NOT_NULL_PROPS
public static final java.lang.String NODE_NAME
public static final java.util.Set<java.lang.String> PATH_SELECTOR
public static java.lang.String createDocValFieldName(java.lang.String name)
name - name to encodepublic static java.lang.String createAnalyzedFieldName(java.lang.String pname)
public static java.lang.String createFulltextFieldName(java.lang.String nodeRelativePath)
public static java.lang.String createFacetFieldName(java.lang.String pname)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"