Re: eDisMax handler but with main query not allowing fielded/non-localparam values

2013-04-10 Thread Alexandre Rafalovitch
On Wed, Apr 10, 2013 at 11:59 AM, Jack Krupansky wrote: > Oh, with fielded search, maybe you can just set "uf" (user fields) to > empty. I haven't checked if that restricts qf as well. I just tested and UF seems to affect FQ (Filter Query). So, that would have been a cool hack but unfortunately

Re: eDisMax handler but with main query not allowing fielded/non-localparam values

2013-04-10 Thread Jack Krupansky
Either preprocess the query in your application layer, add a query preprocessor custom search component, or propose some additional options to Solr to disable certain features like local params nested queries, etc. Oh, with fielded search, maybe you can just set "uf" (user fields) to empty. I