Uses of Class
org.alfresco.repo.search.impl.lucene.index.IndexType
-
Packages that use IndexType Package Description org.alfresco.repo.search.impl.lucene.index -
-
Uses of IndexType in org.alfresco.repo.search.impl.lucene.index
Methods in org.alfresco.repo.search.impl.lucene.index that return IndexType Modifier and Type Method Description static IndexTypeIndexType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-