RE: single word Vs multiple word search

2007-12-05 Thread Dilip.TS
@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,

Re: single word Vs multiple word search

2007-12-05 Thread Erik Hatcher
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, This is in continuation with my previous mail. Iam using the SOLRInp

RE: single word Vs multiple word search

2007-12-04 Thread Dilip.TS
Hi, This is in continuation with my previous mail. Iam using the SOLRInputDocument to perform the index operation. So, my question if a field to be indexed contains multiple values, then does the SOLRInputDocument performs the index for each word for that field or does it does for the set of wor