Re: Searching Numeric Data

2014-01-13 Thread Satyanarayana Kakollu
Anything preventing you from calculating the similarity score at index time and storing it as a field? The field can be used for scoring at query time. Alternately you can make a field for each of the elements in the array and use custom scoring function at query time. There is no value to, s

Searching Numeric Data

2014-01-11 Thread Shashi Kant
Hi all, I have a use-case where I would need to search a set of numeric values, using a query set. My business case is 1. I have various Rock samples from various locations {R1...Rn} with multiple measurements like Porosity [255] - an array of values , Conductivity [1028] - also an array of number