Re: How to disable wildcard search

2010-01-28 Thread Erik Hatcher
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

How to disable wildcard search

2010-01-27 Thread Ranveer Kumar
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