Hi all,
         I want to add a plugin class to solr which can filter the results
based on certain criteria.I have an array which has the solr document unique
key as the index. and the value which will be one or zero.if it is zero I
want to filter it from the result set.This filtering should happen
before faceting because After this filtering the number of results may
reduce to 20% to 30%.So I want to get faceting counts after the filtering of
results otherswise what ever facet counts return will not be usefull for me.
       So any idea of how I can make use of the solr plugin feature or which
all classes in the solr code i need to look in to do this please help.

Thanks
Sanal K Stephen

Reply via email to