Re: Export feature issue in Solr 4.10

2014-10-04 Thread Alexandre Rafalovitch
You don't have to call the URL from the browser. "curl" is what's usually used for this kinds of things and will save directly to disk with the right flags. The attachment makes sense if you have some sort of UI triggering this, but that's not what's happening here. Regards, Alex. Personal: htt

Re: Export feature issue in Solr 4.10

2014-10-04 Thread Ahmed Adel
Thanks Joel, I changed enableLazyFieldLoading to false and it worked just fine. However, for some reason, I was expecting it to return "content-disposition: attachment" in the response. Maybe because response of this request would most probably be huge and if returned to the browser, it makes sens

Re: Flexible search field analyser/tokenizer configuration

2014-10-04 Thread PeterKerk
Thanks, removing the fq parameters helped :) -- View this message in context: http://lucene.472066.n3.nabble.com/Flexible-search-field-analyser-tokenizer-configuration-tp4161624p4162667.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Flexible search field analyser/tokenizer configuration

2014-10-04 Thread Jack Krupansky
Thanks for the clarification. Now... "fq" is simply another query, with normal query syntax. You wrote two field names as if they were query terms, but that's not meaningful query syntax. Sorry, but there is no such feature in Solr. Although the qf parameter of dismax and edismax can be used t

Re: Flexible search field analyser/tokenizer configuration

2014-10-04 Thread PeterKerk
In Engish, I think this part: (title_search_global:(Ballonnenboog) OR title_search_global:"Ballonnenboog"^100) is looking for a match on "Ballonenboog" in the title and give a boost if it occurs exactly as this. The second part does the same but then for the description_search field, and with an O

Re: Master-Slave setup using SolrCloud

2014-10-04 Thread Sachin Kale
Apparently, there is a bug in Solr 4.10.0 which was causing the NullPointerExceptions. SOLR-6501 We have updated our production SOLR to 4.10.1 On Thu, Oct 2, 2014 at 8:13 PM, Sachin Kale wrote: > If I look into the logs, many times I get only fo

Re: Flexible search field analyser/tokenizer configuration

2014-10-04 Thread Jack Krupansky
What exactly do you think that filter query is doing? Explain it in plain English. My guess is that it eliminates all your document matches. -- Jack Krupansky -Original Message- From: PeterKerk Sent: Saturday, October 4, 2014 12:34 AM To: solr-user@lucene.apache.org Subject: Re: Flex