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

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -