Re: Search on final value in multi-valued field

2013-03-18 Thread Alexandre Rafalovitch
So, if you really want that you need to clone the field and keep only the final value in the clone. In 4.1, there are helpers for that: http://lucene.apache.org/solr/4_1_0/solr-core/org/apache/solr/update/processor/LastFieldValueUpdateProcessorFactory.html You don't have to store the copied value,

Re: Search on final value in multi-valued field

2013-03-18 Thread Jack Krupansky
Yes, order is maintained, but search is simply whether any of the multiple values matches. -- Jack Krupansky -Original Message- From: Annette Newton Sent: Monday, March 18, 2013 1:40 PM To: solr-user@lucene.apache.org Subject: Search on final value in multi-valued field Are multi-val