elasticsearch
Elasticsearch is a distributed, open source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).
Here are 5,734 public repositories matching this topic...
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push 到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
-
Updated
Aug 18, 2020 - Java
-
Updated
Aug 19, 2020 - TypeScript
In the latest version of elastic-charts, stacked charts support fitting functions as well https://github.com/elastic/elastic-charts/blob/master/CHANGELOG.md#features
Currently, fitting functions are disabled for stacked area charts.
By enabling it, we can use the same fitting functions for them as well.
-
Updated
Aug 8, 2020 - Java
-
Updated
Aug 4, 2020 - Java
-
Updated
Aug 18, 2020 - Shell
-
Updated
Jul 20, 2020 - Python
-
Updated
Aug 11, 2020 - Java
This file is not entirely a reset.css. it resets only a few properties. It also should be easily removable therefore it shouldn't be applied via theme-module.
- Remove
reset.cssfromhttps://github.com/DivanteLtd/vue-storefront/blob/next/packages/core/nuxt-theme-module/index.js#L24 - Include it in the
layout/default.vue(directly copy the content) - remove redundant
reset.scss
-
Updated
Aug 6, 2020 - CSS
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 14, 2020 - Python
-
Updated
Aug 16, 2020 - Java
-
Updated
Aug 18, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Aug 16, 2020 - Java
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Jul 11, 2020 - C#
-
Updated
Aug 7, 2020 - TypeScript
Released February 2010
Latest release Today
- Repository
- elastic/elasticsearch
- Website
- www.elastic.co
- Wikipedia
- Wikipedia
I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy