Missing query operators?

2012-01-09 Thread Michael Lissner
Hi, I'm setting up a search system that I expect lawyers to use, and I know they're demanding about the query operators they want. I've been looking around a bit, and while some of these are possible on the backend, I can't see how to enable them on the front end since they lack operators:

Re: Missing query operators?

2012-01-09 Thread Tomás Fernández Löbbe
Hi Mike, - exact match (disabling stemming): Ideally, users need a way of turning this on or off for terms in their query (e.g. [ =walking running ] would stem the word running, but not walking). Correct, there is no way to do this with Solr just by activating/deactivating one parameter.