|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is the API through which a domain object provides its searchable content. Content can be provided in one of (currently) 3 formats, plain text, XML, and RAW binary. Implementors should query the SearchConfig class to determine which formats are supported by the current indexer
MetadataProvider
,
SearchConfig
Method Summary | |
byte[] |
getBytes()
Returns the actual content for the object |
String |
getContext()
Returns a 'context' tag for this block of content. |
ContentType |
getType()
Returns the type of this contnet, one of the constants defined in the Search class |
Method Detail |
public String getContext()
public ContentType getType()
public byte[] getBytes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |