Uses of Class
org.apache.solr.schema.CopyField

Packages that use CopyField
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
 

Uses of CopyField in org.apache.solr.schema
 

Fields in org.apache.solr.schema with type parameters of type CopyField
protected  Map<String,List<CopyField>> IndexSchema.copyFieldsMap
           
 

Methods in org.apache.solr.schema that return types with arguments of type CopyField
 List<CopyField> IndexSchema.getCopyFieldsList(String sourceField)
          Get all copy fields for a specified source field, both static and dynamic ones.
 Map<String,List<CopyField>> IndexSchema.getCopyFieldsMap()
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.