Re: How to customize Solr

2014-03-11 Thread Erick Erickson
You can also google for Solr PostFilters, which were originally written for ACL control. Best, Erick On Tue, Mar 11, 2014 at 5:28 AM, Ahmet Arslan wrote: > Hi, > > In the link has two custom classes : AccessControlQParserPlugin and > AccessControlQuery. They can be used as an example to write

Re: How to customize Solr

2014-03-11 Thread Ahmet Arslan
Hi, In the link has two custom classes : AccessControlQParserPlugin and  AccessControlQuery. They can be used as an example to write OnlineUsersQParserPlugin and OnlineUsersQuery. This Query implementation can _only_ be used as an fq. They can be loaded as described here :  https://wiki.apache.o

Re: How to customize Solr

2014-03-10 Thread ~$alpha`
the link you provided has no information about customizing -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-customize-Solr-tp4122551p4122760.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to customize Solr

2014-03-10 Thread Ahmet Arslan
Hi, How much refreshes do you need? Can you live with 3-5 minutes refresh rate? If you can effort to query mysql for every single query, consider using post filter : http://searchhub.org/2012/02/22/custom-security-filtering-in-solr/ Ahmet On Monday, March 10, 2014 2:56 PM, lavesh wrote: I