...
Once you've clicked the search icon, the display takes you to the search result page. This page is composed as follows: on the upper part, you get the standard search bar. On the left, you get the default facets to filter and navigate through the results. And on the right, you get the list of results ranked by relevance, related to the query terms. These panels use defaults views, and you can refer to the Ajaxfrancelabs framework documentation if you want to modify the display. The deeper the modifications, the more probable it is that you will need to modify also the configuration of the Solr of Datafari, in which case you should refer to the reference Apache Solr 5.5 documentationdocumentation (checkĀ Release notes for the current version of Solr in use in Datafari).
- Facets panel: by default, the following facets have been configured:
- Last modifications: allows to filter based on time windows compared to the current date. Less than 1 month old documents, Less than 1 year old documents, Less than 5 years old documents.
- Type: allows to filter based on document types (pdf, doc, docx, xls, html ...)
- Source: allows to filter based on the source repository configured in Apache ManifoldCF
- Language: based on Solr capability to autodetect languages, allows to filter based on the documents language.
- Original file size allows you
- Results list: by default, each result in this list is composed as follows:
- Graphic icon symbolising the document type
- Document file name in bold font / Title from the HTML header title in case of web page
- Text snippet, 3 lines maximum, surrounding the query terms found in the document. These query terms are highlighted in bold fonts.
- Document path in the source repository (or URL for web pages)
...