Class OIndexes

java.lang.Object
com.orientechnologies.orient.core.index.OIndexes

public final class OIndexes extends Object
Utility class to create indexes. New OIndexFactory can be registered

In order to be detected, factories must implement the OIndexFactory interface.

In addition to implementing this interface datasources should have a services file:
META-INF/services/com.orientechnologies.orient.core.index.OIndexFactory

The file should contain a single line which gives the full name of the implementing class.

Example:
org.mycompany.index.MyIndexFactory

Author:
Johann Sorel (Geomatys)