Re: Searching for document by id in a sharded environment

2013-12-10 Thread Daniel Bryant
Thanks for your replies Ahmet and Joel! We have now determined that the exclamation point wasn't the issues, and our query actually had too many boolean expressions in (more than the default 1024). Apologies for any confusion this may have caused - the issue went around my team like the chil

Re: Searching for document by id in a sharded environment

2013-12-09 Thread Joel Bernstein
Daniel, What version of Solr are you using? I'll see if I can recreate this. On Mon, Dec 9, 2013 at 7:21 AM, Ahmet Arslan wrote: > Hi Daniel, > > TermQueryParser comes handy when you don't want to escape. > > q = {!term > f=id}156a05d1-8ebe-4f3c-b548-60a84d167a16!643fd57c-c65e-4929-bc0e-029a

Re: Searching for document by id in a sharded environment

2013-12-09 Thread Ahmet Arslan
Hi Daniel, TermQueryParser comes handy when you don't want to escape. q = {!term f=id}156a05d1-8ebe-4f3c-b548-60a84d167a16!643fd57c-c65e-4929-bc0e-029aa4f07475 On Monday, December 9, 2013 2:14 PM, Daniel Bryant wrote: Hi, I'm in the process of migrating an application that queries Solr to