29 Star 146 Fork 37

大胃王 / ElasticSearch-Java API中文翻译

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
note.md 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
大胃王 提交于 2021-12-31 17:51 . update

源码正则替换

//((tag|end)*)::(.*)(?<!\[\])$
//$1::$3\[\]

// ((tag|end)*)::(.*)(?<!\[\])$
// $1::$3\[\]

--\s(?=:)([\s\S]*?)--
$1



\A^
\n

\{[a-zA-Z-]+\}

experimental::\[\]
[WARNING]
=====
This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.
=====



\A--\n:api([\s\S]*?)--
\n:api$1

\A(?<!\s)(.*)\n=
\n$1\n=

\A(?!\s)([\s\S]*?)^=
\n$1=

asciidoc

subs\=\"attributes
subs\=\"attributes+

include(.*)\[(?!tag)(?!leveloffset\=\+1)(.+)\]
include$1[tag=$2]

\[(["]+)source(.+)(?<!indent=0)\]
[$1source$2,indent=0]

https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html

1
https://gitee.com/consolelog/chinese_translation_of_elasticsearchjavaapi.git
git@gitee.com:consolelog/chinese_translation_of_elasticsearchjavaapi.git
consolelog
chinese_translation_of_elasticsearchjavaapi
ElasticSearch-Java API中文翻译
master

搜索帮助