You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/12 00:56:00 UTC

[jira] [Commented] (GEODE-3240) User can set a LuceneSerializer through the Java API

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

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

Commit 61161273fa9e8f0c39d1a0b021603017ca37e208 in geode's branch refs/heads/feature/GEODE-3240 from zhouxh
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6116127 ]

GEODE-3240: add implementation for java api of set serializer


> User can set a LuceneSerializer through the  Java API
> -----------------------------------------------------
>
>                 Key: GEODE-3240
>                 URL: https://issues.apache.org/jira/browse/GEODE-3240
>             Project: Geode
>          Issue Type: Sub-task
>          Components: lucene
>            Reporter: Dan Smith
>
> As a user, I should be able to call LuceneIndexFactory.setLuceneSerializer and pass my own LuceneSerializer when creating a lucene index.
> The API for LuceneSerializer should be as specified on the wiki page.
> Acceptance:
> User can create a LuceneSerializer with the Java API and the LuceneSerializer gets invoked. The documents returned by the LuceneSerializer are stored in the index.
> If objects are stored in the region as serialized PDX objects, they are passed to the serializer as PdxInstance objects, rather than being deserialized (Or should this be an option??)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)