-
Notifications
You must be signed in to change notification settings - Fork 37
Customising the Search Platform
You have the option to supply your own SearchPlatform implementation if, for example, you're working with your own API layer in front of the search engine, or you are using a search engine that isn't currently supported. So long as you can convert the RRE query into a format your platform understands, and can return the result data as a QueryOrSearchResponse object, your search can be connected to RRE.
An example SearchPlatform implementation can be seen here.
1. What is it?
2. Quick Start
3. Project Structure
4. Evaluation Measures
5. How does it work?
5.1 Domain Model
5.2 What we need to provide
5.3 Where we need to provide
5.4 The Evaluation Process
5.5 The Evaluation Output
5.6 Persisting evaluation outputs
6. RRE Server
7. Apache Maven
7.1 Maven Plugin
7.2 Maven Reporting Plugin
7.3 Maven Archetype
8. Search Platform Framework
8.1 Supported platforms
8.2 Customising the Search Platform
9. FAQ