SolrNet: Package SolrNet.Mapping.Validation.Rules

SolrNet

Package SolrNet.Mapping.Validation.Rules

Classes

class  AbstractSolrFieldTypeChecker
 Abstract schema type checker. Uses a list of "safe" types and a list of "warning" types. More...
class  BoolSolrFieldTypeChecker
 Checks schema type of properties with bool type. More...
class  DateTimeSolrFieldTypeChecker
 Checks schema type of properties with DateTime type. More...
class  DecimalSolrFieldTypeChecker
 Checks schema type of properties with decimal type. More...
class  DoubleSolrFieldTypeChecker
 Checks schema type of properties with double type. More...
class  FloatSolrFieldTypeChecker
 Checks schema type of properties with float type. More...
class  IntSolrFieldTypeChecker
 Checks schema type of properties with int type. More...
interface  ISolrFieldTypeChecker
 Validates a mapped document property against a Solr field type. More...
interface  IValidationRule
 Provides a interface to schema mapping validation rules. More...
class  LongSolrFieldTypeChecker
 Checks schema type of properties with long type. More...
class  MappedPropertiesIsInSolrSchemaRule
 Represents a rule validation that all properties in the mapping are present in the Solr schema as either a SolrField or a DynamicField. More...
class  MappingTypesAreCompatibleWithSolrTypesRule
class  MultivaluedMappedToCollectionRule
 Represents a rule that validates that fields mapped to a solr field with mutilvalued set to true are of a type that implements IEnumerable{T}. More...
class  RequiredFieldsAreMappedRule
 Represents a rule validating that all SolrFields in the SolrSchema which are required are either present in the mapping or as a CopyField. More...
class  StringSolrFieldTypeChecker
 Checks schema type of properties with string type. More...
class  UniqueKeyMatchesMappingRule
 Validation rule for making sure the uniqueKey mapped in the type is the same as in the Solr schema. More...
Generated on Sun May 3 2015 17:19:11 for SolrNet by  doxygen 1.7.2