Skip to content
#

elasticsearch

Here are 5,417 public repositories matching this topic...

advanced-java
yanglbme
yanglbme commented Apr 15, 2019

英雄招募

成为 Doocs 项目维护者

本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。

如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 pushdoocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。

目前 advanced-java 只有 [yanglbme](http

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated May 20, 2020
  • Java
Gyordix
Gyordix commented Jan 8, 2019

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",

vue-storefront
flink-learning

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
flexsearch
ZQbd
ZQbd commented Sep 10, 2019

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":

pielco11
pielco11 commented Aug 14, 2019

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
iceking2001
iceking2001 commented Sep 17, 2019

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

dportabella
dportabella commented May 28, 2016

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

danizen
danizen commented Jan 17, 2020

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

delvedor
delvedor commented Mar 24, 2020

The current level of code coverage is quite good (~99.7), but it would be amazing to reach 100%.
The current code coverage report can be found in codecov.io.

If you want to get the code coverage in your machine, run the following command

npm run test:coverage-ui

Once complete, it will open a new tab in your browser with the covera

george-dotdev
george-dotdev commented Feb 18, 2020

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

liotims
liotims commented Dec 7, 2018

I have a bug when I want to display the job list.
opserver bug job list

When I look in development window I see that the css class for modal-lg use width: 900px;
I change this value in "opserver\Content\themes\light\styles.min.css" to 70% to resolve this issue.

Chrome Version 70.0.3538.1

diedai
diedai commented Feb 27, 2020

问题描述

前端项目登陆的时候,报错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] 

Improve this page

Add a description, image, and links to the elasticsearch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elasticsearch topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.