Uses of Class
org.apache.uima.lucas.indexer.mapping.FieldDescription

Packages that use FieldDescription
org.apache.uima.lucas   
org.apache.uima.lucas.indexer   
org.apache.uima.lucas.indexer.mapping   
 

Uses of FieldDescription in org.apache.uima.lucas
 

Fields in org.apache.uima.lucas with type parameters of type FieldDescription
protected  Collection<FieldDescription> LuceneDocumentAE.fieldDescriptions
           
 

Method parameters in org.apache.uima.lucas with type arguments of type FieldDescription
protected  void LuceneDocumentAE.preloadResources(Collection<FieldDescription> fieldDescriptions, Map<String,TokenFilterFactory> defaultFilterFactoryRegistry)
           
 

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

Fields in org.apache.uima.lucas.indexer declared as FieldDescription
protected  FieldDescription FieldBuilder.fieldDescription
           
 

Methods in org.apache.uima.lucas.indexer with parameters of type FieldDescription
 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)
           
 

Uses of FieldDescription in org.apache.uima.lucas.indexer.mapping
 

Methods in org.apache.uima.lucas.indexer.mapping that return FieldDescription
 FieldDescription FieldMapper.mapElement(Attributes attributes)
           
 

Methods in org.apache.uima.lucas.indexer.mapping that return types with arguments of type FieldDescription
 Collection<FieldDescription> MappingFileReader.readFieldDescriptionsFromFile(File mappingFile)
           
 



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