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