Hi,

I have extended Solr's SearchComonent class and I am iterating through all
the docs in ResponseBuilder in @overrider Process() method.

Here I want to get the value of FucntionQuery result but in Document object
I am only seeing the standard field of document not the FucntionQuery
result.

This is my query

http://localhost:8080/solr/collection2/demoendpoint?q=spider&wt=xml&indent=true&fl=*,freq:termfreq%28product,%27spider%27%29

Result of above query in browser shows me that 'freq' is part of <doc> but
its not there in Document object in my @overrider Process() method.

How can I get the value of FunctionQuery result in my custom
SearchComponent ?

Thanks,
Tony

Reply via email to