Package | Description |
---|---|
org.openrdf.sail.lucene4 |
Modifier and Type | Class and Description |
---|---|
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).
|
Constructor and Description |
---|
LuceneDocumentScore(org.apache.lucene.search.ScoreDoc doc,
org.apache.lucene.search.highlight.Highlighter highlighter,
LuceneIndex index) |
LuceneQuery(org.apache.lucene.search.Query q,
LuceneIndex index) |
ReaderMonitor(LuceneIndex index,
org.apache.lucene.store.Directory directory)
If exception occur when create indexReader it will be thrown on
getIndexReader or get IndexSearcher
|
Copyright © 2001-2016 Aduna. All Rights Reserved.