Hi, I am trying to use Solrj for my web application. I am indexing a table using the @Field annotation tag. Now I need to index or query multiple tables. Like, get all the employees who are managers in Finance department (interacting with 3 entities). How do I do that?
Does anyone have any idea? Thanks