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 String
The fieldDEFAULT
contains the name of the default field.static final String
The fieldDISPLAY
contains the name of the display field.static final String
The fieldMTIME
contains the name of the mtime field.static final String
The fieldPATH
contains the name of the path field.static final String
The fieldPKG
contains the name of the package field.static final String
The fieldTAGS
contains the name of the tags field.static final String
The fieldTITLE
contains the name of the title field.static final String
The fieldTYPE
contains the name of the type field.
-
Field Details
-
DEFAULT
The fieldDEFAULT
contains the name of the default field.- See Also:
-
MTIME
The fieldMTIME
contains the name of the mtime field.- See Also:
-
PATH
The fieldPATH
contains the name of the path field.- See Also:
-
PKG
The fieldPKG
contains the name of the package field.- See Also:
-
TAGS
The fieldTAGS
contains the name of the tags field.- See Also:
-
TYPE
The fieldTYPE
contains the name of the type field.- See Also:
-
TITLE
The fieldTITLE
contains the name of the title field.- See Also:
-
DISPLAY
The fieldDISPLAY
contains the name of the display field.- See Also:
-