Is this 1 Elasticsearch instance running locally or do multiple servers /
nodes participate?

--

Itamar Syn-Hershko
http://code972.com | @synhershko <https://twitter.com/synhershko>
Freelance Developer & Consultant
Author of RavenDB in Action <http://manning.com/synhershko/>


On Fri, Jun 27, 2014 at 3:27 PM, Daniel Winterstein <
[email protected]> wrote:

> 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
> <https://groups.google.com/d/msgid/elasticsearch/c19b5667-12af-4d4c-8457-05361a926d66%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAHTr4ZsiuYicC4jKrwqnkPK6HrBm4geO_Eo01UySOpU1xnjPmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to