Re: Custom StoredFieldVisitor in Solr

2017-08-25 Thread Jamie Johnson
Hi Rick. The use case is we use payloads to determine if a particular user can or can't see a field, as of right now we have the query piece working so that fields the user can't see don't contribute to the score but we wanted to use a custom stored field visitor as well so that we can remove fiel

Re: Custom StoredFieldVisitor in Solr

2017-08-24 Thread Rick Leir
Jamie, what is the use case? Cheers -- Rick On August 23, 2017 11:30:38 AM MDT, Jamie Johnson wrote: >I thought I had asked this previously, but I can't find reference to it >now. I am interested in using a custom StoredFieldVisitor in Solr and >after spelunking through the code for a little it