Hello, I have an elasticsearch index which is returning two identical results. I don't mean 2 copies of a similar document. These results have the same elasticsearch _id.
Details below. Does anyone know why this happens? Is it a bug? Best regards, - Daniel Version: 1.2.1 Query: http://localhost:9200/workspace/group/_search?q=winterwell Result: { - took: 8, - timed_out: false, - _shards: { - total: 5, - successful: 5, - failed: 0 }, - hits: { - total: 2, - max_score: 0.89743817, - hits: [ - { - _index: "workspace", - _type: "group", - _id: "winterwell@DBGroup", - _score: 0.89743817, - _source: { - name: "winterwell", - tags: { }, - ...some details skipped... } }, - { - _index: "workspace", - _type: "group", - _id: "winterwell@DBGroup", - _score: 0.89743817, - _source: { - name: "winterwell", - tags: { }, - ...some details skipped... } } ] } } -- Dr Daniel Winterstein Director A: CodeBase Argyle House, Edinburgh, EH3 9DR M: +44 (0)772 5172 612 http://winterwell.com http://sodash.com -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/c19b5667-12af-4d4c-8457-05361a926d66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
