There's no option to do this with the standard query parser, though
you can easily subclass it and override getPrefixQuery (term* queries)
and getWildcardQuery (for any other terms that have * or % in them) to
throw an exception or convert it to a different type of query.
However, maybe you
Hi all,
How to remove/disable wildcard search in solr.
I have no requirement of wildcard.
is there any configuration to disable wildcard search in solr.
I am using solrj for searching..
thanks
With regards
Ranveer K Kumar