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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.schema.IndexSchema.DynamicReplacement
IndexSchema.DynamicReplacement.DynamicPattern -
Field Summary
Fields inherited from class org.apache.solr.schema.IndexSchema.DynamicReplacement
pattern -
Method Summary
Modifier and TypeMethodDescriptionintgetTargetField(String sourceField) Generates a destination field name based on this source pattern, by substituting the remainder of this source pattern into the given destination pattern.toString()Methods inherited from class org.apache.solr.schema.IndexSchema.DynamicReplacement
compareTo, getRegex, matches
-
Method Details
-
getMaxChars
public int getMaxChars() -
getSourceDynamicBase
-
getDestDynamicBase
-
getDestination
-
getDestFieldName
-
getTargetField
Generates a destination field name based on this source pattern, by substituting the remainder of this source pattern into the given destination pattern. -
toString
-