... | @@ -7,9 +7,12 @@ The faceted search dialog enables for regular term searching, and provides you w |
... | @@ -7,9 +7,12 @@ The faceted search dialog enables for regular term searching, and provides you w |
|
|
|
|
|

|
|

|
|
|
|
|
|
For specifying your search terms, DynaQ makes use of [Apache Lucene](https://lucene.apache.org/) as underlying technology, so you can use every syntactical construct they provide. This comprises wildcards, range queries, and so on. A good description of it can be found [here](https://lucene.apache.org/core/4_9_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html).
|
|
For specifying your search terms, DynaQ makes use of [Apache Lucene](https://lucene.apache.org/) as underlying technology, so you can use every syntactical construct they provide. This comprises wildcards, range queries, and so on. A good description of it can be found [here](https://lucene.apache.org/core/4_9_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html).
|
|
|
|
|
|
|
|
The available facets (like author, date, etc) are grouped in sections. You can show a section by pressing the according button (1). A term in your query gets an associated color. All representations of a query term will be presented in its specific color (2). Further, the relevance of terms can be adjusted as with an audio equalizer (3). The results will be rearranged on the fly accordingly. A bird eye view gives you an overview over the result list (4). This gives you an impression how the searching terms are distributed over the results.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
When you specified several facets and want to search for another query, a reset button gives you the possibility to erase everything at once and start again (1). The 'mandatory button' (2) adds a '+' in front of every search term which means that a term becomes mandatory - only documents with mandatory terms will be shown. If you want to open a new result view instead of overwriting the current one with new results, there is a checkbox for that (3).
|
|
|
|
|
|
 |
|
The section buttons (4) gives access to several metadata sections |
|
\ No newline at end of file |
|
|