wt.index
Interface IndexServiceDelegate

All Known Implementing Classes:
wt.index.AbstractIndexServiceDelegate, InstreamIndexDelegate

public interface IndexServiceDelegate



Supported API: true

Extendable: false


Method Summary
 void custom_getAdditionalFieldData(Indexable indexable, wt.index.IndexingObject indexingObject)
          Deprecated.  
 void custom_getAdditionalMetaData(Indexable indexable, wt.index.IndexingObject indexingObject)
          Deprecated.  
 

Method Detail

custom_getAdditionalMetaData

void custom_getAdditionalMetaData(Indexable indexable,
                                  wt.index.IndexingObject indexingObject)
                                  throws WTException,
                                         wt.index.IndexingException
Deprecated. 

This method is intended by customizers to override in a custom sub-class of the IndexServiceDelegate provided

Supported API: true

Parameters:
indexable -
indexingObject -
Throws:
WTException
wt.index.IndexingException

custom_getAdditionalFieldData

void custom_getAdditionalFieldData(Indexable indexable,
                                   wt.index.IndexingObject indexingObject)
                                   throws WTException,
                                          wt.index.IndexingException
Deprecated. 

This method is intended by customizers to override in a custom sub-class of the IndexServiceDelegate provided

Supported API: true

Parameters:
indexable -
indexingObject -
Throws:
WTException
wt.index.IndexingException