| Package | Description |
|---|---|
| com.fatwire.assetapi.data.search |
Contains all interfaces and classes required for use and extension of the Searcher API.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
Searcher.search()
Performs the search using the query built by this builder and returns the results.
|
List<Map<String,String>> |
Searcher.searchFor(String phrase)
Performs the search using the phrase on the default search field and the query built by this builder and returns the results.
|