|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.query.larq.IndexBuilderBase
com.hp.hpl.jena.query.larq.IndexBuilderNode
com.hp.hpl.jena.query.larq.IndexBuilderExt
public class IndexBuilderExt
Helper class for index creation from external content. Once completed, the index builder should be closed for writing, then the getIndex() called. To update the index once closed, the application should create a new index builder. Any index readers (e.g. IndexLARQ objects) need to be recreated and registered.
| Constructor Summary | |
|---|---|
IndexBuilderExt()
Deprecated. Create an in-memory index |
|
IndexBuilderExt(java.io.File fileDir)
Deprecated. Create an on-disk index |
|
IndexBuilderExt(org.apache.lucene.index.IndexWriter existingWriter)
Deprecated. Manage a Lucene index that has already been created |
|
IndexBuilderExt(java.lang.String fileDir)
Deprecated. Create an on-disk index |
|
| Method Summary |
|---|
| Methods inherited from class com.hp.hpl.jena.query.larq.IndexBuilderNode |
|---|
index, index, index, index |
| Methods inherited from class com.hp.hpl.jena.query.larq.IndexBuilderBase |
|---|
closeForWriting, closeForWriting, closeWriter, closeWriter, flushWriter, getIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexBuilderExt()
public IndexBuilderExt(org.apache.lucene.index.IndexWriter existingWriter)
public IndexBuilderExt(java.io.File fileDir)
public IndexBuilderExt(java.lang.String fileDir)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||