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