FictionBookFieldNames
Contents
[
Hide
]
Inheritance: java.lang.Object
public class FictionBookFieldNames
Represents a list of field names for the faceted search.
Learn more
Constructors
Constructor | Description |
---|---|
FictionBookFieldNames() |
Fields
Field | Description |
---|---|
Title | The title field name. |
Subject | The subject field name. |
Keywords | The keywords field name. |
Author | The author field name. |
Description | The description field name. |
Language | The language field name. |
Publisher | The publisher field name. |
PublishedDate | The published date field name. |
FictionBookFieldNames()
public FictionBookFieldNames()
Title
public static final String Title
The title field name.
Subject
public static final String Subject
The subject field name.
Keywords
public static final String Keywords
The keywords field name.
Author
public static final String Author
The author field name.
Description
public static final String Description
The description field name.
Language
public static final String Language
The language field name.
Publisher
public static final String Publisher
The publisher field name.
PublishedDate
public static final String PublishedDate
The published date field name.