|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants for building Lucene Documents, Searches and Indexers.
FIELD_ vars represent data that is put in Documents as Field attributes An implementation ought to try to include as many of these fields as is applicable.
Field Summary | |
static java.lang.String |
FIELD_BODY
body is the body of the file . |
static java.lang.String |
FIELD_DESC
description is property "description" from file |
static java.lang.String |
FIELD_INITIAL_ADD
initial_add is DateAdded of CmsFile |
static java.lang.String |
FIELD_KEYWORDS
keywords is "keywords" property from file. |
static java.lang.String |
FIELD_LAST_MOD
last_modified is DateLastModified of CmsFile |
static java.lang.String |
FIELD_PATH
abs_path is absolute VFS path. |
static java.lang.String |
FIELD_TITLE
title is property "title" from file |
Field Detail |
public static final java.lang.String FIELD_PATH
public static final java.lang.String FIELD_INITIAL_ADD
public static final java.lang.String FIELD_LAST_MOD
public static final java.lang.String FIELD_TITLE
public static final java.lang.String FIELD_DESC
public static final java.lang.String FIELD_KEYWORDS
public static final java.lang.String FIELD_BODY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |