Uses of Class
org.apache.uima.lucas.indexer.FieldBuildingException

Packages that use FieldBuildingException
org.apache.uima.lucas.indexer   
 

Uses of FieldBuildingException in org.apache.uima.lucas.indexer
 

Methods in org.apache.uima.lucas.indexer that return FieldBuildingException
protected  FieldBuildingException FieldBuilder.createException(Exception e)
           
 

Methods in org.apache.uima.lucas.indexer that throw FieldBuildingException
 Collection<org.apache.lucene.document.Field> FieldBuilder.createFields(Collection<org.apache.lucene.analysis.TokenStream> tokenStreams, FieldDescription fieldDescription)
           
protected  org.apache.lucene.analysis.TokenStream FieldBuilder.createFieldTokenStream(Collection<org.apache.lucene.analysis.TokenStream> tokenStreams, FieldDescription fieldDescription)
           
protected  Collection<org.apache.lucene.document.Field> FieldBuilder.createStoredFields(String fieldName, org.apache.lucene.analysis.TokenStream tokenStream, org.apache.lucene.document.Field.Store fieldStore, String delimiter, Boolean unique, org.apache.lucene.document.Field.Index fieldIndex, Boolean omitTF)
           
protected  org.apache.lucene.document.Field.Index FieldBuilder.getFieldIndex(String index)
           
protected  org.apache.lucene.document.Field.Store FieldBuilder.getFieldStore(String store)
           
protected  org.apache.lucene.document.Field.TermVector FieldBuilder.getFieldTermVector(String termVector)
           
protected  org.apache.lucene.analysis.TokenStream FieldBuilder.getFilteredTokenStream(String fieldName, org.apache.lucene.analysis.TokenStream tokenStream, Collection<FilterDescription> filterDescriptions)
           
 



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