|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexingException | |
wt.index | |
wt.index.setup |
Uses of IndexingException in wt.index |
Methods in wt.index that throw IndexingException | |
WTCollection |
RwareIndexDelegate.index(WTCollection indexCollection)
This method is used to generate all of the information required for an object to be indexed. |
boolean |
RwareIndexDelegate.delete(LinkedList indexCollection,
IndexerSet libraries)
This method is used to delete an item from the index based on the items UFID key Supported API: false |
void |
RwareIndexDelegate.custom_getMetaData(Indexable indexable)
This method indexes all attributes of an object into the Rware metadata field and is searchable using that field. |
void |
RwareIndexDelegate.custom_getAdditionalMetaData(Indexable indexable)
Deprecated. |
void |
RwareIndexDelegate.custom_getAdditionalFieldData(Indexable indexable)
Deprecated. |
void |
RwareIndexDelegate.custom_getFieldData()
Deprecated. |
protected IndexAccessor |
RwareIndexDelegate.initIndexAccessor(IndexAccessorConnection iaccConn,
int operation)
|
private static boolean |
LoadIndexSvr.validateCollection(String collection)
|
WTCollection |
IndexServiceDelegate.index(WTCollection indexCollection)
This method is used to generate all of the information required for an object to be indexed. |
boolean |
IndexServiceDelegate.delete(LinkedList indexCollection,
IndexerSet libraries)
This method is used to delete an item from the index based on the items UFID key Supported API: false |
void |
IndexServiceDelegate.custom_getMetaData(Indexable indexable)
This method indexes all attributes of an object into the Rware metadata field and is searchable using that field. |
void |
IndexServiceDelegate.custom_getAdditionalMetaData(Indexable indexable)
Deprecated. |
void |
IndexServiceDelegate.custom_getAdditionalFieldData(Indexable indexable)
Deprecated. |
void |
IndexServiceDelegate.custom_getFieldData()
Deprecated. |
Void |
IndexDelegate.index()
This method is what is called by the IndexService to do indexing. |
protected IndexAccessor |
IndexDelegate.getIndexAccessor(IndexAccessorConnection iaccConn)
Returns an IndexAccessor that uses the IndexAccessorConnection iaccConn. |
void |
IndexAccessorConnection.IndexAccessorInner.writeHeader()
|
void |
IndexAccessorConnection.IndexAccessorInner.beginIndex()
|
void |
IndexAccessorConnection.IndexAccessorInner.endIndex()
|
void |
IndexAccessorConnection.IndexAccessorInner.beginDocument()
|
void |
IndexAccessorConnection.IndexAccessorInner.endDocument()
Mark the end of an individual document Call this method after you are through calling writeItem and writeLob Supported API: true |
void |
IndexAccessor.writeHeader()
Write out the header information to the indexing stream Call this method immediately after getting the IndexAccessor from the IndexAccessorConnection Example: iacc = iaccConn.getIndexAccessor(); iacc.writeHeader( ); iacc.beginIndex( ); Supported API: true |
void |
IndexAccessor.beginIndex()
Mark the beginning of the indexing stream Call this method immediately after calling writeHeader Example: iacc = iaccConn.getIndexAccessor(); iacc.writeHeader( ); iacc.beginIndex( ); Supported API: true |
void |
IndexAccessor.endIndex()
Mark the end of the indexing stream Call this method after you have called the final endDocument Supported API: true |
void |
IndexAccessor.beginDocument()
Mark the beginning of an individual document Call this method immediately after calling writeHeader Example: iacc = iaccConn.getIndexAccessor(); iacc.writeHeader( ); iacc.beginIndex( ); Supported API: true |
void |
IndexAccessor.endDocument()
Mark the end of an individual document Call this method after you are through calling writeItem and writeLob Supported API: true |
Uses of IndexingException in wt.index.setup |
Methods in wt.index.setup that throw IndexingException | |
static void |
RwareWorkDirInstaller.installWorkDir()
|
private static void |
RwareWorkDirInstaller.populateDefaults()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |