A searching dialog provides you with attribute selection and dynamic query weighting possibilities. The result view shows document snippets with highlighted search terms together with query and searching context relevancies.
---
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).
DynaQ offers the concept of 'relevance feedback' - simply mark your documents as relevant, and these and similar ones will appear higher inside the result list.
Instead of specifying the query on your own (pull), the document details view offers you 'related documents' by push. This means that the search criteria are pre-configured, and you can choose between the presented results.
Some simple configuration forms gives you the possibility to specify the sources for indexing, to use native viewer applications for the search results, specify your index locations, etc.