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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The field DEFAULT contains the name of the default field.
    static final String
    The field DISPLAY contains the name of the display field.
    static final String
    The field MTIME contains the name of the mtime field.
    static final String
    The field PATH contains the name of the path field.
    static final String
    The field PKG contains the name of the package field.
    static final String
    The field TAGS contains the name of the tags field.
    static final String
    The field TITLE contains the name of the title field.
    static final String
    The field TYPE contains the name of the type field.