public class FieldNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANCESTOR_IDS
The field that will store the ID's of documents that are ancestors of a given document.
|
static String |
ANCHOR_TEXT
This field holds all of the anchor text for the links that point to this page/document.
|
static String |
CATEGORY
The field that holds the category of the document.
|
static String |
CHECKSUM
This field holds the SHA-256 checksum of this page/document.
|
static String |
CHILD_COUNT
This field holds the count of the number of children a particular document has.
|
static String |
CHILD_INDEX
This field holds the index of the child.
|
static String |
CHILD_PATH
Name of the field that will store the name or path of the child document by which it is referred to in the parent document.
|
static String |
CONCEPTS
The field that contains the concepts of the document.
|
static String |
CONNECTOR_TYPE
This field holds the name of the connector type.
|
static String |
CONTENT
The field containing all searchable content for the document.
|
static String |
CONTENT_POINTER
The field that holds the document content specified as a byte array.
|
static String |
CONTENT_POINTER_ID
The field that holds a content pointer id.
|
static String |
CONVERSION_ERROR
This field holds document conversion error strings.
|
static String |
CONVERSION_ERROR_CODE
This field holds document conversion error codes.
|
static String |
CONVERTED_FILE_PATH
This field holds document conversion error codes.
|
static String |
DATE
The field that holds the date.
|
static String |
DEFAULT_SEARCH_FIELD
The field that holds the "default search field".
|
static String |
DOC_STATUS
This field holds internal document status values.
|
static String |
DOCTYPE
The field that contains the document type.
|
static String |
DUPLICATES
This field holds a list of duplicate uris or doc ids of this page/document.
|
static String |
ENCODING
The field that contains the default document string encoding.
|
static String |
FIELD_NAMES
This field contains the name of all fields indexed for a document.
|
static String |
FILENAME
The field that contains the filename of the document.
|
static String |
FT_RETRY_COUNT
Field indicating the maximum number of times an
IngestDocument will be retried for fault tolerance |
static String |
HOSTNAME
The field that contains the hostname of a document.
|
static String |
ID
The internal field that holds the document id.
|
static String |
JOIN_CHILDREN_COUNT
Deprecated.
This field is no longer used
|
static String |
JOIN_CLAUSE_NAME
This is the field that will return the name of the join clause (if annotated) for child documents.
|
static String |
JSON
Field for unparsed JSON text
|
static String |
LANGUAGE
The field that holds the document's primary language; string.
|
static String |
LANGUAGES
The field that holds the languages that are contained in the document in addition to primary language; string.
|
static String |
LATITUDE
Name of the field that will store latitude information for geo search.
|
static String |
LINEAGE_IDS
Name of the field that will store the ID's of containers (typically, folders) that are ancestors of a given document in a particular data source.
|
static String |
LINK_COUNT
This field holds the number of inbound links that point to this page/document.
|
static String |
LINK_FACTOR
This field holds the a scaled factor of the number of inbound links that point to this page/document.
|
static String |
LONGITUDE
Name of the field that will store longitude information for geo search.
|
static String |
MIME_TYPE
The field that contains the MIME type.
|
static String |
ORGANIZATIONS
The field that contains organizations mentioned in the document.
|
static String |
PARENT_DOCTYPE
The field that contains the parent document type.
|
static String |
PARENT_ID
The field that will store the document id of the parent document.
|
static String |
PARENT_MIME_TYPE
The field that holds the parent MIME type, if any.
|
static String |
PEOPLE
The field that contains people mentioned in the document.
|
static String |
POSITION
Name of the field that will store encoded position for geo search.
|
static String |
PROCESSING_FEEDBACK_COMPONENT
Field for component of processing feedback
|
static String |
PROCESSING_FEEDBACK_ERROR_CODE
Field for error code of processing feedback
|
static String |
PROCESSING_FEEDBACK_LEVEL
Field for level of processing feedback
|
static String |
PROCESSING_FEEDBACK_MESSAGE
Field for message of processing feedback
|
static String |
PROGENATOR_ID
The field that will store the document id of the parent document.
|
static String |
RANDOM_SORT
The virtual field used for sorting documents randomly
|
static String |
SCORE
The virtual field used for requesting/sorting by the score for a document.
|
static String |
SCORE_EXPLAIN
The field that will contain the explain map for scoring in a
SearchDocument . |
static String |
SENTIMENT
The field that contains the sentiment of the document.
|
static String |
SIZE
The field that will store a document's original size.
|
static String |
SOURCE_ENGINE
This field contains the engine name that the document came from.
|
static String |
SOURCEPATH
The field that contains the filepath of the document.
|
static String |
SOURCEURI
The field that holds the source URI of the document; string.
|
static String |
STATIC_FIELD_NAME
Field containing the list of static field names
|
static String |
TABLE
This field holds the commonly used table designation for a record for join based applications.
|
static String |
TEASER
This field holds a static teaser for a document's search result.
|
static String |
TEXT
The field where the primary raw text content for the document is placed.
|
static String |
TITLE
The field that holds the title of the document; string.
|
static String |
URI
The field that contains the URI of a document.
|
static String |
XML_DOM
The field for XML represented as DOM4J Document.
|
static String |
ZONE
The internal field used for populating/querying the zone for a document.
|
Constructor and Description |
---|
FieldNames() |
public static final String ID
public static final String ZONE
public static final String SCORE
public static final String RANDOM_SORT
public static final String FT_RETRY_COUNT
IngestDocument
will be retried for fault tolerancepublic static final String DEFAULT_SEARCH_FIELD
public static final String TITLE
public static final String LANGUAGE
public static final String LANGUAGES
public static final String DATE
public static final String SOURCEURI
public static final String TEXT
public static final String CONTENT
public static final String XML_DOM
public static final String SOURCEPATH
public static final String FILENAME
public static final String DOCTYPE
public static final String PARENT_DOCTYPE
public static final String CATEGORY
public static final String SENTIMENT
public static final String CONCEPTS
public static final String PEOPLE
public static final String ORGANIZATIONS
public static final String MIME_TYPE
public static final String PARENT_MIME_TYPE
public static final String CONTENT_POINTER
public static final String CONTENT_POINTER_ID
public static final String URI
public static final String HOSTNAME
public static final String ENCODING
public static final String SCORE_EXPLAIN
SearchDocument
. Value: "score.explain"public static final String SIZE
public static final String PARENT_ID
public static final String PROGENATOR_ID
public static final String ANCESTOR_IDS
public static final String LINEAGE_IDS
public static final String POSITION
public static final String LATITUDE
public static final String LONGITUDE
public static final String CHILD_PATH
public static final String FIELD_NAMES
@Deprecated public static final String JOIN_CHILDREN_COUNT
public static final String JOIN_CLAUSE_NAME
public static final String SOURCE_ENGINE
public static final String CONNECTOR_TYPE
public static final String DOC_STATUS
public static final String CONVERSION_ERROR
public static final String CONVERSION_ERROR_CODE
public static final String CONVERTED_FILE_PATH
public static final String CHILD_COUNT
public static final String CHILD_INDEX
public static final String TABLE
public static final String TEASER
public static final String ANCHOR_TEXT
public static final String LINK_COUNT
public static final String LINK_FACTOR
public static final String DUPLICATES
public static final String CHECKSUM
public static final String JSON
public static final String PROCESSING_FEEDBACK_LEVEL
public static final String PROCESSING_FEEDBACK_MESSAGE
public static final String PROCESSING_FEEDBACK_COMPONENT
public static final String PROCESSING_FEEDBACK_ERROR_CODE
public static final String STATIC_FIELD_NAME
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.