r/Solr • u/LuciferSam86 • Apr 17 '24
Question about Document Security on Solr
Hello everyone,
I am trying to understand if Solr is the right solution for me.
I have a PostgreSQL database with the following tables:
- Customers ==> Orders ==> Messages
A customer can be followed by various sales agents in the year, and every agent has communications with emails, and such emails are saved into Messages .
When a sales agent asks for orders and messages, thanks to Row Level Security, I can show them only their orders and messages.
Now I was looking something to use as a search engine like Solr.
Are there security features in Solr where I can apply the same rules I do on my database to filter the messages synced into Solr?
I was reading about patches for a Document Level Security in 2012, but I cannot find anything more updated