You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Modassar Ather <mo...@gmail.com> on 2016/09/26 10:05:48 UTC

Query validation before the parser.

Hi,

Queries like wildcards are expensive in terms of execution time and
resources. Also there could be possible errors in user entered queries.

I am trying to write a query validation feature which checks for wrong
grouping, not supported fields, special characters in query without
escaping.
The same feature will also check for the complexity of the query and its
possible impact on resources.

Kindly share your thoughts on what factors should be considered in query
validation for general errors and its complexity and impact on resources.

Thanks,
Modassar