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
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
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
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
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
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