You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes/11281-ExternalSearch.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
3
3
Dataverse now has an experimental capability to dynamically add and configure new search engines.
4
4
The current Dataverse user interface can be configured to use a specified search engine instead of the built-in solr search.
5
-
The search API now supports an optional &searchService query parameter that allows using any configured search engine.
5
+
The search API now supports an optional `searchService` query parameter that allows using any configured search engine.
6
6
An additional /api/search/services endpoint allows discovery of the services installed.
7
7
8
8
In addition to two trivial example services designed for testing, Dataverse ships with two search engine classes that support calling an externally-hosted search service (via HTTP GET or POST).
9
9
These classes rely on the internal solr search to perform access-control and to format the final results, simplifying development of such an external engine.
10
10
11
-
Details about the new functionality are described in https://guides.dataverse.org/en/latest/developers/search-services.html
11
+
Details about the new functionality are described in https://dataverse-guide--11281.org.readthedocs.build/en/11281/developers/search-services.html
12
+
13
+
See also #11281.
12
14
13
15
## Settings
14
16
@@ -24,4 +26,4 @@ Details about the new functionality are described in https://guides.dataverse.or
0 commit comments