HI,
Is there any way to write a filter in Lucene with math functions?
in my documments i have filed max_value and actual_value, and i would like to filter all documents where max_value*0.95<actual_value
I dont want to create a scripted field as it would affect other queries and display of information.
thanks