I posted on here earlier, but it was immediately deleted.
Any idea why?
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
The question is:
http://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
simonw_2
(simonw-2)
August 22, 2013, 6:55pm
3
not sure why it is deleted but you might just wanna look at
Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.
so the short answer is yes, it's possible
On Thursday, August 22, 2013 3:29:20 PM UTC+2, Alex Brown wrote:
The question is:
http://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
It's very strange!
It happens every time i paste in that question!
Thanks for your reply,
I checked bool query, but it still expects a value to compare on?
Or am I missing something?
On Thursday, 22 August 2013 19:55:17 UTC+1, simonw wrote:
not sure why it is deleted but you might just wanna look at
Elasticsearch Platform — Find real-time answers at scale | Elastic
so the short answer is yes, it's possible
On Thursday, August 22, 2013 3:29:20 PM UTC+2, Alex Brown wrote:
The question is:
http://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
simonw_2
(simonw-2)
August 22, 2013, 8:32pm
5
I completely misread your question, nevermind! queries like you ask for
don't work our of the box.
simon
On Thursday, August 22, 2013 10:29:14 PM UTC+2, Alex Brown wrote:
It's very strange!
It happens every time i paste in that question!
Thanks for your reply,
I checked bool query, but it still expects a value to compare on?
Or am I missing something?
On Thursday, 22 August 2013 19:55:17 UTC+1, simonw wrote:
not sure why it is deleted but you might just wanna look at
Elasticsearch Platform — Find real-time answers at scale | Elastic
so the short answer is yes, it's possible
On Thursday, August 22, 2013 3:29:20 PM UTC+2, Alex Brown wrote:
The question is:
http://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
I didn't think so.
Any idea how i'd even start implementing that?
Or is it a case of:
Get all documents
for each document, compare against other documents...
(which is what i'm doing now with mongodb)
Alex
On 22 August 2013 21:32, simonw simon.willnauer@elasticsearch.com wrote:
I completely misread your question, nevermind! queries like you ask for
don't work our of the box.
simon
On Thursday, August 22, 2013 10:29:14 PM UTC+2, Alex Brown wrote:
It's very strange!
It happens every time i paste in that question!
Thanks for your reply,
I checked bool query, but it still expects a value to compare on?
Or am I missing something?
On Thursday, 22 August 2013 19:55:17 UTC+1, simonw wrote:
not sure why it is deleted but you might just wanna look at
Elasticsearch Platform — Find real-time answers at scale | Elastic http://www.elasticsearch.org/guide/reference/query-dsl/bool-query/
so the short answer is yes, it's possible
On Thursday, August 22, 2013 3:29:20 PM UTC+2, Alex Brown wrote:
The question is:
http://stackoverflow.com/**questions/18381821/finding- **
documents-with-specified-**matching-properties-with-**elasticsearchhttp://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/EUbY6t4wbBk/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
simonw_2
(simonw-2)
August 23, 2013, 6:19am
7
I am not sure what your usecase is but I think you could go an do this
lazily once you need this information since ES is fast enough?
you also might wanna look at "more like this"
(Elasticsearch Platform — Find real-time answers at scale | Elastic )
otherwise yeah you need to iterate
simon
On Thursday, August 22, 2013 10:37:19 PM UTC+2, Alex Brown wrote:
I didn't think so.
Any idea how i'd even start implementing that?
Or is it a case of:
Get all documents
for each document, compare against other documents...
(which is what i'm doing now with mongodb)
Alex
On 22 August 2013 21:32, simonw <simon.w...@elasticsearch.com <javascript:>
wrote:
I completely misread your question, nevermind! queries like you ask for
don't work our of the box.
simon
On Thursday, August 22, 2013 10:29:14 PM UTC+2, Alex Brown wrote:
It's very strange!
It happens every time i paste in that question!
Thanks for your reply,
I checked bool query, but it still expects a value to compare on?
Or am I missing something?
On Thursday, 22 August 2013 19:55:17 UTC+1, simonw wrote:
not sure why it is deleted but you might just wanna look at
Elasticsearch Platform — Find real-time answers at scale | Elastic http://www.elasticsearch.org/guide/reference/query-dsl/bool-query/
so the short answer is yes, it's possible
On Thursday, August 22, 2013 3:29:20 PM UTC+2, Alex Brown wrote:
The question is:
http://stackoverflow.com/**questions/18381821/finding- **
documents-with-specified-**matching-properties-with-**elasticsearchhttp://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/EUbY6t4wbBk/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out .
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
Ivan
(Ivan Brusic)
August 24, 2013, 3:21pm
8
Any possible solution would require evaluating every document once for each
query since the indices are no longer helpful. I would just catch the
equality condition at index time and create a new field that indicates if
the fields are equal or not. Of course, this solution doesn't scale well if
you want to compare more than the same two fields.
--
Ivan
On Thu, Aug 22, 2013 at 11:19 PM, simonw
simon.willnauer@elasticsearch.com wrote:
I am not sure what your usecase is but I think you could go an do this
lazily once you need this information since ES is fast enough?
you also might wanna look at "more like this" (
Elasticsearch Platform — Find real-time answers at scale | Elastic )
otherwise yeah you need to iterate
simon
On Thursday, August 22, 2013 10:37:19 PM UTC+2, Alex Brown wrote:
I didn't think so.
Any idea how i'd even start implementing that?
Or is it a case of:
Get all documents
for each document, compare against other documents...
(which is what i'm doing now with mongodb)
Alex
On 22 August 2013 21:32, simonw <simon.w...@**elasticsearch.com > wrote:
I completely misread your question, nevermind! queries like you ask for
don't work our of the box.
simon
On Thursday, August 22, 2013 10:29:14 PM UTC+2, Alex Brown wrote:
It's very strange!
It happens every time i paste in that question!
Thanks for your reply,
I checked bool query, but it still expects a value to compare on?
Or am I missing something?
On Thursday, 22 August 2013 19:55:17 UTC+1, simonw wrote:
not sure why it is deleted but you might just wanna look at
Elasticsearch Platform — Find real-time answers at scale | Elastic **
query/http://www.elasticsearch.org/guide/reference/query-dsl/bool-query/
so the short answer is yes, it's possible
On Thursday, August 22, 2013 3:29:20 PM UTC+2, Alex Brown wrote:
The question is:
http://stackoverflow.com/**quest**ions/18381821/finding-**document **
s-with-specified-**matching-**properties-with-**elasticsearchhttp://stackoverflow.com/questions/18381821/finding-documents-with-specified-matching-properties-with-elasticsearch
On Thursday, 22 August 2013 14:09:49 UTC+1, Alex Brown wrote:
I posted on here earlier, but it was immediately deleted.
Any idea why?
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/ **
topic/elasticsearch/**EUbY6t4wbBk/unsubscribehttps://groups.google.com/d/topic/elasticsearch/EUbY6t4wbBk/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
elasticsearc...@**googlegroups.com .
For more options, visit https://groups.google.com/**groups/opt_out https://groups.google.com/groups/opt_out
.
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
--
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 elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .