Package | Description |
---|---|
hudson.search |
QuickSilver-like
search/jump capability for better navigation around the website.
|
Modifier and Type | Method and Description |
---|---|
static SuggestedItem |
SuggestedItem.build(SearchableModelObject searchContext,
SearchItem si)
Given a SearchItem, builds a SuggestedItem hierarchy by looking up parent items (if applicable).
|
static SuggestedItem |
Search.find(SearchIndex index,
String query)
Deprecated.
|
static SuggestedItem |
Search.find(SearchIndex index,
String query,
SearchableModelObject searchContext)
Performs a search and returns the match, or null if no match was found
or more than one match was found.
|
Modifier and Type | Method and Description |
---|---|
static List<SuggestedItem> |
Search.suggest(SearchIndex index,
String tokenList)
Deprecated.
|
static List<SuggestedItem> |
Search.suggest(SearchIndex index,
String tokenList,
SearchableModelObject searchContext) |
Constructor and Description |
---|
SuggestedItem(SuggestedItem parent,
SearchItem item) |
Copyright © 2017. All rights reserved.