public interface BoostValueValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(SolrPropertiesTypes solrPropertiesType)
|
void |
validate(String value)
Validate the supplied
value string, for which the isApplicable(SolrPropertiesTypes) method
return true. |
void validate(String value) throws InterceptorException
value string, for which the isApplicable(SolrPropertiesTypes) method
return true. Throws InterceptorException when validation fails.value - the string that is to be validatedInterceptorExceptionboolean isApplicable(SolrPropertiesTypes solrPropertiesType)
solrPropertiesType - true if the validator is applicable;
false otherwiseCopyright © 2017 SAP SE. All Rights Reserved.