Package | Description |
---|---|
org.apache.solr.schema |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.List<CopyField>> |
IndexSchema.copyFieldsMap |
Modifier and Type | Method and Description |
---|---|
java.util.List<CopyField> |
IndexSchema.getCopyFieldsList(java.lang.String sourceField)
Get all copy fields for a specified source field, both static
and dynamic ones.
|