Query term limit

The query term limit ensures that queries that have more than a given number of terms are reduced, to avoid running long query calculations. By default, the query term limit is set to 30 terms.

<SystemProperty name="omniq.query.termLimit" value="30"/>

To increase query performance, set to a lower value, for example 20, 15, 10, or even 5. By reducing the query term limit, you can reduce the maximum amount of data being processed for each query, however doing so reduces the accuracy of a query that has more than the maximum terms allowed.

NoteA query limit lower than 10 will probably have a noticeable effect on the query results for longer queries.