RE: [SPAM] Re: strange edismax parsing when searching in multiple fields (#TB)

2013-03-13 Thread Ahmet Arslan
...@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

Re: [SPAM] Re: strange edismax parsing when searching in multiple fields (#TB)

2013-03-13 Thread Walter Underwood
-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

RE: [SPAM] Re: strange edismax parsing when searching in multiple fields (#TB)

2013-03-13 Thread Burgmans, Tom
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&#

Re: strange edismax parsing when searching in multiple fields (#TB)

2013-03-13 Thread Walter Underwood
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

Re: strange edismax parsing when searching in multiple fields (#TB)

2013-03-13 Thread Ahmet Arslan
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

strange edismax parsing when searching in multiple fields (#TB)

2013-03-13 Thread Burgmans, Tom
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

RE: Searching in multiple fields

2007-03-11 Thread netaji . k
[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 > >

Re[2]: Searching in multiple fields

2007-03-09 Thread Jack L
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

RE: Searching in multiple fields

2007-03-09 Thread Chris Hostetter
: 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

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
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

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 netaji . k
- > 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

RE: Searching in multiple fields

2007-03-09 Thread netaji . k
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?. > >

RE: Searching in multiple fields

2007-03-09 Thread Kainth, Sachin
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

Searching in multiple fields

2007-03-09 Thread netaji . k
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