Re: Issue with response header in SOLR running on Linux instance

2010-06-16 Thread Chris Hostetter
: My issue now is that the response header is not at all consistent. : : Sometimes the response header is in this format, ... : sometimes its in this format (for same query) same query differnet solr instance, or same query same server? please be specific .. show us URLs, show us solrco

Re: Issue with response header in SOLR running on Linux instance

2010-06-16 Thread bbarani
Hi, Thanks a lot for your response. My issue now is that the response header is not at all consistent. Sometimes the response header is in this format, - 0 - credit sometimes its in this format (for same query) 0 Do you think that this might be due to version issu

Re: Issue with response header in SOLR running on Linux instance

2010-06-11 Thread Chris Hostetter
: I have been using SOLR for sometime now and had no issues till I was using : it in windows. Yesterday I moved the SOLR code to Linux servers and started ... : Response header returned by SOLR instance running in windows machine : : - : 0 ... : Response header returned by SOLR

Re: Issue with response header in SOLR running on Linux instance

2010-06-09 Thread Markus Jelsma
Hi, Check your requestHandler. It may preset some values that you don't see. Your echoParams setting may be explicit instead of all [1]. Alternatively, you could add the echoParams parameter to your query if it isn't set as an invariant in your requestHandler. [1]: http://wiki.apache.org/solr