RE: How to return exact set of multivalue field

2011-10-30 Thread Chris Hostetter
: Follow up question: what if it is a string instead of number? While you can : use [387 TO *] to find out all number that is bigger than 387, how do you : find specific set of "string"? range queries should also work on strings, but i think the more general solution to your problem is that you

RE: How to return exact set of multivalue field

2011-10-20 Thread Ellery Leung
dan sutton [mailto:danbsut...@gmail.com] Sent: 2011年10月20日 6:09 下午 To: solr-user@lucene.apache.org; elleryle...@be-o.com Subject: Re: How to return exact set of multivalue field -field_name:[ * TO 384] +field_name:[385 TO 386] -field_name:[387 TO *] On Thu, Oct 20, 2011 at 10:51 AM, Ellery Le

Re: How to return exact set of multivalue field

2011-10-20 Thread dan sutton
-field_name:[ * TO 384] +field_name:[385 TO 386] -field_name:[387 TO *] On Thu, Oct 20, 2011 at 10:51 AM, Ellery Leung wrote: > Hi all > > > > I am using Solr 3.4 on Windows 7. > > > > Here is the example of a multivalue field: > > > > > > > > 387 > > 386 > > > > > > > > > > > > 387 > > 38