Uses of Class
org.apache.accumulo.examples.wikisearch.sample.Field

Packages that use Field
org.apache.accumulo.examples.wikisearch.sample   
 

Uses of Field in org.apache.accumulo.examples.wikisearch.sample
 

Methods in org.apache.accumulo.examples.wikisearch.sample that return types with arguments of type Field
 List<Field> Document.getFields()
           
 

Method parameters in org.apache.accumulo.examples.wikisearch.sample with type arguments of type Field
 void Document.setFields(List<Field> fields)
           
 

Constructor parameters in org.apache.accumulo.examples.wikisearch.sample with type arguments of type Field
Document(String id, List<Field> fields)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.