Uses of Class
org.apache.solr.handler.component.HighlightComponent.HighlightMethod
-
Packages that use HighlightComponent.HighlightMethod Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of HighlightComponent.HighlightMethod in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return HighlightComponent.HighlightMethod Modifier and Type Method Description static HighlightComponent.HighlightMethodHighlightComponent.HighlightMethod. parse(String method)static HighlightComponent.HighlightMethodHighlightComponent.HighlightMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HighlightComponent.HighlightMethod[]HighlightComponent.HighlightMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-