# HG changeset patch # User Oleksandr Gavenko # Date 1514240996 -7200 # Node ID aec79721c8aa5f8a517df8f6af751be82507767f # Parent 473f6c2b0fdfa2bbaf3e3bea236a80009adaac6a Fix typo. diff -r 473f6c2b0fdf -r aec79721c8aa elasticsearch.rst --- a/elasticsearch.rst Tue Dec 19 17:26:06 2017 +0200 +++ b/elasticsearch.rst Tue Dec 26 00:29:56 2017 +0200 @@ -116,6 +116,15 @@ https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-simple-query-string-query.html Simple Query String Query +ES Query DSL +============ + +``_exists_:``, ``_missing_:``:: + +https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-exists-query.html + Exists Query + + Performance =========== diff -r 473f6c2b0fdf -r aec79721c8aa windows.rst --- a/windows.rst Tue Dec 19 17:26:06 2017 +0200 +++ b/windows.rst Tue Dec 26 00:29:56 2017 +0200 @@ -509,7 +509,7 @@ cmd> icacls %dir% /t /grant:r %user%:(f) cmd> icacls %dir% /t /grant:r *S-1-1-0:(f) -Somtimes it fail due to permission inheritance, thry strip them:: +Somtimes it fail due to permission inheritance, try to strip them:: cmd> icacls %dir% /inheritance:r /t /grant:r %user%:(f)