Can I define different similarity measures for each field of my queries and collection documents ?
Let's say I've a query that is searching for terms in field1, field2 and field3. However field3 is a numeric field and I want to define my similarity function.. i.e. the difference between query value of fields3 and collection documents value for fields3... Where can I implement my custom similarity measure ? I'm considering now the similarity class.. is there a way to define custom similarity measures for specific fields ? thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-define-custom-similarity-measures-for-specific-documents-queries-fields-tp2594295p2594295.html Sent from the Lucene - General mailing list archive at Nabble.com.
