Uses of Class
org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of AbstractLuceneIndex in org.eclipse.rdf4j.sail.lucene
-
Uses of AbstractLuceneIndex in org.eclipse.rdf4j.sail.lucene.impl
Modifier and TypeClassDescriptionclass
A LuceneIndex is a one-stop-shop abstraction of a Lucene index.class
LuceneIndex which uses a NIOFSDirectory instead of MMapDirectory to avoid the JVM crash (see http:// stackoverflow.com/questions/8224843/jvm-crashes-on-lucene-datainput- readvint).