|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An Indexer may create an index on a resource, update it or delete it.
Method Summary | |
void |
createIndex(Uri uri,
NodeRevisionDescriptor revisionDescriptor,
NodeRevisionContent revisionContent)
creates an index for a resource |
void |
dropIndex(Uri uri,
NodeRevisionNumber number)
Drops the index of the specified resource |
void |
updateIndex(Uri uri,
NodeRevisionDescriptor revisionDescriptor,
NodeRevisionContent revisionContent)
updates an index for a resource |
Method Detail |
public void dropIndex(Uri uri, NodeRevisionNumber number) throws IndexException
uri
- uri of the resourcenumber
- nodeRevisionNumber of the resource
IndexException
public void createIndex(Uri uri, NodeRevisionDescriptor revisionDescriptor, NodeRevisionContent revisionContent) throws IndexException
uri
- uri of the resourcerevisionContent
- the content of the resource
IndexException
public void updateIndex(Uri uri, NodeRevisionDescriptor revisionDescriptor, NodeRevisionContent revisionContent) throws IndexException
uri
- uri of the resourcerevisionContent
- the content of the resource
IndexException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |