Package | Description |
---|---|
eu.dnetlib.api.data |
Modifier and Type | Class and Description |
---|---|
class |
BrowseDataNotAvailableException |
Modifier and Type | Method and Description |
---|---|
eu.dnetlib.domain.data.SearchResult |
SearchService.refine(String queryText,
String transformer,
String locale,
Collection<String> fields)
Returns refine results of given query containing the request parameters and
the list of refine XML records as it is derived after the application of
the xslt transfrormer.
|
eu.dnetlib.domain.data.FormattedSearchResult |
SearchService.refine(String queryText,
String refineTransformer,
String format,
String locale,
Collection<String> fields)
Returns a
FormattedSearchResult containing the formatted results of refine |
eu.dnetlib.domain.data.SearchResult |
SearchService.search(String queryText,
String transformer,
String locale,
int page,
int size)
Returns search results for given query containing the request parameters and
the list of search result XML records as it is derived after the application of
the xslt tranfrormer.
|
eu.dnetlib.domain.data.FormattedSearchResult |
SearchService.search(String queryText,
String transformer,
String format,
String locale,
int page,
int size)
Returns a
FormattedSearchResult containing the formatted results of search |
eu.dnetlib.domain.data.SearchResult |
SearchService.searchNrefine(String queryText,
String searchTransformer,
String refineTransformer,
String locale,
int page,
int size,
Collection<String> fields)
Returns search and refine results containing the request parameters, the list
of XML search records and the list of XML refine records as it is derived after
the application of the xslt tranfrormers.
|
eu.dnetlib.domain.data.FormattedSearchResult |
SearchService.searchNrefine(String queryText,
String searchTransformer,
String refineTransformer,
String format,
String locale,
int page,
int size,
Collection<String> fields)
Returns a
FormattedSearchResult containing the formatted results of refine and search |
eu.dnetlib.domain.data.SuggestiveResult |
SearchService.suggestiveSearch(String query) |
Copyright © 2020. All rights reserved.