Uses of Class
org.ow2.weblab.util.index.Field

Packages that use Field
org.ow2.weblab.services.solr   
org.ow2.weblab.services.solr.analyser   
 

Uses of Field in org.ow2.weblab.services.solr
 

Methods in org.ow2.weblab.services.solr that return types with arguments of type Field
 java.util.List<Field> SolrConfig.getFields()
           
 java.util.Map<java.lang.String,Field> SolrConfig.getPropertyToFieldMap()
           
 

Method parameters in org.ow2.weblab.services.solr with type arguments of type Field
 void SolrConfig.setFields(java.util.List<Field> fields)
           
 void SolrConfig.setPropertyToFieldMap(java.util.Map<java.lang.String,Field> propertyToFieldMap)
           
 

Uses of Field in org.ow2.weblab.services.solr.analyser
 

Methods in org.ow2.weblab.services.solr.analyser that return types with arguments of type Field
 java.util.Set<Field> FacetSuggestion.getFacetFields()
           
 java.util.List<Field> ResultSetMetadataEnrichment.getFields()
           
 

Method parameters in org.ow2.weblab.services.solr.analyser with type arguments of type Field
 void FacetSuggestion.setFacetFields(java.util.Set<Field> facetFields)
           
 void ResultSetMetadataEnrichment.setFields(java.util.List<Field> fields)
           
 



Copyright © 2004-2012. All Rights Reserved.