com.hp.hpl.jena.query.larq
Class IndexBuilderExt

java.lang.Object
  extended by com.hp.hpl.jena.query.larq.IndexBuilderBase
      extended by com.hp.hpl.jena.query.larq.IndexBuilderNode
          extended by com.hp.hpl.jena.query.larq.IndexBuilderExt
All Implemented Interfaces:
IndexBuilder

Deprecated. Backwards compatibility named class - use IndexBuilderNode

public class IndexBuilderExt
extends IndexBuilderNode

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.

Author:
Andy Seaborne

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

IndexBuilderExt

public IndexBuilderExt()
Deprecated. 
Create an in-memory index


IndexBuilderExt

public IndexBuilderExt(org.apache.lucene.index.IndexWriter existingWriter)
Deprecated. 
Manage a Lucene index that has already been created


IndexBuilderExt

public IndexBuilderExt(java.io.File fileDir)
Deprecated. 
Create an on-disk index


IndexBuilderExt

public IndexBuilderExt(java.lang.String fileDir)
Deprecated. 
Create an on-disk index



Copyright © 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP