Lucene query syntax -
I want to write a licensing query that is equivalent to the following SQL
where < I have come up with:
Is there a more concise way to write this?
Thank you, Don
age: 25 and name: (Tom Or Dick or Harry)
Alternatively
Age: 25 + name: (Tom or Dick or Harry)
Comments
Post a Comment