Interface Fields
public interface Fields
This class contains the definition of some file names.
The Lucene documents in an index for the CTAN search contain the following fields:
DEFAULT: "content"- This filed contains the text to be indexed.
PATH: "path"- This field contains the path of the URL to the document.
TITLE: "title"- This field contains the title. As a fall-back the name of the file indexed is stored here if no title is available otherwise.
MTIME: "mtime"- This field is in fact a long value representing the modification time of the file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe fieldDEFAULTcontains the name of the default field.static final StringThe fieldDISPLAYcontains the name of the display field.static final StringThe fieldMTIMEcontains the name of the mtime field.static final StringThe fieldPATHcontains the name of the path field.static final StringThe fieldPKGcontains the name of the package field.static final StringThe fieldTAGScontains the name of the tags field.static final StringThe fieldTITLEcontains the name of the title field.static final StringThe fieldTYPEcontains the name of the type field.
-
Field Details
-
DEFAULT
The fieldDEFAULTcontains the name of the default field.- See Also:
-
MTIME
The fieldMTIMEcontains the name of the mtime field.- See Also:
-
PATH
The fieldPATHcontains the name of the path field.- See Also:
-
PKG
The fieldPKGcontains the name of the package field.- See Also:
-
TAGS
The fieldTAGScontains the name of the tags field.- See Also:
-
TYPE
The fieldTYPEcontains the name of the type field.- See Also:
-
TITLE
The fieldTITLEcontains the name of the title field.- See Also:
-
DISPLAY
The fieldDISPLAYcontains the name of the display field.- See Also:
-