RE: Solr throws 400 from proxy but returns fine from browser.

2015-07-31 Thread Mark Horninger
I found a solution to the 400 I was getting. Because we are passing the whole thing through a proxy, it must be decoded, broken into parts and re-encoded. There is a much more efficient way to do this, but it was what I worked out for a very rough cut. Code snippet below: String dataUrl = reque

DocsEnum.FLAG_NONE for search query...

2015-07-31 Thread Ravikumar Govindarajan
On lucene-4.6.1, is there a way specify during search that only docs need to be iterated/searched and frequency need to be skipped… I saw DocsEnum.FLAG_NONE meant for this, but could not find out how to pass this via a search query… My assumption is that skipping frequencies could speed up search