Re: solr cross doc join on relational database

2014-05-30 Thread Ali Nazemian
Thank you very much. I will take a look at that. On Fri, May 30, 2014 at 4:24 PM, Ahmet Arslan wrote: > Hi Ali, > > I did a similar user filtering by indexing user table once per hour, and > filtering results by solr query time join query parser. > > Assuming there is no easy way to transfer US

Re: solr cross doc join on relational database

2014-05-30 Thread Ahmet Arslan
Hi Ali, I did a similar user filtering by indexing user table once per hour, and filtering results by solr query time join query parser. Assuming there is no easy way to transfer USER table to solr, Solr post filtering is the way to :  http://searchhub.org/2012/02/22/custom-security-filtering-

solr cross doc join on relational database

2014-05-30 Thread Ali Nazemian
Hi every body, I was wondering is there any way for using cross doc join on integraion of one solr core and a relational database. Suppose I have a table in relational database (my sql) name USER. I want to keep track of news that each user can have access. Assume news are stored inside solr and th