Re: SOLR Multivalued field and length norm

2010-03-01 Thread Kevin Osborn
arity factory with tf to only equal 1 or 0. From: Pooja Verlani To: solr-user@lucene.apache.org Sent: Thu, February 25, 2010 9:50:46 PM Subject: SOLR Multivalued field and length norm Hi, I understand if I query on a multivalued field, length norm takes the

SOLR Multivalued field and length norm

2010-02-25 Thread Pooja Verlani
Hi, I understand if I query on a multivalued field, length norm takes the total length of the multivalued field. Is it possible to use the length of only the particular value in the array of multivalued field? It would be easier and more efficient in searching then. Regards, Pooja