CommonFieldNames

Inheritance: java.lang.Object

public class CommonFieldNames

Represents a list of field names for the faceted search.

Learn more

Constructors

Constructor Description
CommonFieldNames()

Fields

Field Description
Content The content field name.
FileName The file name field name.
FormatFamily The format family field name.
CreationDate The creation date field name.
ModificationDate The modification date field name.
EmbeddedImageOcr The embedded image OCR field name.

CommonFieldNames()

public CommonFieldNames()

Content

public static final String Content

The content field name.

FileName

public static final String FileName

The file name field name.

FormatFamily

public static final String FormatFamily

The format family field name.

CreationDate

public static final String CreationDate

The creation date field name.

ModificationDate

public static final String ModificationDate

The modification date field name.

EmbeddedImageOcr

public static final String EmbeddedImageOcr

The embedded image OCR field name.