Uses of Class
org.apache.solr.ltr.feature.FeatureException
-
Packages that use FeatureException Package Description org.apache.solr.ltr.feature Contains Feature related classes -
-
Uses of FeatureException in org.apache.solr.ltr.feature
Methods in org.apache.solr.ltr.feature that throw FeatureException Modifier and Type Method Description protected abstract void
Feature. validate()
As part of creation of a feature instance, this function confirms that the feature parameters are valid.protected void
FieldLengthFeature. validate()
protected void
FieldValueFeature. validate()
protected void
OriginalScoreFeature. validate()
protected void
SolrFeature. validate()
protected void
ValueFeature. validate()
-