Hello,

I think that the positionIncrementGap attribute of your field has to changed to 0 (instead of 100 by default).

(See http://lucene.472066.n3.nabble.com/positionIncrementGap-in-schema-xml-td488338.html )

Hope this helps,

--
Tanguy

Le 21/12/2011 15:39, meghana a écrit :
Hi all,

i need to make a different search on multivalued field.
for e.g. i have data as below
<arr name="xx">
   <str>Michel</str>
   <str>Jackson</str>
   <str>is</str>
   <str>good</str>
    <str>singer and dancer</str>
</arr>

if i search using "Michel Jackson" , then i want above displayed record
should come in result (search word in  in consecutive  element).

do anybody have any idea?
Thanks
Meghana

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Mutivalue-field-search-on-different-elements-tp3604213p3604213.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to