com.arsdigita.search.intermedia
Interface Searchable

All Known Subinterfaces:
Searchable
All Known Implementing Classes:
SearchableACSObject

Deprecated. register a com.arsdigita.search.MetadataProvider instead

public interface Searchable

This interface is deprecated since it is Intermedia specific. All code should now be using the generic search API found in the com.arsdigita.search package.


Field Summary
static String versionId
          Deprecated.  
 
Method Summary
 String getSearchLanguage()
          Deprecated. Returns the language type of document.
 String getSearchLinkText()
          Deprecated. Returns a string to use as the text inside the link in the search results
 byte[] getSearchRawContent()
          Deprecated. Return the entire text body for indexing.
 String getSearchSummary()
          Deprecated. Returns a short summary description of the object.
 String getSearchUrlStub()
          Deprecated. Returns a url stub used to link to more information about this object.
 String getSearchXMLContent()
          Deprecated. Returns an xml string of the text to index for this object.
 

Field Detail

versionId

public static final String versionId
Deprecated. 
See Also:
Constant Field Values
Method Detail

getSearchSummary

public String getSearchSummary()
Deprecated. 
Returns a short summary description of the object. This information can then be displayed on a search results page. Note that the summary is not automatically included in the text that is indexed.


getSearchLinkText

public String getSearchLinkText()
Deprecated. 
Returns a string to use as the text inside the link in the search results


getSearchUrlStub

public String getSearchUrlStub()
Deprecated. 
Returns a url stub used to link to more information about this object.


getSearchXMLContent

public String getSearchXMLContent()
Deprecated. 
Returns an xml string of the text to index for this object. The xml tags are used as section groups. If both getSearchXMLContent and getSearchRawContent return empty strings, the object will not be indexed.


getSearchRawContent

public byte[] getSearchRawContent()
Deprecated. 
Return the entire text body for indexing. If both getSearchXMLContent and getSearchRawContent return empty strings, the object will not be indexed.


getSearchLanguage

public String getSearchLanguage()
Deprecated. 
Returns the language type of document. According to the example at: Oracle interMedia text reference the language code follows ISO 639-2. "eng" for English.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC