|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.applicationIndexer.control.AbstractIndexer
com.stratelia.webactiv.applicationIndexer.control.ApplicationDYMIndexer
public class ApplicationDYMIndexer
Executes a partial or full reindexing of spelling indexes
Constructor Summary | |
---|---|
ApplicationDYMIndexer()
|
Method Summary | |
---|---|
void |
indexAll()
Indexes all spelling indexes |
void |
indexComponent(String spaceId,
String componentId)
Indexes one component |
void |
indexPdc()
creates a spellchecker index for the PDC |
void |
indexPersonalComponent(String personalComponent)
create spellchecker indexes of personal component by parsing the file system to retrieve existing indexes |
Methods inherited from class com.stratelia.webactiv.applicationIndexer.control.AbstractIndexer |
---|
index, indexAllSpaces, indexPersonalComponents, indexSpace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationDYMIndexer()
Method Detail |
---|
public void indexAll() throws Exception
Exception
- whether an exception occurredpublic void indexComponent(String spaceId, String componentId) throws Exception
indexComponent
in class AbstractIndexer
spaceId
- space identifiercomponentId
- component identifier
Exception
- whether an exception occurredpublic void indexPersonalComponent(String personalComponent)
indexPersonalComponent
in class AbstractIndexer
personalComponent
- personal component namepublic void indexPdc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |