Hi all,
I am indexing the payload in Solr as advised in
https://lucidworks.com/blog/2014/06/13/end-to-end-payload-example-in-solr/
and I am also able to search for it.
What I want to do now is getting the payload within my Solr custom function
to do some calculation however I can see just methods to get the
FieldValues....that obviously I want to avoid since I have the payload and
reading from a postinglist is better performance wise.
Can you guys please point me to a resource that explains how to read the
payload or sharing with me a code snippet? Thanks!!!

Reply via email to