[ 
https://issues.apache.org/jira/browse/GEODE-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250640#comment-17250640
 ] 

ASF GitHub Bot commented on GEODE-8795:
---------------------------------------

jdeppe-pivotal edited a comment on pull request #5858:
URL: https://github.com/apache/geode/pull/5858#issuecomment-747025574


   Almost all the work is still from @nabarunnag. I had to make a different 
change to bring the principal into the `FunctionContext`.
   
   One difference is that the original fix was not passing a `PDXInstance` (if 
PDX was in use) to the post-processor but was instead deserializing to the 
domain object first. If we just pass whatever is retrieved, PDX or otherwise, 
the post processor can then make a decision how to handle it. Otherwise the 
user needs to ensure that their domain classes are available on the server.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Lucene queries should utilize post-processing if enabled
> --------------------------------------------------------
>
>                 Key: GEODE-8795
>                 URL: https://issues.apache.org/jira/browse/GEODE-8795
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>            Reporter: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available
>
> Currently the entries returned by lucene queries are not able to be 
> post-processed as other retrieval mechanisms can (gets, regular OQL queries, 
> CQs).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to