com.stratelia.webactiv.applicationIndexer.control
Class ApplicationDYMIndexer

java.lang.Object
  extended by com.stratelia.webactiv.applicationIndexer.control.AbstractIndexer
      extended by com.stratelia.webactiv.applicationIndexer.control.ApplicationDYMIndexer

public class ApplicationDYMIndexer
extends AbstractIndexer

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

ApplicationDYMIndexer

public ApplicationDYMIndexer()
Method Detail

indexAll

public void indexAll()
              throws Exception
Indexes all spelling indexes

Throws:
Exception - whether an exception occurred

indexComponent

public void indexComponent(String spaceId,
                           String componentId)
                    throws Exception
Indexes one component

Specified by:
indexComponent in class AbstractIndexer
Parameters:
spaceId - space identifier
componentId - component identifier
Throws:
Exception - whether an exception occurred

indexPersonalComponent

public void indexPersonalComponent(String personalComponent)
create spellchecker indexes of personal component by parsing the file system to retrieve existing indexes

Specified by:
indexPersonalComponent in class AbstractIndexer
Parameters:
personalComponent - personal component name

indexPdc

public void indexPdc()
creates a spellchecker index for the PDC



Copyright © 2016 Silverpeas. All Rights Reserved.