com.hp.hpl.jena.query.larq
Interface IndexBuilder

All Known Implementing Classes:
IndexBuilderBase, IndexBuilderExt, IndexBuilderNode

public interface IndexBuilder


Method Summary
 void closeForWriting()
          Deprecated. Use closeWriter() to really release the index or flushWriter() to optimize it but leave it open for writing.
 void closeWriter()
          Close the index
 void flushWriter()
          Flush index - does a Lucene optimize
 IndexLARQ getIndex()
          Get a search index used by LARQ.
 

Method Detail

closeForWriting

void closeForWriting()
Deprecated. Use closeWriter() to really release the index or flushWriter() to optimize it but leave it open for writing.

Finished indexing


closeWriter

void closeWriter()
Close the index


flushWriter

void flushWriter()
Flush index - does a Lucene optimize


getIndex

IndexLARQ getIndex()
Get a search index used by LARQ.



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