Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
clojure-elasticsearch
Conversations
About
clojure-elasticsearch
1–30 of 84
Mark all as read
Report abusive group
0 selected
Francis Hitchens
,
khan379
3
9/6/19
Scroll Error, need help
Hi Francis, what did you end up doing to fix this ? we upgraded ealsticsearch from 2.4 to 6.1 and i
unread,
Scroll Error, need help
Hi Francis, what did you end up doing to fix this ? we upgraded ealsticsearch from 2.4 to 6.1 and i
9/6/19
aman shah
3/6/18
Elasticsearch 6.x support
Does it support elasticsearch 6.x ?
unread,
Elasticsearch 6.x support
Does it support elasticsearch 6.x ?
3/6/18
Nicole kristen
2/28/18
Best Elasticsearch Training Course Online | Enroll Today for free demo
Elasticsearch is a NOSQL, distributed full text database. Which means that this database is document
unread,
Best Elasticsearch Training Course Online | Enroll Today for free demo
Elasticsearch is a NOSQL, distributed full text database. Which means that this database is document
2/28/18
lawrence...@gmail.com
10/9/17
How or where do I pass options through to clj-http
I am looking here: https://github.com/clojurewerkz/elastisch/blob/master/src/clojurewerkz/elastisch/
unread,
How or where do I pass options through to clj-http
I am looking here: https://github.com/clojurewerkz/elastisch/blob/master/src/clojurewerkz/elastisch/
10/9/17
Djey
,
MOHIT SHARMA 15MCA1087
2
9/9/17
Issue when creating index...
can you post what query you have written. On Friday, September 8, 2017 at 2:48:12 AM UTC+5:30, Djey
unread,
Issue when creating index...
can you post what query you have written. On Friday, September 8, 2017 at 2:48:12 AM UTC+5:30, Djey
9/9/17
MOHIT SHARMA 15MCA1087
8/23/17
how to debug elasticsearch from the source code
hi all, i want to debug elasticsearch from source code. I am using ubantu so is there any tool to
unread,
how to debug elasticsearch from the source code
hi all, i want to debug elasticsearch from source code. I am using ubantu so is there any tool to
8/23/17
Robert
,
Henrik Lundahl
3
2/16/17
Issues with installing elasticsearch
Hello Hendrik, thank you for your suggestion. Your suggestion helped me solve the problem. I have
unread,
Issues with installing elasticsearch
Hello Hendrik, thank you for your suggestion. Your suggestion helped me solve the problem. I have
2/16/17
alexte...@centripetalnetworks.com
1/9/17
Connection problems while running tests locally with Docker
I'm trying to run the tests with an elasticsearch instance in docker, much as travis does.
unread,
Connection problems while running tests locally with Docker
I'm trying to run the tests with an elasticsearch instance in docker, much as travis does.
1/9/17
刘凯祥
, …
Jin Wang
6
1/3/17
failed to get node info using native transport
Thanks a lot, I solved this problem by change my ES cluster version to 3.* and it worked.and I tried
unread,
failed to get node info using native transport
Thanks a lot, I solved this problem by change my ES cluster version to 3.* and it worked.and I tried
1/3/17
Fabien Wernli
9/13/16
http bulk performance tuning
Hi, I'm using elastisch to bulk index documents using HTTP mode at about 5000 docs/s. When
unread,
http bulk performance tuning
Hi, I'm using elastisch to bulk index documents using HTTP mode at about 5000 docs/s. When
9/13/16
Dave Tenny
2
9/6/16
How to? bulk record creation clojurewerkz.elastisch.native.bulk/bulk-with-index-and-type
Well, to answer my own questions. I was basically trying to take a search hit and use it to populate
unread,
How to? bulk record creation clojurewerkz.elastisch.native.bulk/bulk-with-index-and-type
Well, to answer my own questions. I was basically trying to take a search hit and use it to populate
9/6/16
Dave Tenny
2
8/19/16
search requests with _source false - don't work as expected
:_source {:exclude "*"} Has the desired effect. On Friday, August 19, 2016 at 8:45:12 AM
unread,
search requests with _source false - don't work as expected
:_source {:exclude "*"} Has the desired effect. On Friday, August 19, 2016 at 8:45:12 AM
8/19/16
Dave Tenny
8/18/16
scroll-seq hard codes a "1m" scroll duration, this should probably be parameterized so it can be overridden.
These scroll windows have performance and correctness/failure implications, so should be user
unread,
scroll-seq hard codes a "1m" scroll duration, this should probably be parameterized so it can be overridden.
These scroll windows have performance and correctness/failure implications, so should be user
8/18/16
Dave Tenny
3
7/21/16
clojurewerkz.elastisch.native.document/search, :aggregations, and scrolling (and/or scroll-seq)
Yeah, only getting 10 aggregations results when there should be 800 for me. Fearing I have to get
unread,
clojurewerkz.elastisch.native.document/search, :aggregations, and scrolling (and/or scroll-seq)
Yeah, only getting 10 aggregations results when there should be 800 for me. Fearing I have to get
7/21/16
Sébastien Arnaud
, …
hanic...@gmail.com
3
6/28/16
Debugging request made to elastic search
Hello Arnaud, What did you end up doing ? I am after the exact same thing (now with the latest beta
unread,
Debugging request made to elastic search
Hello Arnaud, What did you end up doing ? I am after the exact same thing (now with the latest beta
6/28/16
Dave Tenny
,
Josh Tilles
3
6/20/16
breaking changes in current master tip [June 20-2016]
The clojars released 3.0.0-beta1 release doesn't have this breakage fortunately, so I'll use
unread,
breaking changes in current master tip [June 20-2016]
The clojars released 3.0.0-beta1 release doesn't have this breakage fortunately, so I'll use
6/20/16
Dave Tenny
2
6/3/16
native api appears to be missing a get-template call
Boy, those ImmutableOpenMap results in ES are a pain, aren't they. re: conversion.clj's
unread,
native api appears to be missing a get-template call
Boy, those ImmutableOpenMap results in ES are a pain, aren't they. re: conversion.clj's
6/3/16
Dave Tenny
,
Josh Tilles
2
6/2/16
clojurewerkz.elastisch.native.document/scroll-seq uses deprecated search-type "scan"
Dave, Thanks for pointing that out! I'll make a GitHub issue for this, unless someone beats me to
unread,
clojurewerkz.elastisch.native.document/scroll-seq uses deprecated search-type "scan"
Dave, Thanks for pointing that out! I'll make a GitHub issue for this, unless someone beats me to
6/2/16
Dave Tenny
2
6/1/16
clojurewerkz.elastisch.native.document/search, _source question (and maybe a couple more)
I guess I see where _source is coming from, matching the result of the search. Only as I formulate
unread,
clojurewerkz.elastisch.native.document/search, _source question (and maybe a couple more)
I guess I see where _source is coming from, matching the result of the search. Only as I formulate
6/1/16
Steve Davis
,
Avi Flax
2
4/14/16
Error handling with native vs REST API (and order of application of connection opts)
On Friday, January 15, 2016 at 5:09:53 PM UTC-5, Steve Davis wrote: When a document is submitted to
unread,
Error handling with native vs REST API (and order of application of connection opts)
On Friday, January 15, 2016 at 5:09:53 PM UTC-5, Steve Davis wrote: When a document is submitted to
4/14/16
Josh Hemann
,
Michael Klishin
4
2/9/16
Trouble with nested aggregations
OK, just closing out this thread... Michael's pointer towards native vs HTTP client was the issue
unread,
Trouble with nested aggregations
OK, just closing out this thread... Michael's pointer towards native vs HTTP client was the issue
2/9/16
Michael Klishin
1/11/16
ANN Elastisch 2.2.1 is released
Elastisch [1] is a minimalistic feature complete Clojure client for ElasticSearch. Release notes:
unread,
ANN Elastisch 2.2.1 is released
Elastisch [1] is a minimalistic feature complete Clojure client for ElasticSearch. Release notes:
1/11/16
Michael Klishin
1/4/16
ANN Elastisch 2.2.0 is released
Elastisch [1] is a minimalistic feature complete Clojure client for ElasticSearch. Release notes:
unread,
ANN Elastisch 2.2.0 is released
Elastisch [1] is a minimalistic feature complete Clojure client for ElasticSearch. Release notes:
1/4/16
Chaitra Ranganna
,
Michael Klishin
2
12/31/15
elastic.clj giving errors while executing
elastic.clj is not a part of Elastisch. If it is a Riemann module, it needs updating for a modern
unread,
elastic.clj giving errors while executing
elastic.clj is not a part of Elastisch. If it is a Riemann module, it needs updating for a modern
12/31/15
Michael Klishin
12/20/15
ANN Elastisch 2.2.0-rc1 is released
Elastisch [1] is a minimalistic Clojure client for ElasticSearch that supports both HTTP and native
unread,
ANN Elastisch 2.2.0-rc1 is released
Elastisch [1] is a minimalistic Clojure client for ElasticSearch that supports both HTTP and native
12/20/15
Emrehan Tüzün
, …
Henrik Lundahl
4
10/31/15
ElasticSearch 2.0 support?
Hi How should this be handled? Should there be a separate branch for 2.0-migration? Should elastisch
unread,
ElasticSearch 2.0 support?
Hi How should this be handled? Should there be a separate branch for 2.0-migration? Should elastisch
10/31/15
Dave Tenny
,
Michael Klishin
4
10/20/15
Elastisch High Availability client tips?
On 20 Oct 2015 at 13:50:07, Dave Tenny (dave....@gmail.com) wrote: > Something about the
unread,
Elastisch High Availability client tips?
On 20 Oct 2015 at 13:50:07, Dave Tenny (dave....@gmail.com) wrote: > Something about the
10/20/15
Dave Tenny
,
Michael Klishin
2
10/19/15
clojurewerkz.elastisch.native.response/ok? predicate for clojurewerkz.elastisch.native.document/create result?
On 19 Oct 2015 at 20:11:51, Dave Tenny (dave....@gmail.com) wrote: > The returned value of the
unread,
clojurewerkz.elastisch.native.response/ok? predicate for clojurewerkz.elastisch.native.document/create result?
On 19 Oct 2015 at 20:11:51, Dave Tenny (dave....@gmail.com) wrote: > The returned value of the
10/19/15
Dave Tenny
,
Michael Klishin
2
10/19/15
"2.2.0-beta4" have a native bulk API?
On 19 Oct 2015 at 20:07:01, Dave Tenny (dave....@gmail.com) wrote: > I was hoping to do some
unread,
"2.2.0-beta4" have a native bulk API?
On 19 Oct 2015 at 20:07:01, Dave Tenny (dave....@gmail.com) wrote: > I was hoping to do some
10/19/15
Michael Klishin
8/5/15
Re: [clojure-elasticsearch] Problems using bulk api
On 31 Jul 2015 at 13:23:03, Marcos Lamúria (marcos....@rupeal.com) wrote: > I'm using
unread,
Re: [clojure-elasticsearch] Problems using bulk api
On 31 Jul 2015 at 13:23:03, Marcos Lamúria (marcos....@rupeal.com) wrote: > I'm using
8/5/15