public interface SearchResult
Each Searcher
plugin returns a list of these objects when
Searcher.search(String, boolean)
is called.
Modifier and Type | Method and Description |
---|---|
default String |
context() |
String |
iconPath() |
default String |
identifier()
Short name, intended for display in the list of results.
|
String |
name()
Title of the search result, intended for detailed display.
|
Map<String,String> |
properties() |
Copyright © 2015–2022 SciJava. All rights reserved.