|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.binaryfantasy.murq.search.ContentDocument
public class ContentDocument
A utility for converting IContent
objects into Lucene Documents for indexing.
FOR INTERNAL USE ONLY.
| Field Summary | |
|---|---|
static String |
CLASS_FIELD
The index field holding content object class names. |
static String |
CONTENT_ID_FIELD
The index field holding content id. |
static String |
DATE_CREATED_FIELD
The index field holding the content object creation date. |
static String |
DATE_MODIFIED_FIELD
The index field holding the content object last modified date. |
static String |
DEFAULT_FIELD
The index field holding default searchable content text. |
static String |
LOCALE_FIELD
The index field holding content object locale. |
static String |
SOURCE_KEY_FIELD
The index field holding source keys. |
| Method Summary | |
|---|---|
static org.apache.lucene.document.Document |
create(IContent content)
Creates a new Lucene Document representing the
content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CONTENT_ID_FIELD
public static final String SOURCE_KEY_FIELD
public static final String CLASS_FIELD
public static final String LOCALE_FIELD
public static final String DATE_CREATED_FIELD
public static final String DATE_MODIFIED_FIELD
public static final String DEFAULT_FIELD
| Method Detail |
|---|
public static org.apache.lucene.document.Document create(IContent content)
Document representing the
content.
content - to have a Document created for, and indexed.
Document representing the content.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||