org.apache.uima.lucas.indexer
Class DocumentBuilder

java.lang.Object
  extended by org.apache.uima.lucas.indexer.DocumentBuilder

public class DocumentBuilder
extends Object


Constructor Summary
DocumentBuilder()
           
 
Method Summary
 org.apache.lucene.document.Document createDocument(Collection<org.apache.lucene.document.Field> fields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilder

public DocumentBuilder()
Method Detail

createDocument

public org.apache.lucene.document.Document createDocument(Collection<org.apache.lucene.document.Field> fields)


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.