Package | Description |
---|---|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
Modifier and Type | Field and Description |
---|---|
protected IndexSchema.DynamicField[] |
IndexSchema.dynamicFields |
Modifier and Type | Method and Description |
---|---|
protected static IndexSchema.DynamicField[] |
IndexSchema.dynamicFieldListToSortedArray(List<IndexSchema.DynamicField> dynamicFieldList)
Sort the dynamic fields and stuff them in a normal array for faster access.
|
IndexSchema.DynamicField |
IndexSchema.DynamicCopy.getDestDynamicBase() |
IndexSchema.DynamicField |
IndexSchema.DynamicCopy.getDestination() |
IndexSchema.DynamicField[] |
IndexSchema.getDynamicFields() |
IndexSchema.DynamicField |
IndexSchema.DynamicCopy.getSourceDynamicBase() |
Modifier and Type | Method and Description |
---|---|
protected static IndexSchema.DynamicField[] |
IndexSchema.dynamicFieldListToSortedArray(List<IndexSchema.DynamicField> dynamicFieldList)
Sort the dynamic fields and stuff them in a normal array for faster access.
|
protected boolean |
IndexSchema.isDuplicateDynField(List<IndexSchema.DynamicField> dFields,
SchemaField f) |
protected boolean |
IndexSchema.isValidDynamicField(List<IndexSchema.DynamicField> dFields,
SchemaField f) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.