Class SearchIndexUtils
java.lang.Object
org.eclipse.rdf4j.sail.lucene.util.SearchIndexUtils
This is utility class with tool useful for manipulation on the
SearchIndex
.- Version:
- 2.3
- Author:
- jacek grzebyta
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchIndex
createSearchIndex
(Properties parameters) The method creates instance ofSearchIndex
.
-
Constructor Details
-
SearchIndexUtils
public SearchIndexUtils()
-
-
Method Details
-
createSearchIndex
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
-