Re: Using the ids parameter

2012-03-27 Thread Jamie Johnson
Yes, sorry for the delay, we now do q=key:("key1" "key2"...) and that works properly. On Tue, Mar 27, 2012 at 3:53 AM, Dmitry Kan wrote: > So I solved it by using key:(id1 OR ... idn). > > On Tue, Mar 27, 2012 at 9:14 AM, Dmitry Kan wrote: > >> Hi, >> >> Actually we ran into the same issue with

Re: Using the ids parameter

2012-03-27 Thread Dmitry Kan
So I solved it by using key:(id1 OR ... idn). On Tue, Mar 27, 2012 at 9:14 AM, Dmitry Kan wrote: > Hi, > > Actually we ran into the same issue with using ids parameter, in the solr > front with shards architecture (exception throws in the solr front). Were > you able to solve it by using the key

Re: Using the ids parameter

2012-03-26 Thread Dmitry Kan
Hi, Actually we ran into the same issue with using ids parameter, in the solr front with shards architecture (exception throws in the solr front). Were you able to solve it by using the key:value syntax or some other way? BTW, there was a related issue: https://issues.apache.org/jira/browse/SOLR-