[ https://issues.apache.org/jira/browse/GEODE-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
xiaojian zhou resolved GEODE-1734. ---------------------------------- Resolution: Fixed Fixed in GEODE-2241 revision 0182a1bb744d25fe490d142dfed7d9a6f20b2713 > Lucene search for a single entry is returning multiple results > -------------------------------------------------------------- > > Key: GEODE-1734 > URL: https://issues.apache.org/jira/browse/GEODE-1734 > Project: Geode > Issue Type: Bug > Components: lucene > Reporter: William Markito Oliveira > Assignee: xiaojian zhou > > Searching for a unique entry is returning multiple results, although the key > is the same. It should return a single result. > {code} > gfsh>lucene search --name=customerRegionAll > --queryStrings="firstName:Jdfmlevjenzwgd" --region=/customer > --defaultField=displayName > key | > value | score > ------------------------------------ | > ------------------------------------------------------------------------------------------------- > | --------- > 70dbdb7f-648e-415e-880d-15631f87a523 | > PDX[16777220,org.example.domain.model.CustomerEntity]{active=false, > addresses=.. | 12.798602 > 70dbdb7f-648e-415e-880d-15631f87a523 | > PDX[16777220,org.example.domain.model.CustomerEntity]{active=false, > addresses=.. | 12.798602 > 70dbdb7f-648e-415e-880d-15631f87a523 | > PDX[16777220,org.example.domain.model.CustomerEntity]{active=false, > addresses=.. | 12.798602 > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)