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