Uses of Class
org.apache.solr.client.solrj.cloud.autoscaling.Suggester.Hint
-
Packages that use Suggester.Hint Package Description org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sorting -
-
Uses of Suggester.Hint in org.apache.solr.client.solrj.cloud.autoscaling
Fields in org.apache.solr.client.solrj.cloud.autoscaling with type parameters of type Suggester.Hint Modifier and Type Field Description protected EnumMap<Suggester.Hint,Object>Suggester. hintsMethods in org.apache.solr.client.solrj.cloud.autoscaling that return Suggester.Hint Modifier and Type Method Description static Suggester.HintSuggester.Hint. get(String s)static Suggester.HintSuggester.Hint. valueOf(String name)Returns the enum constant of this type with the specified name.static Suggester.Hint[]Suggester.Hint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type Suggester.Hint Modifier and Type Method Description SuggesterSuggester. hint(Suggester.Hint hint, Object value)protected booleanSuggester. isAllowed(Object v, Suggester.Hint hint)
-