org.apache.jena.larq
Class IndexWriterFactory

java.lang.Object
  extended by org.apache.jena.larq.IndexWriterFactory

public class IndexWriterFactory
extends Object


Constructor Summary
IndexWriterFactory()
           
 
Method Summary
static org.apache.lucene.index.IndexWriter create(org.apache.lucene.store.Directory dir)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWriterFactory

public IndexWriterFactory()
Method Detail

create

public static org.apache.lucene.index.IndexWriter create(org.apache.lucene.store.Directory dir)
                                                  throws org.apache.lucene.index.CorruptIndexException,
                                                         org.apache.lucene.store.LockObtainFailedException,
                                                         IOException
Throws:
org.apache.lucene.index.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException


Licenced under the Apache License, Version 2.0