elasticsearch
Here are 5,417 public repositories matching this topic...
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
When viewing a list of variables, each row has an ambiguous element labeled "duplicate." The user may not know if this is a tag or status indicator using "duplicate" as an adjective/noun to describe the variable as having a conflict with something else or
-
Updated
May 20, 2020 - Java
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 `
-
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.
-
Updated
Apr 21, 2020 - CSS
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
-
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
-
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
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
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_char
according 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