Package org.silverpeas.core.jcr.impl.oak
Class JCRIndexDefinitionCreation
- java.lang.Object
-
- org.silverpeas.core.jcr.impl.oak.JCRIndexDefinitionCreation
-
- All Implemented Interfaces:
SilverpeasJCRIndexation
@Technical @Service @Singleton public class JCRIndexDefinitionCreation extends Object implements SilverpeasJCRIndexation
-
-
Constructor Summary
Constructors Constructor Description JCRIndexDefinitionCreation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize()
Initializes the indexation mechanism for the JCR in order to index the content of Silverpeas in the JCR.
-
-
-
Method Detail
-
initialize
public void initialize()
Description copied from interface:SilverpeasJCRIndexation
Initializes the indexation mechanism for the JCR in order to index the content of Silverpeas in the JCR.- Specified by:
initialize
in interfaceSilverpeasJCRIndexation
-
-