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/10/05 22:04:00 UTC

[jira] [Commented] (GEODE-3244) Provide a built in LuceneSerializer that flattens objects

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

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

Commit 315367200548f6bd0816c819897af09a74873b00 in geode's branch refs/heads/feature/GEODE-3244 from zhouxh
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3153672 ]

GEODE-3244: provide a build in LuceneSerializer that flattens objects


> Provide a built in LuceneSerializer that flattens objects
> ---------------------------------------------------------
>
>                 Key: GEODE-3244
>                 URL: https://issues.apache.org/jira/browse/GEODE-3244
>             Project: Geode
>          Issue Type: Sub-task
>          Components: lucene
>            Reporter: Dan Smith
>
> As a user, I can configure my lucene index to use a built in FlatFormatSerializer without having to write my own serializer.
> This serializer will convert nested objects into flat lucene documents, as specified on the wiki page.
> Acceptance:
> The FlatFormatSerializer take arbitrarily deep nested objects and convert them into a single lucene document with field names seperated by dots, as specified on the wiki page.
> Queries that include nested fields should return those objects.
> Objects stored in the region as java objects should be supported by the FlatFormatSerializer. 
> The FlatFormatSerializer should use the fields and analyzers configured on the LuceneIndex.



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