Uses of Interface
ubic.gemma.core.search.Highlighter
Packages that use Highlighter
Package
Description
-
Uses of Highlighter in ubic.gemma.core.search
Subinterfaces of Highlighter in ubic.gemma.core.searchModifier and TypeInterfaceDescriptioninterfaceHighlighter specialized for ontology terms.Classes in ubic.gemma.core.search that implement HighlighterMethods in ubic.gemma.core.search that return HighlighterConstructors in ubic.gemma.core.search with parameters of type HighlighterModifierConstructorDescriptionSearchContext(Highlighter highlighter, Consumer<Throwable> issueReporter) -
Uses of Highlighter in ubic.gemma.core.search.lucene
Subinterfaces of Highlighter in ubic.gemma.core.search.luceneModifier and TypeInterfaceDescriptioninterfaceHighlighter with additional capabilities for Lucene. -
Uses of Highlighter in ubic.gemma.core.search.source
Methods in ubic.gemma.core.search.source with parameters of type HighlighterModifier and TypeMethodDescriptionOntologySearchSource.highlightTerm(Highlighter highlighter, String termUri, String termLabel, String field) Highlight a given ontology term. -
Uses of Highlighter in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args with parameters of type HighlighterModifier and TypeMethodDescriptionDatasetArgService.getResultsForSearchQuery(QueryArg query, Highlighter highlighter, Collection<Throwable> queryWarnings) Obtain the search results for a given query and highlighter.