com.arsdigita.search.intermedia
Class SearchIndexHelp

java.lang.Object
  extended bycom.arsdigita.domain.DomainService
      extended bycom.arsdigita.search.intermedia.SearchIndexHelp
Direct Known Subclasses:
SearchIndexHelp

Deprecated. see the com.arsdigita.search package

public class SearchIndexHelp
extends DomainService

This class is now deprecated, use the generic search API in the com.arsdigita.search package instead.

See Also:
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

versionId

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

USE_INDEX_HELP

public static final String USE_INDEX_HELP
Deprecated. 
A Searchable object may return this in its getSearchXMLContent or getSearchRawContent in order to use the helper

See Also:
Constant Field Values
Constructor Detail

SearchIndexHelp

public SearchIndexHelp()
Deprecated. 
Method Detail

retrieveContent

public void retrieveContent(DomainObject obj)
Deprecated. 
Retrieve content that should be indexed for object obj and any composite objects. If present, the SearchIndexHelpCustomize interface is used to determine which fields should be indexed and how they should be indexed, otherwise the default behavior is to index all text fields as an XML document.


xmlContent

public String xmlContent()
Deprecated. 
Returns the XML content to be indexed.


rawContent

public byte[] rawContent()
Deprecated. 
Returns the Raw content to be indexed.



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