Re: Solr or Elasticsearch

2018-03-24 Thread Mikhail Khludnev
Hello, Steve. The question is so complex per se that almost any answers might be either irrelevant, or incomplete. It's even challenging to verify such answers. My prejudice that ES is more capable than Solr in terms of analytics. Here are some details: - reverse nested and even script aggregation

Re: Solr or Elasticsearch

2018-03-22 Thread Shawn Heisey
On 3/22/2018 7:13 AM, Steven White wrote: There are some good write ups on the internet comparing the two and the one thing that keeps coming up about Elasticsearch being superior to Solr is it's analytic capability. However, I cannot find what those analytic capabilities are and why they cannot

Re: Solr or Elasticsearch

2018-03-22 Thread Minoru Osuka
Hi Steve, I have contributed the Solr Prometheus Exporter that allows users to monitor not only Solr metrics which come from Metrics API, but also facet counts which come from Searching and responses to Collections API commands and PingRequestHandler requests. I think that you can also analyze

Re: Solr or Elasticsearch

2018-03-22 Thread Joel Bernstein
Solr 7.3 has very sophisticated math capabilities described below: https://github.com/joel-bernstein/lucene-solr/blob/math_expressions_documentation/solr/solr-ref-guide/src/math-expressions.adoc This is the userguide for math expressions which didn't make the 7.3 release but all the functions are

Re: Solr or Elasticsearch

2018-03-22 Thread Steven White
Thank you all for your input. The one question still remains: what are the list of ES analytics that are not available, out-of-the-box, in Solr? Is there such a list? Steve On Thu, Mar 22, 2018 at 2:07 PM, Rahul Singh wrote: > I have the same experience as Daphne. I’ve used SolR for more “doc

RE: Solr or Elasticsearch

2018-03-22 Thread Rahul Singh
I have the same experience as Daphne. I’ve used SolR for more “document” / “content” / “Knowledge” search and Elastic as a Log store or Mongo replacement. SolR has more ways to return/injest data such as XML, JSON, or even CSV which is appealing. The binary protocol in SolrJ is also appealing be

RE: Solr or Elasticsearch

2018-03-22 Thread Liu, Daphne
I used Solr + Cassandra for Document search. Solr works very well with document indexing. For big data visualization, I use Elasticsearch + Grafana. As for today, Grafana is not supporting Solr. Elasticseach is very friendly and easy to use on multi-dimensional Group by and its real-time query pe

Re: Solr or Elasticsearch

2018-03-22 Thread Vincenzo D'Amore
Hi Steve, this seems to be more recent https://sematext.com/blog/solr-vs-elasticsearch-differences/ On Thu, Mar 22, 2018 at 2:33 PM, Charlie Hull wrote: > On 22/03/2018 13:13, Steven White wrote: > >> Hi everyone, >> >> There are some good write ups on the internet comparing the two and the >>

Re: Solr or Elasticsearch

2018-03-22 Thread Charlie Hull
On 22/03/2018 13:13, Steven White wrote: Hi everyone, There are some good write ups on the internet comparing the two and the one thing that keeps coming up about Elasticsearch being superior to Solr is it's analytic capability. However, I cannot find what those analytic capabilities are and wh