Re: Is it possible to facet on the results of a custom solr function?

2015-04-20 Thread Motulewicz, Michael
Solved my own problem. Using multiple function range query parsers works fine against my custom function &facet.query={!frange l=1 u=1} MyCustomSolrQuery(param1,param2, param3) &facet.query={!frange l=2 u=2} MyCustomSolrQuery(param1,param2, param3) Etc… Gives me the counts for 1 then 2 etc Not

Is it possible to facet on the results of a custom solr function?

2015-04-13 Thread Motulewicz, Michael
Hi, I’m attempting to facet on the results of a custom solr function. I’ve been trying all kinds of combinations that I think would work, but keep getting errors. I’m starting to wonder if it is possible. I’m using Solr 4.0 and here is how I am calling: &facet.query={!func}myCustomSolrQuer