Thanks Stefan.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Query-Results-Differ-tp3104412p3105914.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Fri, Jun 24, 2011 at 5:11 PM, jyn7 wrote:
> So if I use a second fq parameter, will SOLR apply an AND on both the fq
> parameters?
Yes :)
On Fri, Jun 24, 2011 at 5:11 PM, jyn7 wrote:
> I have multiple indexed values, so when I search for q=time, does SOLR
> return results with Time in any of
So if I use a second fq parameter, will SOLR apply an AND on both the fq
parameters?
I have multiple indexed values, so when I search for q=time, does SOLR
return results with Time in any of the indexed values ? Sorry for the silly
questions
--
View this message in context:
http://lucene.472066.
+ is an urlencoded whitespace .. so your filter-query says either
supplerid or published_on.
what you could do is:
1) use a second fq= param
2) combine them both into one like this: fq=foo+%2Bbar
%2B is an urlencoded + character
HTH, Regards
Stefan
On Fri, Jun 24, 2011 at 4:27 PM, jyn7 wrote: