I have some objects and I have two ways of storing them: using hibernate-search (lucene) with indexes, or as hibernate entities (postgres records).
I don't need full text search per se, just searching by the properties values (exact match) and maybe range.
Is there any performance comparison available for these two use cases?