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 <lavesh.ra...@gmail.com> wrote:
I want list of users who are online and fulfill the criteria specified.

Current implementation:
I am sending post parameters of online ids(usually 20k) with search
criteria.

How i want to optimize it:
I must change the internal code of solr  so that these 20k profiles are
fetching from solr 

i.e. I need to implement something like *fq:online:(1),* which can be
interpreted by solr handler as online search and internally it call mysql
and get 20k profiles.

Help:
Please guide me what and how to do such changes.
Link(if possible) for performing internal changes.

Thanx



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-customize-Solr-tp4122551.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to