You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Running Manticore Search in a Docker Container
165
165
166
166
Docker images of Manticore Search are hosted publicly on Docker Hub at https://hub.docker.com/r/manticoresearch/manticore/.
167
167
168
-
For more information about using Docker, see the `Docker Docs <https://docs.docker.com/>`.
168
+
For more information about using Docker, see the `Docker Docs <https://docs.docker.com/>`__.
169
169
170
170
The searchd daemon runs in nodetach mode inside the container. Default configuration includes a simple Real-Time index and listen on the default ports ( 9306 for SphinxQL and 9312 for SphinxAPI).
Copy file name to clipboardExpand all lines: docs/releasenotes.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,31 @@
1
1
Release notes
2
2
=============
3
3
4
+
Version 2.6.2 GA, 23 February 2018
5
+
-----------------------------------
6
+
7
+
Improvements
8
+
~~~~~~~~~~~~
9
+
10
+
* improved :ref:`Percolate Queries <percolate_query>` performance in case of using NOT operator and for batched documents.
11
+
* :ref:`percolate_query_call` can use multiple threads depending on :ref:`dist_threads`
12
+
* new full-text matching operator NOTNEAR/N
13
+
* LIMIT for SELECT on percolate indexes
14
+
* :ref:`expand_keywords` can accept 'start','exact' (where 'star,exact' has same effect as '1')
15
+
* ranged-main-query for :ref:`joined fields <sql_joined_field>` which uses the ranged query defined by sql_query_range
16
+
17
+
Bugfixes
18
+
~~~~~~~~
19
+
20
+
* `72dcf66 <https://github.com/manticoresoftware/manticoresearch/commit/72dcf669744e9b7d636dfc213d24df85ab301f6b>`__ fixed crash on searching ram segments; deadlock on save disk chunk with double buffer; deadlock on save disk chunk during optimize
21
+
* `3613714 <https://github.com/manticoresoftware/manticoresearch/commit/36137149a1c3c0893bdda5a28fc7e8244bf2d4ae>`__ fixed indexer crash on xml embeded schema with empty attribute name
22
+
* `48d7e80 <https://github.com/manticoresoftware/manticoresearch/commit/48d7e8001d2a66466ca64577f27ddc5421a67251>`__ fixed erroneous unlinking of not-owned pid-file
23
+
* `a5563a4 <https://github.com/manticoresoftware/manticoresearch/commit/a5563a465ddc59ef71e65f17b68bc33f9700e838>`__ fixed orphaned fifos sometimes left in temp folder
24
+
* `2376e8f <https://github.com/manticoresoftware/manticoresearch/commit/2376e8fc4508944b96959bd10686c6d51f5145e8>`__ fixed empty FACET result set with wrong NULL row
25
+
* `4842b67 <https://github.com/manticoresoftware/manticoresearch/commit/4842b67acdd5da75672db6c08ac563b48577ddd7>`__ fixed broken index lock when running daemon as windows service
26
+
* `be35fee <https://github.com/manticoresoftware/manticoresearch/commit/be35feef54ded59125750916cd211e56108eddae>`__ fixed wrong iconv libs on mac os
0 commit comments