Uses of Class
org.apache.solr.schema.CopyField
-
Packages that use CopyField Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of CopyField in org.apache.solr.schema
Fields in org.apache.solr.schema with type parameters of type CopyField Modifier and Type Field Description protected Map<String,List<CopyField>>IndexSchema. copyFieldsMapMethods in org.apache.solr.schema that return types with arguments of type CopyField Modifier and Type Method Description 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()
-