Class SearchIndexUtils
- java.lang.Object
-
- org.eclipse.rdf4j.sail.lucene.util.SearchIndexUtils
-
public class SearchIndexUtils extends java.lang.ObjectThis is utility class with tool useful for manipulation on theSearchIndex.- Version:
- 2.3
-
-
Constructor Summary
Constructors Constructor Description SearchIndexUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SearchIndexcreateSearchIndex(java.util.Properties parameters)The method creates instance ofSearchIndex.
-
-
-
Method Detail
-
createSearchIndex
public static SearchIndex createSearchIndex(java.util.Properties parameters) throws java.lang.Exception
The method creates instance ofSearchIndex. The type of instantiated class depends on the value ofLuceneSail.INDEX_CLASS_KEYparameter. By default it isorg.eclipse.rdf4j.sail.lucene.LuceneIndex.- Parameters:
parameters-- Returns:
- search index
- Throws:
java.lang.Exception
-
-