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

Yonik Seeley commented on LUCENE-5335:
--------------------------------------

That is strange that it even compiles... your patch has this:

{code}
+  public FunctionValues getValues(Map<String, Object> context, 
AtomicReaderContext readerContext) throws IOException {
     return (FunctionValues)context.get(this);
   }
{code}



> Change raw Map type to Map<String,Object> for ValueSource context
> -----------------------------------------------------------------
>
>                 Key: LUCENE-5335
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5335
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Ryan Ernst
>         Attachments: LUCENE-5335.patch
>
>
> Just as the title says.  Simple refactoring.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to