unsubscribe

2007-05-10 Thread Kainth, Sachin
unsubscribe This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. Th

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
Well, AND will find documents that have php in all fields but OR will find documents that have php in any field so you can try the same query with all ORs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 09 March 2007 10:42 To: solr-user@lucene.apache.org Subj

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
The AND has to be in all caps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 09 March 2007 10:42 To: solr-user@lucene.apache.org Subject: RE: Searching in multiple fields Description:php AND title:php AND Subject:php AND notes:php this one did not work i

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
Well, One way you can do this is: "Description:php AND title:php AND Subject:php AND notes:php" The other option is to create an extra field in your index called All (or whatever) that is a concatenation of these fields with a big slop between the four parts of this field and then you can searc

RE: Using solr on windows

2007-02-14 Thread Kainth, Sachin
: Re: Using solr on windows On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote: > ...The problem is that the tutorial seems to suggest that you need > Unix to run solr... Solr itself should run fine on Windows, but you're right that most or all of the scripts provided with Solr

Using solr on windows

2007-02-14 Thread Kainth, Sachin
Hi all, I'm new to solr. I've just installed it and am trying to run the example. The problem is that the tutorial seems to suggest that you need Unix to run solr. For example to add a document to the solr?/lucene? Index you need to do this: [EMAIL PROTECTED]:~/tmp/solr/solr-nightly/example/ex