elasticsearch
Here are 5,510 public repositories matching this topic...
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push 到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Jun 7, 2020 - Java
Steps to reproduce:
On a template variable with multi-select:
- enter a search which matches one or more items
- navigate by keyboard to an item
- use space bar to toggle the item
Actual Result:
The space bar input is appended or prepended to the search text.
Expected Result
The search text should remained unchanged, since focus is on a dropdown item.
**Releva
Kibana version: 7.7.0
Elasticsearch version: 7.7.0
Server OS version: Ubuntu 18.04
Browser version: Chrome 81
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): default tar.gz files
Describe the bug: If you select one or more follower indices in Management >
Cross-Cluster Replication, and click the `
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。另外写博客,用 OpenWrite。
-
Updated
Apr 11, 2020 - Java
ik ver 6.4.2
analyze :
_analyze?pretty" -d '{"tokenizer":"ik_max_word", "text":"aa.bb.cc@dd.com"}'
we got
`{
"tokens" : [
{
"token" : "aa.bb.cc@dd.com",
"start_offset" : 0,
"end_offset" : 15,
"type" : "LETTER",
"position" : 0
},
{
"token" : "aa",
"start_offset" : 0,
"end_offset" : 2,
"type" : "ENGLISH",
Hi,
I tried to enable the tls via default utility on free feature, but wasn't successful. Could you create a simple tutorial for this?
Niche Guides
Along with the General Guides, it might be helpful to add a niche guide section, which is broken down by AWS service. Happy to issue a PR with some quality tutorials as an example.
What is the motivation for adding / enhancing this feature?
I recently wanted to test my VSF shop in production but didn't exactly knew the requirements so I just bought a vps with 4GB or RAM and 2 CPUs. After some testings I saw that 4GB RAM was clearly not enough. So I wo
The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
-
Updated
Apr 21, 2020 - CSS
flink learning blog. http://www.54tianzhisheng.cn 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
-
Updated
May 13, 2020 - Java
6.3版本REGEXP有问题
sql如下:select * from testreg where text.keyword <> REGEXP("?")
翻译的dsl如下:可以看到翻译的dsl是must,应该是must_not才对
{
"from": 0,
"size": 200,
"query": {
"bool": {
"filter": [
{
"bool": {
"must": [
{
"regexp": {
"text.keyword": {
"value": "?",
"flags_value": 65535,
"max_determinized_states": 10000,
"boost":
See https://forum.newsblur.com/t/how-to-set-default-full-article-retrieval-in-android-app/7111/4. The most recent comment says that it wasn't discoverable. Let's make it discoverable by adding a preference to turn it off (defaulted to on of course).
The mapping that I use follows the documentation. We have a list of nested JSON objects
It's an issue in the ELK stack, not Twint. Workarounds/solutions are welcome.
What we can do
- index the list of objects
- read them in the documents
- search for documents via Console or REST API (thanks to ieosint for spotting this out)
What we can't do
- search for documents in Kibana's sear
<table tableName="pms_brand">
<generatedKey column="id" sqlStatement="MySql" identity="true"/>
<!-- 对应表中每一个类型为text的列 -->
<columnOverride column="brand_story" jdbcType="VARCHAR"/>
</table>
Which version of Elastic are you using?
[x] elastic.v6 (for Elasticsearch 6.x)
Please describe the expected behavior
Get and update a document successed if its id contains both comma and slash.
Please describe the actual behavior
The es return 400 bad request error.
Any steps to reproduce the behavior?
Insert a document by bulk api , which id is "c7ccd3c6f4a7: <Mi
if I understood it corretly from README.MD, we can install like this:
$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx
and later when we need datastores, we run
$ cd ~/dev-setup
$ ./.dots datastores
I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but
Import and export tools for elasticsearch
-
Updated
May 20, 2020 - JavaScript
General information
OS Platform and Distribution: Windows 10: - never in prodcution
ElasticHQ Version: Clone of master, tag v3.5.12
Elasticsearch Version: 7.5.1
Python version (ignore is using docker image): CPython 3.6
Browser Vendor and Version (if applicable): Chrome 79? Don't think its applicable.
Desired Behavior
ElasticHQ should constrain the input
Official Elasticsearch client library for Node.js
-
Updated
Jun 9, 2020 - JavaScript
We are missing the query parameters in the doc example generator.
For instance the example f8cc4b331a19ff4df8e4a490f906ee69 is missing the v parameter as query string: GET /_cat/health?v (see [here](https://raw.githubusercontent.com/elastic/built-docs/master/raw/en/elasticsea
Affected Projects
React
Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.
Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.
**Descr
问题描述
前端项目登陆的时候,报错500。
原因分析
是因为feign获取user的时候,超时,然后走的是降级的代码。
本质就是因为feign请求的时候,超时。
在这个项目里,feign请求超时。
而且,自己写的简单demo ( https://gitee.com/52itstyle/Spring-Cloud-Alibaba.git ), 专门用于测试nacos和feign,也是超时。一模一样的错误。
所以,应该不是这个项目的原因,而是我的电脑(mac),只要是nacos和feign,都是超时。
2020-02-24 20:58:21.938 ERROR [authorization-server,b6ed6d23d9efe8e5,b6ed6d23d9efe8e5,true] 20465 --- [nio-8000-exec-1]
From docs: "Range component containing only min/max input fields. Requires pressing "Go" to update the filter."
Why do all other inputs get searchOnChange? Including most Range Components!
Improve this page
Add a description, image, and links to the elasticsearch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elasticsearch topic, visit your repo's landing page and select "manage topics."



Implement
to_characcording to the PostgreSQL spec: https://www.postgresql.org/docs/9.1/functions-formatting.html by translating to the java.time patterns used inDATETIME_FORMAT.Follows: #54832