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
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-
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