Re: Concatening two fields

2009-10-21 Thread sophSophie
but Solr returns nothing. > > How is Field3 defined? And is that a phrase query or are you just > using quotes for separation/emphasis? > > -Grant > > -- View this message in context: http://www.nabble.com/Concatening-two-fields-tp25956649p25988270.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Concatening two fields

2009-10-19 Thread Grant Ingersoll
On Oct 19, 2009, at 7:21 AM, sophSophie wrote: Hello, firstly sorry for my english :) Since last Friday I try to define in shema.xml a new field that is the concatenation of two other fields. So in schemal.xml I have these fields : field3 In my .csv file date are stored like that

Concatening two fields

2009-10-19 Thread sophSophie
field3 should store the string "toto titi". When I make the query "toto titi" I want solr to return the correct result but Solr returns nothing. Please could you help me to find what is uncorrect. Thanks in advance -- View this message in context: http://www.nabble.com/Co