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

ASF subversion and git services commented on GEODE-11:
------------------------------------------------------

Commit b3ef791346b248ea81b4da989ba7759c75c7d92d in incubator-geode's branch 
refs/heads/feature/GEODE-1255 from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=b3ef791 ]

GEODE-11: Fixing a class cast exception when LuceneFunction has an error

LuceneFunction was using sendException to return exceptions to caller.
But the behavior of sendException is actually to pass the exception to
the addResult method, which is not what we want in this case.

Adding an integration test of the same. Changing LuceneFunctionJUnitTest
to use mockito and changing the expectations of what LuceneFunction
will do after an exception.


> Lucene Integration
> ------------------
>
>                 Key: GEODE-11
>                 URL: https://issues.apache.org/jira/browse/GEODE-11
>             Project: Geode
>          Issue Type: New Feature
>          Components: querying
>            Reporter: Dan Smith
>            Assignee: xiaojian zhou
>
> This is a feature that has been under development for GemFire but was not 
> part of the initial drop of code for geode.
> Allow Lucene indexes to be stored in Geode regions allowing users to do text 
> searches on data stored in Geode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to