[ https://issues.apache.org/jira/browse/GEODE-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923728#comment-15923728 ]
ASF GitHub Bot commented on GEODE-2655: --------------------------------------- GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/424 GEODE-2655: Added DUnit tests for lucene indexes on mixed objects. * Lucene must be able to index on the common field name of mixed objects * Lucene indexes must also work when there are mixed objects with no common field names. Will add more tests as per incoming review comments. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-2655 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/424.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #424 ---- commit fe01f5fe64010bab3e3e78da3c19382a8005a46d Author: nabarun <n...@pivotal.io> Date: 2017-03-14T07:02:51Z GEODE-2655: Added DUnit tests for lucene indexes on mixed objects. * Lucene must be able to index on the common field name of mixed objects * Lucene indexes must also work when there are mixed objects with no common field names. ---- > DUnit to test Lucene Indexing on mixed objects in a region > ----------------------------------------------------------- > > Key: GEODE-2655 > URL: https://issues.apache.org/jira/browse/GEODE-2655 > Project: Geode > Issue Type: Bug > Components: lucene > Reporter: nabarun > > Testing Lucene indexes when > 1. Objects in regions are different but they have same field name. > 2. Objects are present but they may not have same field names. -- This message was sent by Atlassian JIRA (v6.3.15#6346)