siren-join icon indicating copy to clipboard operation
siren-join copied to clipboard

[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]

Results 21 siren-join issues
Sort by recently updated
recently updated
newest added

Excuse me, how does the circuit breaker work? How do I prevent him from automatically disconnecting when there is too much data in the filterjoin?

Bumps httpclient from 4.3.6 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.3.6&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Doesn't look like ES 5.x is supported.

Elasticsearch 2.4.6 was released in July, Can we get an updated version for it?

Sorry this took so long, my day job has been keeping me crazy busy. Was mostly done and thanks to @liorze and his pull request, I was able to finish...

This PR bumps elasticsearch version to 5.1.1. The code is ready for review (the code compiles and passes all unit tests). This PR resolves issue #108

There is inconsistency between sirensolutions/siren-join and solutions.siren/siren-join. This is a trap for the unwary! root@odx:~# /usr/share/elasticsearch/bin/plugin install sirensolutions/siren-join/2.4.4 -> Installing sirensolutions/siren-join/2.4.4... Trying https://download.elastic.co/sirensolutions/siren-join/siren-join-2.4.4.zip ... Trying https://search.maven.org/remotecontent?filepath=sirensolutions/siren-join/2.4.4/siren-join-2.4.4.zip ... Trying https://oss.sonatype.org/service/local/repositories/releases/content/sirensolutions/siren-join/2.4.4/siren-join-2.4.4.zip ......

I download the jar and test like this: SearchResponse sr = new CoordinateSearchRequestBuilder(client).setIndices("sp_gf").setQuery( QueryBuilders.filteredQuery(QueryBuilders.matchAllQuery() ,solutions.siren.join.index.query.QueryBuilders.filterJoin("s_1_yb").indices("sp_c").path("s_1_yb").query( QueryBuilders.termQuery("s_1_yb", "512099")))).setSize(1000).execute().actionGet(); there have error: java.lang.NullPointerException at org.elasticsearch.client.transport.support.TransportProxyClient$1.doWithNode(TransportProxyClient.java:58) at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:212) at org.elasticsearch.client.transport.support.TransportProxyClient.execute(TransportProxyClient.java:55) at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:286) at...

**hylanda_dpt_newest_db/dpt_newest/_coordinate_search** ``` { "query": { "bool": { "filter": { "filterjoin": { "foreign_key": { "indices": [ "hylanda_db_7" ], "types": [ "data" ], "path": "url_crc", "maxTermsPerShard": 10, "query": { "bool": { "must":...