Hi, My doc has three fields, say field1, field2, field3.
My search would be q=field1:string1 && field2:string2. I also need to do some computation and comparison of the string1 and string2 with the contents in field3 and then determine if it is a hit. What can I do to implement this? Thanks. Elaine