Package org.apache.solr.schema
Class IndexSchema.DynamicCopy
- java.lang.Object
- 
- org.apache.solr.schema.IndexSchema.DynamicReplacement
- 
- org.apache.solr.schema.IndexSchema.DynamicCopy
 
 
- 
- All Implemented Interfaces:
- Comparable<IndexSchema.DynamicReplacement>
 - Enclosing class:
- IndexSchema
 
 public static class IndexSchema.DynamicCopy extends IndexSchema.DynamicReplacement 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.schema.IndexSchema.DynamicReplacementIndexSchema.DynamicReplacement.DynamicPattern
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.schema.IndexSchema.DynamicReplacementpattern
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexSchema.DynamicFieldgetDestDynamicBase()StringgetDestFieldName()IndexSchema.DynamicFieldgetDestination()intgetMaxChars()IndexSchema.DynamicFieldgetSourceDynamicBase()SchemaFieldgetTargetField(String sourceField)Generates a destination field name based on this source pattern, by substituting the remainder of this source pattern into the the given destination pattern.StringtoString()- 
Methods inherited from class org.apache.solr.schema.IndexSchema.DynamicReplacementcompareTo, getRegex, matches
 
- 
 
- 
- 
- 
Method Detail- 
getMaxCharspublic int getMaxChars() 
 - 
getSourceDynamicBasepublic IndexSchema.DynamicField getSourceDynamicBase() 
 - 
getDestDynamicBasepublic IndexSchema.DynamicField getDestDynamicBase() 
 - 
getDestinationpublic IndexSchema.DynamicField getDestination() 
 - 
getDestFieldNamepublic String getDestFieldName() 
 - 
getTargetFieldpublic SchemaField getTargetField(String sourceField) Generates a destination field name based on this source pattern, by substituting the remainder of this source pattern into the the given destination pattern.
 
- 
 
-