@lucene.apache.org
Subject: Re: single word Vs multiple word search
This all depends on the schema setting for that particular field.
What is the field type? Sounds like you've got it set to a non-
analyzed/tokenized field.
Erik
On Dec 5, 2007, at 2:04 AM, Dilip.TS wrote:
> Hi,
ssage-
From: Dilip.TS [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 05, 2007 10:48 AM
To: SOLR
Subject: single word Vs multiple word search
Hi,
Consider the scenario: I have indexed a document with a field1
having the
values as "Test solr search " (having multiple words)
And
words?
Thanks in advance.
Regards,
Dilip TS
-Original Message-
From: Dilip.TS [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 05, 2007 10:48 AM
To: SOLR
Subject: single word Vs multiple word search
Hi,
Consider the scenario: I have indexed a document with a field1 having the
values
Hi,
Consider the scenario: I have indexed a document with a field1 having the
values as "Test solr search " (having multiple words)
And when i perform the keyword search as "Test solr search" i do get the
results,
whereas when i do the search for the "Test", i dont get any results,
Any quick inp