Uses of Interface
anl.aida.ae.lucene.FieldBuilder

Packages that use FieldBuilder
anl.aida.ae.lucene   
 

Uses of FieldBuilder in anl.aida.ae.lucene
 

Classes in anl.aida.ae.lucene that implement FieldBuilder
 class DefaultFieldBuilder
          Default implementation of a FieldBuilder.
private static class LuceneConsumer.CacheFieldBuilder
           
 

Fields in anl.aida.ae.lucene with type parameters of type FieldBuilder
private  java.util.List<FieldBuilder> LuceneConsumer.builders
           
 

Methods in anl.aida.ae.lucene that return types with arguments of type FieldBuilder
 java.util.List<FieldBuilder> FieldBuilderFactory.createBuilders(org.apache.uima.cas.TypeSystem system)
          Creates a list of FieldBuilders using the specified TypeSystem.