public interface Searcher extends SciJavaPlugin
For example, ModuleSearcher
finds SciJava modules matching the query,
whereas WikiSearcher
finds web pages on
imagej.net matching the query.
Modifier and Type | Method and Description |
---|---|
default boolean |
exclusive(String text)
Gets whether this plugin wants exclusive rights to the given text.
|
List<SearchResult> |
search(String text,
boolean fuzzy)
Searches for the given text.
|
default boolean |
supports(String term)
Whether this plugin supports a search of this term.
|
String |
title()
Short descriptive string identifying the sort of results found by this
plugin.
|
String title()
default boolean supports(String term)
default boolean exclusive(String text)
List<SearchResult> search(String text, boolean fuzzy)
Copyright © 2015–2022 SciJava. All rights reserved.