Re: Help using boolean operators

2010-04-20 Thread Erick Erickson
d1:this +field1:good +field1:string > > Is that ok to do. > > Thanks, > Sandhya > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Tuesday, April 20, 2010 4:16 AM > To: solr-user@lucene.apache.org > Subject: Re: Help usi

RE: Help using boolean operators

2010-04-19 Thread Sandhya Agarwal
: Tuesday, April 20, 2010 4:16 AM To: solr-user@lucene.apache.org Subject: Re: Help using boolean operators ?id you try parenthesizing: field1:(This is a good string) You can try lots of things easily by going to http://localhost:8983/solr/admin/form.jsp and clicking the "debug enable" checkb

Re: Help using boolean operators

2010-04-19 Thread Erik Hatcher
moment. Thank you! Mitch -- View this message in context: http://n3.nabble.com/Help-using-boolean-operators-tp729102p730051.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help using boolean operators

2010-04-19 Thread Erick Erickson
t;>> field1: This is a good string >>> without doing something like >>> field1:this field1:is ... ? >>> If I quote the whole thing, Solr would search for the whole phrase (and >>> only >>> the whole phrase), or am I wrong? >>> >>>

Re: Help using boolean operators

2010-04-19 Thread Erik Hatcher
ote the whole thing, Solr would search for the whole phrase (and only the whole phrase), or am I wrong? I would test it, if I can, but unfortunately it's not possible at the moment. Thank you! Mitch -- View this message in context: http://n3.nabble.com/Help-using-boolean-operators- tp72910

Re: Help using boolean operators

2010-04-19 Thread Erick Erickson
f I quote the whole thing, Solr would search for the whole phrase (and > only > the whole phrase), or am I wrong? > > I would test it, if I can, but unfortunately it's not possible at the > moment. > > Thank you! > > Mitch > -- > View this message in context: &g

Re: Help using boolean operators

2010-04-19 Thread MitchK
whole thing, Solr would search for the whole phrase (and only the whole phrase), or am I wrong? I would test it, if I can, but unfortunately it's not possible at the moment. Thank you! Mitch -- View this message in context: http://n3.nabble.com/Help-using-boolean-operators-tp729102p730051

Re: Help using boolean operators

2010-04-19 Thread Erick Erickson
e, *field3* is a dynamic field. All the other > fields except this field, are copied into "text" with copyField. > > Thanks, > Sandhya > > -Original Message- > From: Sandhya Agarwal [mailto:sagar...@opentext.com] > Sent: Monday, April 19, 2010 2:55 PM > T

RE: Help using boolean operators

2010-04-19 Thread Sandhya Agarwal
solr-user@lucene.apache.org Subject: RE: Help using boolean operators Thank You Mitch. I have a query mentioned below : (my defaultOperator is set to "AND") (field1 : This is a good string AND field2 : This is a good string AND field3 : This is a good string AND (field4 : ASCIIDocument OR fie

RE: Help using boolean operators

2010-04-19 Thread Sandhya Agarwal
HTMLDocument') and field5 = 'doc' to be returned. I am not sure why this is not giving me the desired results. Thanks, Sandhya -Original Message- From: MitchK [mailto:mitc...@web.de] Sent: Monday, April 19, 2010 2:19 PM To: solr-user@lucene.apache.org Subject: Re: Help u

Re: Help using boolean operators

2010-04-19 Thread MitchK
he same as title: star OR wars standard-operator: AND title: star wars - > the same as title: star AND wars standard-operator: AND title: star wars NOT sdi is the same as: title: star AND wars NOT sdi Hope this helps. Kind regards - Mitch -- View this message in context: http://n3.nabble.com/H

Help using boolean operators

2010-04-19 Thread Sandhya Agarwal
Hello, I am confused about the proper usage of the Boolean operators, AND, OR and NOT. Could somebody please provide me an easy to understand explanation. Thanks, Sandhya