Package | Description |
---|---|
org.openrdf.sail.lucene | |
org.openrdf.sail.lucene3 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLuceneIndex |
class |
AbstractSearchIndex |
Modifier and Type | Method and Description |
---|---|
SearchIndex |
LuceneSail.getLuceneIndex() |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSail.setLuceneIndex(SearchIndex luceneIndex) |
Constructor and Description |
---|
DistanceQuerySpecBuilder(SearchIndex index) |
GeoRelationQuerySpecBuilder(SearchIndex index) |
LuceneSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSail sail) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndex
A LuceneIndex is a one-stop-shop abstraction of a Lucene index.
|
class |
LuceneIndexNIOFS
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).
|
Copyright © 2001–2015 Aduna. All rights reserved.