|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainService
com.arsdigita.search.intermedia.SearchIndexHelp
This class is now deprecated, use the generic search API in the com.arsdigita.search package instead.
SearchIndexHelpCustomize
Field Summary | |
static String |
USE_INDEX_HELP
Deprecated. A Searchable object may return this in its
getSearchXMLContent or getSearchRawContent
in order to use the helper |
static String |
versionId
Deprecated. |
Constructor Summary | |
SearchIndexHelp()
Deprecated. |
Method Summary | |
byte[] |
rawContent()
Deprecated. Returns the Raw content to be indexed. |
void |
retrieveContent(DomainObject obj)
Deprecated. Retrieve content that should be indexed for object obj and any composite objects. |
String |
xmlContent()
Deprecated. Returns the XML content to be indexed. |
Methods inherited from class com.arsdigita.domain.DomainService |
add, add, clear, get, getDataCollection, getDataObject, remove, remove, set, setAssociation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
public static final String USE_INDEX_HELP
Searchable
object may return this in its
getSearchXMLContent
or getSearchRawContent
in order to use the helper
Constructor Detail |
public SearchIndexHelp()
Method Detail |
public void retrieveContent(DomainObject obj)
public String xmlContent()
public byte[] rawContent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |