-
Notifications
You must be signed in to change notification settings - Fork 37
Where We Need To Provide
At configuration level, RRE needs to know where the following folders are located:
- configuration sets
- corpora
- ratings
- query templates
Although the RRE core itself requires these information, when it’s wrapped within a container defaults values are provided. For example, the Maven Plugin assumes the ${project.dir}/src/etc folder as the parent of all folders above.
As said at the very beginning of this section, if you created a project skeleton by means of the RRE Maven Archetype you will find all those directories with sample content and a README.
The picture below illustrates the folders structure; on the left a project which uses Apache Solr, on the right Elasticsearch.
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