oh, awesome thanks

-david



> Date: Sun, 18 Nov 2007 15:24:00 +1300
> From: [EMAIL PROTECTED]
> To: solr-user@lucene.apache.org
> Subject: Re: Query multiple fields
> 
> Hi David
> You had it write in your example :)
> 
> description:test AND type:10
> 
> But it would probably be wise to wrap any text in parenthesis:
> 
> description:(test foo bar baz) AND type:10
> 
> You can find more info on the query syntax here:
> http://lucene.apache.org/java/docs/queryparsersyntax.html
> -Nick
> On 11/18/07, Dave C. <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I've been trying to figure out how to query multiple fields at a time.
> > For example, I want to do something like: description:test AND type:10.
> > I've tried things like: "?q=description:test&type:10" etc, but I keep 
> > getting syntax errors.
> >
> > Can anyone tell me how this can be done?
> >
> > Thanks,
> > David
> >
> > P.S. Perhaps the solution to this could/should be added to the FAQ/tutorial?
> >
> > _________________________________________________________________
> > You keep typing, we keep giving. Download Messenger and join the i'm 
> > Initiative now.
> > http://im.live.com/messenger/im/home/?source=TAGLM

_________________________________________________________________
You keep typing, we keep giving. Download Messenger and join the i’m Initiative 
now.
http://im.live.com/messenger/im/home/?source=TAGLM

Reply via email to