...@wunderwood.org]
> Sent: Wednesday 13 March 2013 04:43
> To: solr-user@lucene.apache.org
> Subject: [SPAM] Re: strange edismax parsing when searching
> in multiple fields (#TB)
> Importance: Low
>
> Or don't use stopwords. I haven't used stopwords for, oh, a
> dozen
-Original Message-
> From: Walter Underwood [mailto:wun...@wunderwood.org]
> Sent: Wednesday 13 March 2013 04:43
> To: solr-user@lucene.apache.org
> Subject: [SPAM] Re: strange edismax parsing when searching in multiple fields
> (#TB)
> Importance: Low
>
> Or don't
in fact I like to keep stopwords...
-Original Message-
From: Walter Underwood [mailto:wun...@wunderwood.org]
Sent: Wednesday 13 March 2013 04:43
To: solr-user@lucene.apache.org
Subject: [SPAM] Re: strange edismax parsing when searching in multiple fields
(#TB)
Importance: Low
Or don
Tom
>> Subject: strange edismax parsing when searching in multiple fields (#TB)
>> To: "solr-user@lucene.apache.org"
>> Date: Wednesday, March 13, 2013, 5:22 PM
>> Hi group,
>>
>> Background:
>> I have a collection containing English and French docu
trange edismax parsing when searching in multiple fields (#TB)
> To: "solr-user@lucene.apache.org"
> Date: Wednesday, March 13, 2013, 5:22 PM
> Hi group,
>
> Background:
> I have a collection containing English and French documents.
> I made sure to index the English
Hi group,
Background:
I have a collection containing English and French documents. I made sure to
index the English content in field "body" (fieldType=text_en) and the French
content in field "body_fr" (fieldType=text_fr).
The user could be either English of French so the goal is to execute the
[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 will try the other way too and see
>
>
Hello Sachin,
I'm not understanding the second option. Could you explain a bit?
--
Best regards,
Jack
Friday, March 9, 2007, 2:35:36 AM, you wrote:
> 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
: 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.
For the record, this is where the DixMaxRequestHandler really shines ...
instead of needing to query for "php" in each of those fields, you j
Subject: RE: Searching in multiple fields
Description:php AND title:php AND Subject:php AND notes:php
this one did not work
i will try the other way too and see
thanks
aditya
> Well,
>
> One way you can do this is:
>
> "Description:php AND title:php AND Subject:php AND note
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
-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 09 March 2007 10:29
> To: solr-user@lucene.apache.org
> Subject: Searching in multiple fields
>
> Hello,
>
> We have 4 fields in our XML file --- Description, title, Subject,notes.
> I need to search in all thes
ilto:[EMAIL PROTECTED]
> Sent: 09 March 2007 10:29
> To: solr-user@lucene.apache.org
> Subject: Searching in multiple fields
>
> Hello,
>
> We have 4 fields in our XML file --- Description, title, Subject,notes.
> I need to search in all these fields, how do I do that?.
>
>
en you can search that field
using a number smaller than the slop.
Sachin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 09 March 2007 10:29
To: solr-user@lucene.apache.org
Subject: Searching in multiple fields
Hello,
We have 4 fields in our XML file --- Descript
Hello,
We have 4 fields in our XML file --- Description, title, Subject,notes.
I need to search in all these fields, how do I do that?.
For Example
When I search Description: php, we are able to get records that are
matching only with description field. But I want those records in which
title an
15 matches
Mail list logo