-
Updated
Mar 17, 2022 - CSS
#
elasticsearch-plugin
Here are 122 public repositories matching this topic...
The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
react
chrome-extension
elasticsearch
database
nosql
reactjs
database-gui
elasticsearch-plugin
dejavu
appbaseio
elasticsearch-gui
realtime-updates
opensearch
opensearch-plugins
Monitoring and Management Web Application for ElasticSearch instances and clusters.
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Feb 11, 2022 - TypeScript
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
elasticsearch
machine-learning
elasticsearch-plugin
relevant-search
search-relevance
elasticsearch-plugins
-
Updated
Mar 4, 2022 - Java
Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing
-
Updated
Apr 5, 2022 - Scala
-
Updated
Nov 7, 2017 - JavaScript
-
Updated
Jan 13, 2022 - Kotlin
elasticsearch
data-engineering
locality-sensitive-hashing
elasticsearch-plugin
knn
similarity-search
knn-algorithm
-
Updated
Apr 20, 2020 - Python
-
Updated
Oct 12, 2021 - PHP
Elasticsearch plugin offering Neo4j integration for Personalized Search
-
Updated
May 5, 2021 - Java
PHP write SQL to convert DSL to query Elasticsearch
-
Updated
Jun 10, 2021 - PHP
-
Updated
Dec 20, 2021 - Java
bietkul
commented
Aug 5, 2019
How to reproduce?
Run go test ./... at the root in feat/es7 branch
You can easily see that a lot of test cases get failed, we need to fix it and make sure that all the test cases work as expected.
Additional Context
We recently upgraded the elastic search version from 6.x to 7.x which has some breaking changes, probably that might be the reason for some failed test cases.
Excel/CSV/BulkJSON downloads on Elasticsearch.
-
Updated
Dec 14, 2021 - Java
The Japanese analysis plugin for elasticsearch
-
Updated
Jan 21, 2022 - Java
Entity resolution for Elasticsearch.
elasticsearch
identity-resolution
entity-resolution
elasticsearch-plugin
gdpr
address-matching
entity-matching
name-matching
-
Updated
Mar 8, 2022 - Java
Elasticsearch's Analyzer for Kuromoji with Neologd
-
Updated
Aug 9, 2021 - Java
Elasticsearch plugin for reindexing
-
Updated
Oct 24, 2019 - Java
Elasticsearch integration for Sylius apps.
elasticsearch
ecommerce
symfony
symfony-bundle
sylius
elasticsearch-plugin
elasticsearch-client
sylius-plugin
sylius-filtering
-
Updated
Apr 5, 2022 - PHP
-
Updated
Sep 7, 2015 - Java
Elasticsearch plugin for fast nearest neighbours of vectors (Similar use as FAISS)
-
Updated
Apr 19, 2019 - Java
Elasticsearch lemmatizer for 15 languages
-
Updated
Dec 20, 2021 - Java
elastalert 的钉钉报警插件
-
Updated
Sep 15, 2017 - Python
HanLP Analysis for Elasticsearch
-
Updated
Apr 21, 2019 - Java
A machine learning plugin for Elasticsearch providing aggregations to compute multiple linear regression on search results in real-time for predictive analytics.
-
Updated
Oct 7, 2018 - Java
Nodeos plugin for archiving blockchain data into Elasticsearch.
-
Updated
Aug 10, 2019 - C++
Elasticsearch plugin for b-bit minhash algorism
-
Updated
Apr 1, 2022 - Java
Plugin to integrate approximate nearest neighbor(ANN) search with Elasticsearch
-
Updated
Jan 24, 2019 - Java
An Elasticsearch plugin to return query results as either PDF,HTML or CSV.
-
Updated
Aug 29, 2018 - Java
Improve this page
Add a description, image, and links to the elasticsearch-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elasticsearch-plugin topic, visit your repo's landing page and select "manage topics."
Describe the bug
Elastiknn exceptions do not extend ElasticsearchException, so they seem to always be turned into a 500, when a 4xx would often be more appropriate.
Expected behavior