<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2013-05-21 09:13:12]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://sphinxsearch.com/bugs/</docs><link>http://sphinxsearch.com/bugs/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://sphinxsearch.com/bugs/images/mantis_logo_button.gif</url><link>http://sphinxsearch.com/bugs/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0001546: searchd lefts pipe after each HUP</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1546</link><description><![CDATA[Searchd lefts opened pipe after each HUP received.&lt;br /&gt;
&lt;br /&gt;
Sometime it chashes after reaching OS limits:&lt;br /&gt;
[Fri May 17 15:30:13.279 2013] [30775] caught SIGHUP (seamless=1, in queue=1)&lt;br /&gt;
[Fri May 17 15:30:13.303 2013] [30775] FATAL: pipe() failed (error=Too many open files)&lt;br /&gt;
[Fri May 17 15:30:13.309 2013] [30775] shutdown complete&lt;br /&gt;
&lt;br /&gt;
Sometimes is not:&lt;br /&gt;
[Fri May 17 15:55:44.410 2013] [ 5286] caught SIGHUP (seamless=1, in queue=1)&lt;br /&gt;
[Fri May 17 15:55:44.410 2013] [ 5286] WARNING: failed to parse config file '/etc/sphinx2.conf'; using previous settings&lt;br /&gt;
[Fri May 17 15:55:44.410 2013] [ 5286] WARNING: rotating index 'test1': prealloc: failed to open /data/soft/sphinx2/var/data/test1.new.spd: Too many open files; using old index]]></description><category>general</category><pubDate>Mon, 20 May 2013 19:37:36 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1546</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1546#bugnotes</comments></item><item><title>0001547: Unexpectable results of search by rt_attr_bigint</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1547</link><description><![CDATA[Hello.&lt;br /&gt;
We are working on project, where we have few RT indexes, and each of them serve several hundred thousands documents.&lt;br /&gt;
We faced a problem with searching: some of documents, which satisfy search criteria, are not seen in the result set.&lt;br /&gt;
&lt;br /&gt;
We use query with mix of ‘match’ and attribute equality criteria.&lt;br /&gt;
Index have two docs with customer_id = 16225. One of them is doc with order_number = ‘31300222723’ and id = 4611686018427656993 :&lt;br /&gt;
&lt;br /&gt;
mysql&gt; select id, customer_id from order_index where match(‘(@r_status P)(@order_number 31300222723)')&lt;br /&gt;
order by publish_date desc,last_event_date desc limit 0, 10;&lt;br /&gt;
+---------------------+-------------+&lt;br /&gt;
| id                          | customer_id |&lt;br /&gt;
+---------------------+-------------+&lt;br /&gt;
| 4611686018427656993 |       16225 |&lt;br /&gt;
+---------------------+-------------+&lt;br /&gt;
1 row in set (0.17 sec)&lt;br /&gt;
&lt;br /&gt;
But when we try to fetch all documents with customer_id = 16255 , sphinx doesn’t return the mentioned doc:  &lt;br /&gt;
&lt;br /&gt;
mysql&gt; select id, customer_id from order_index where match('(@r_status P)') and customer_id = 16225 &lt;br /&gt;
order by publish_date desc,last_event_date desc limit 0, 10;&lt;br /&gt;
&lt;br /&gt;
+---------------------+-------------+&lt;br /&gt;
| id                  | customer_id |&lt;br /&gt;
+---------------------+-------------+&lt;br /&gt;
| 4611686018427676230 |       16225 |&lt;br /&gt;
+---------------------+-------------+&lt;br /&gt;
1 row in set (0.20 sec)&lt;br /&gt;
&lt;br /&gt;
Is it known issue?]]></description><category>general</category><pubDate>Mon, 20 May 2013 18:39:18 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1547</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1547#bugnotes</comments></item><item><title>0001434: Indexer crashes while merging two indexes</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1434</link><description><![CDATA[Indexer crashes while merging two indexes, possibly as effect of scale - indexed database is pretty big (3+ million records)&lt;br /&gt;
&lt;br /&gt;
Sphinx 2.0.6-release (r3473)&lt;br /&gt;
Copyright (c) 2001-2012, Andrew Aksyonoff&lt;br /&gt;
Copyright (c) 2008-2012, Sphinx Technologies Inc (&lt;a href=&quot;http://sphinxsearch.com&quot;&gt;http://sphinxsearch.com&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;])&lt;br /&gt;
&lt;br /&gt;
using config file '/opt/piler/etc/sphinx.conf'...&lt;br /&gt;
merging index 'delta1' into index 'main1'...&lt;br /&gt;
read 209.5 of 209.5 MB, 100.0% done&lt;br /&gt;
*** Oops, indexer crashed! Please send the following report to developers.&lt;br /&gt;
Sphinx 2.0.6-release (r3473)&lt;br /&gt;
-------------- report begins here ---------------&lt;br /&gt;
Current document: docid=0, hits=0&lt;br /&gt;
Current batch: minid=0, maxid=0&lt;br /&gt;
Hit pool start: docid=0, hit=0&lt;br /&gt;
-------------- backtrace begins here ---------------&lt;br /&gt;
Program compiled with gcc 4.6&lt;br /&gt;
Host OS is Linux mpiler 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;
Stack bottom = 0x0, thread stack size = 0x10000&lt;br /&gt;
begin of system backtrace:&lt;br /&gt;
begin of system symbols:&lt;br /&gt;
/opt/piler/bin/indexer[0x4c4919]&lt;br /&gt;
/opt/piler/bin/indexer[0x405cf0]&lt;br /&gt;
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0)[0x7fc659cb6cb0]&lt;br /&gt;
/opt/piler/bin/indexer[0x4237fd]&lt;br /&gt;
/opt/piler/bin/indexer[0x491de6]&lt;br /&gt;
/opt/piler/bin/indexer[0x451704]&lt;br /&gt;
/opt/piler/bin/indexer[0x40861a]&lt;br /&gt;
/opt/piler/bin/indexer[0x40442c]&lt;br /&gt;
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7fc6588aa76d]&lt;br /&gt;
/opt/piler/bin/indexer[0x405b89]&lt;br /&gt;
Backtrace looks OK. Now you have to do following steps:&lt;br /&gt;
  1. Run the command over the crashed binary (for example, 'indexer'):&lt;br /&gt;
     nm -n indexer &gt; indexer.sym&lt;br /&gt;
  2. Attach the binary, generated .sym and the text of backtrace (see above) to the bug report.&lt;br /&gt;
Also you can read the section about resolving backtraces in the documentation.&lt;br /&gt;
-------------- backtrace ends here ---------------]]></description><category>general</category><pubDate>Sun, 19 May 2013 12:48:30 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1434</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1434#bugnotes</comments></item><item><title>0001543: Multibyte chars in utf8 in the wordfroms file is threated as two different words</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1543</link><description><![CDATA[I think something went wrong in this bugfix;&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1496&quot;&gt;http://sphinxsearch.com/bugs/view.php?id=1496&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1496&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
All words with multibyte characters (ie: å ä ö) are threated as two words and throws this warning:&lt;br /&gt;
&lt;br /&gt;
WARNING: invalid mapping (must be exactly 1 destination keyword) ( wordforms='öljymaissaan &gt; öljymaissa' ). Fix your wordforms file '/usr/local/etc/203configs/sphinx/wordforms/fi_FI.txt'.]]></description><category>general</category><pubDate>Wed, 15 May 2013 10:35:15 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1543</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1543#bugnotes</comments></item><item><title>0001542: Filters by Json Attribute doesn't work in SphinxSE</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1542</link><description><![CDATA[This works in SphinxQL&lt;br /&gt;
&lt;br /&gt;
select * from realtime_media where indexedmetadata.eyes='blue';&lt;br /&gt;
&lt;br /&gt;
what is the equivalent in SphinxSE?&lt;br /&gt;
&lt;br /&gt;
select * from sphinxmedia where&lt;br /&gt;
query='mode=extended2;index=realtime_media;limit=100;filter=indexedmetadata.eyes,blue';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=10990&quot;&gt;http://sphinxsearch.com/forum/view.html?id=10990&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=10990&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]]]></description><category>sphinxse</category><pubDate>Mon, 13 May 2013 19:37:23 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1542</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1542#bugnotes</comments></item><item><title>0001523: With SphinxSearch 2.11 _sph_geodist is 0</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1523</link><description><![CDATA[Doing a query with center point and radius.&lt;br /&gt;
Items are returned but their distance from center is returned as 0.]]></description><category>sphinxse</category><pubDate>Mon, 13 May 2013 19:34:13 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1523</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1523#bugnotes</comments></item><item><title>0001521: RT индекс не проходит проверку indextool</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1521</link><description><![CDATA[Только что созданный и наполненный RT индекс не проходит проверку indextool:&lt;br /&gt;
&lt;br /&gt;
checking RT segment 17(25)...&lt;br /&gt;
FAILED, unsorted MVA values (segment=17, row=0, mvaattr=1, docid=1, val[2]=18446744073709551615, val[4]=1)&lt;br /&gt;
&lt;br /&gt;
Прикрепил тестовый конфиг и набор данных, на которых воспроизводится эта проблема.]]></description><category>general</category><pubDate>Mon, 13 May 2013 13:02:54 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1521</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1521#bugnotes</comments></item><item><title>0001540: sphinxsearch build for wheezy</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1540</link><description><![CDATA[Hi,&lt;br /&gt;
&lt;br /&gt;
on a debian wheezy system sphinxsearch 2.0.8 is installable without a problem but depends on libmysqlclient16 from debian squeeze.&lt;br /&gt;
&lt;br /&gt;
Are there any chances to get a build for debian wheezy which depends on libmysqlclient18 so we can remove libmysqlclient16?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.]]></description><category>general</category><pubDate>Mon, 13 May 2013 10:00:55 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1540</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1540#bugnotes</comments></item><item><title>0001539: Searchd doesn't delete pid file</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1539</link><description><![CDATA[Sometimes searchd doesn't delete pid file after clean shutdown. 'Clean' means 'shutdown complete' appears in the log:&lt;br /&gt;
[Mon May 13 10:09:25.336 2013] [10570] Child process 10571 has been forked&lt;br /&gt;
[Mon May 13 10:09:25.337 2013] [10571] listening on all interfaces, port=3337&lt;br /&gt;
[Mon May 13 10:09:25.342 2013] [10571] WARNING: wordforms contain stopwords ( wordform='ве &gt; b' ). Fix your wordforms file '/tmp/wordforms'.&lt;br /&gt;
[Mon May 13 10:09:25.342 2013] [10571] WARNING: wordforms contain stopwords ( wordform='е &gt; e' ). Fix your wordforms file '/tmp/wordforms'.&lt;br /&gt;
[Mon May 13 10:09:25.489 2013] [10571] WARNING: index 'vacancies_attach': '/tmp/wordforms' differs from the original&lt;br /&gt;
[Mon May 13 10:09:25.645 2013] [10571] WARNING: index 'resume_attach': '/tmp/wordforms' differs from the original&lt;br /&gt;
[Mon May 13 10:09:25.776 2013] [10571] accepting connections&lt;br /&gt;
[Mon May 13 11:05:32.819 2013] [10571] caught SIGTERM, shutting down&lt;br /&gt;
[Mon May 13 11:05:35.988 2013] [10571] shutdown complete&lt;br /&gt;
[Mon May 13 11:05:36.023 2013] [10570] Child process 10571 has been finished, exit code 0. Watchdog finishes also. Good bye!&lt;br /&gt;
&lt;br /&gt;
But, what I see in a console during shutdown:&lt;br /&gt;
root@search:~# ps aux | grep 'search[d]'; cat /data/soft/sphinx/var/log/searchd.pid&lt;br /&gt;
sphinx   10570  0.0  0.0  30548   968 ?        S    10:09   0:00 /data/soft/sphinx2//bin/searchd --config /etc/sphinx.conf&lt;br /&gt;
sphinx   10571  4.1  3.6 1350580 895152 ?      Sl   10:09   2:21 /data/soft/sphinx2//bin/searchd --config /etc/sphinx.conf&lt;br /&gt;
10571&lt;br /&gt;
root@search:~# kill `cat /data/soft/sphinx/var/log/searchd.pid`&lt;br /&gt;
(waiting a few minutes, while it dumps RT indexes...)&lt;br /&gt;
root@search:~# ps aux | grep 'search[d]'; cat /data/soft/sphinx/var/log/searchd.pid&lt;br /&gt;
10571&lt;br /&gt;
&lt;br /&gt;
It's was never observed with ordinary disk indexes. But in a way of searchd serving RT-indexes is in a half of stops.]]></description><category>general</category><pubDate>Mon, 13 May 2013 09:51:15 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1539</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1539#bugnotes</comments></item><item><title>0001538: Warning about wordforms after upgrade to 2.0.8</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1538</link><description><![CDATA[After upgrade to 2.0.8 I'm getting warning message:&lt;br /&gt;
&lt;br /&gt;
WARNING: invalid mapping (must be exactly 1 destination keyword) ( wordforms='sodai &gt; sodo namas' ). Fix your wordforms file '/etc/sphinx/wordforms.txt'.&lt;br /&gt;
WARNING: invalid mapping (must be exactly 1 destination keyword) ( wordforms='sodas &gt; sodo namas' ). Fix your wordforms file '/etc/sphinx/wordforms.txt'.&lt;br /&gt;
WARNING: invalid mapping (must be exactly 1 destination keyword) ( wordforms='sodu &gt; sodo namas' ). Fix your wordforms file '/etc/sphinx/wordforms.txt'.&lt;br /&gt;
WARNING: invalid mapping (must be exactly 1 destination keyword) ( wordforms='naujojoje vilnioje &gt; naujoji vilnia' ). Fix your wordforms file '/etc/sphinx/wordforms.txt'.&lt;br /&gt;
&lt;br /&gt;
According to the documentation, destination wordforms can be from couple keywords.]]></description><category>general</category><pubDate>Mon, 13 May 2013 08:41:55 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1538</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1538#bugnotes</comments></item><item><title>0001537: INTERNAL ERROR: the column 'count(*)/cnt' does not present in result set schema</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1537</link><description><![CDATA[The following behaviour occurs only if compat_sphinxql_magics is turned off.&lt;br /&gt;
&lt;br /&gt;
Take a look at this query: SELECT *, count(*) as cnt, 1 as t FROM index GROUP BY t;&lt;br /&gt;
This works perfectly when queried as a sphinxql statement.&lt;br /&gt;
&lt;br /&gt;
However when I use the php sphinxapi and try to query that I get the error &quot;INTERNAL ERROR: the column 'count(*)/cnt' does not present in result set schema&quot;&lt;br /&gt;
&lt;br /&gt;
$client = new SphinxClient();&lt;br /&gt;
...&lt;br /&gt;
$client-&gt;SetSelect(&quot;*, count(*) as cnt, 1 as t&quot;);&lt;br /&gt;
$client-&gt;SetGroupBy(&quot;t&quot;, SPH_GROUPBY_ATTR);&lt;br /&gt;
...]]></description><category>sphinxse</category><pubDate>Sun, 12 May 2013 21:38:30 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1537</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1537#bugnotes</comments></item><item><title>0001536: Indexer crashed with "block relocation: write error"</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1536</link><description><![CDATA[I'm getting the following crash when trying to rebuild a particular index:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$ nice -n20 ionice -c2 -n7 indexer --config /home/sphinx/etc/sphinx.conf --rotate people_index&lt;br /&gt;
Sphinx 2.0.8-id64-release (r3831)&lt;br /&gt;
Copyright (c) 2001-2012, Andrew Aksyonoff&lt;br /&gt;
Copyright (c) 2008-2012, Sphinx Technologies Inc (&lt;a href=&quot;http://sphinxsearch.com&quot;&gt;http://sphinxsearch.com&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;])&lt;br /&gt;
&lt;br /&gt;
using config file '/home/sphinx/etc/sphinx.conf'...&lt;br /&gt;
indexing index 'people_index'...&lt;br /&gt;
collected 2346978 docs, 388.7 MB&lt;br /&gt;
ERROR: index 'people_index': block relocation: write error: 35186301 of 74395451 bytes written.&lt;br /&gt;
*** Oops, indexer crashed! Please send the following report to developers.&lt;br /&gt;
Sphinx 2.0.8-id64-release (r3831)&lt;br /&gt;
-------------- report begins here ---------------&lt;br /&gt;
Current document: docid=11034583, hits=31853319&lt;br /&gt;
Current batch: minid=0, maxid=0&lt;br /&gt;
Hit pool start: docid=10996477, hit=36350702&lt;br /&gt;
-------------- backtrace begins here ---------------&lt;br /&gt;
Program compiled with gcc 4.4.6&lt;br /&gt;
Host OS is Linux unixdeva16 2.6.32-279.19.1.el6.x86_64 &lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1&quot;&gt;0000001&lt;/a&gt; SMP Sat Nov 24 14:35:28 EST 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;
Stack bottom = 0x7fff10cd0450, thread stack size = 0x10000&lt;br /&gt;
begin of manual backtrace:&lt;br /&gt;
Something wrong with thread stack, backtrace may be incorrect (fp=7fff10cd0450)&lt;br /&gt;
Wrong stack limit or frame pointer, backtrace failed (fp=7fff10cd0450, stack=7fff10cd0000, stacksize=65536)&lt;br /&gt;
begin of system backtrace:]]></description><category>general</category><pubDate>Sat, 11 May 2013 18:55:50 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1536</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1536#bugnotes</comments></item><item><title>0001532: Attributes do not have values using distributed index</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1532</link><description><![CDATA[I followed the steps here in an effort to improve my sphinx search performance &lt;a href=&quot;http://www.mysqlperformanceblog.com/2013/01/16/sphinx-search-performance-optimization-multi-threaded-search/&quot;&gt;http://www.mysqlperformanceblog.com/2013/01/16/sphinx-search-performance-optimization-multi-threaded-search/.&lt;/a&gt; [&lt;a href=&quot;http://www.mysqlperformanceblog.com/2013/01/16/sphinx-search-performance-optimization-multi-threaded-search/&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
I query sphinx via MySQL using sphinxse.&lt;br /&gt;
&lt;br /&gt;
Before distributing the indexes I receive values for my sql_attr_uint declared attributes. If I distribute the indexes using the method referenced above I do not receive the values.&lt;br /&gt;
&lt;br /&gt;
With the distributed index I get:&lt;br /&gt;
&lt;br /&gt;
mysql&gt; SELECT *  FROM items_sphinx WHERE items_sphinx.query='wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267';&lt;br /&gt;
+---------+--------+-------------------------------------------------------------------------+----------+--------+---------+----------+&lt;br /&gt;
| id      | weight | query                                                                   | group_id | itemid | priceid | domainid |&lt;br /&gt;
+---------+--------+-------------------------------------------------------------------------+----------+--------+---------+----------+&lt;br /&gt;
| 9605165 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9605801 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9610040 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9610678 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9612315 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9618036 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9619428 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9620184 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9620332 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
| 9621213 |   1472 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 |      0 |       0 |        0 |&lt;br /&gt;
+---------+--------+-------------------------------------------------------------------------+----------+--------+---------+----------+&lt;br /&gt;
10 rows in set (0.02 sec)&lt;br /&gt;
&lt;br /&gt;
Without the distributed index I get:&lt;br /&gt;
&lt;br /&gt;
mysql&gt; SELECT *  FROM items_sphinx WHERE items_sphinx.query='wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267';&lt;br /&gt;
+---------+--------+-------------------------------------------------------------------------+----------+--------+---------+----------+&lt;br /&gt;
| id      | weight | query                                                                   | group_id | itemid | priceid | domainid |&lt;br /&gt;
+---------+--------+-------------------------------------------------------------------------+----------+--------+---------+----------+&lt;br /&gt;
| 9605165 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 415588 | 9605165 |      267 |&lt;br /&gt;
| 9605801 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 182915 | 9605801 |      267 |&lt;br /&gt;
| 9610040 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 131985 | 9610040 |      267 |&lt;br /&gt;
| 9610678 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 152776 | 9610678 |      267 |&lt;br /&gt;
| 9612315 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 279931 | 9612315 |      267 |&lt;br /&gt;
| 9618036 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 100415 | 9618036 |      267 |&lt;br /&gt;
| 9619428 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 132263 | 9619428 |      267 |&lt;br /&gt;
| 9620184 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 122806 | 9620184 |      267 |&lt;br /&gt;
| 9620332 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 122801 | 9620332 |      267 |&lt;br /&gt;
| 9621213 |   1475 | wine;index=items;mode=extended;ranker=bm25;limit=10;filter=domainid=267 |        0 | 255879 | 9621213 |      267 |&lt;br /&gt;
+---------+--------+-------------------------------------------------------------------------+----------+--------+---------+----------+&lt;br /&gt;
10 rows in set (0.06 sec)&lt;br /&gt;
&lt;br /&gt;
Note in the later case I have values for itemid, priceid and domainid. I define these attributes as follows in the source declaration of my sphinx.conf:&lt;br /&gt;
&lt;br /&gt;
    sql_attr_uint = domainid&lt;br /&gt;
    sql_attr_uint = itemid&lt;br /&gt;
    sql_attr_uint = priceid&lt;br /&gt;
&lt;br /&gt;
In the case of the non-distributed index I have these declarations for my data source declaration. In the case of the distributed indexes I have these declarations for each of my four data source declarations.]]></description><category>sphinxse</category><pubDate>Tue, 07 May 2013 16:07:18 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1532</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1532#bugnotes</comments></item><item><title>0001259: Negative Assertion operator (aka NOT NEAR)</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1259</link><description><![CDATA[Basically a new operators to be able to run queries of the form &quot;search for word X except when followed by Y&quot;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
match documents that do contain &quot;beach&quot;, but not when its just part of &quot;Beach&lt;br /&gt;
Street&quot; phrase.&lt;br /&gt;
&lt;br /&gt;
(just excluding the phrase, excludes all documents, even if they contain &quot;beach&quot; on its own elsewhere in the document) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In regular expression terms, would be an Assertion&lt;br /&gt;
&lt;a href=&quot;http://www.php.net/manual/en/regexp.reference.assertions.php&quot;&gt;http://www.php.net/manual/en/regexp.reference.assertions.php&lt;/a&gt; [&lt;a href=&quot;http://www.php.net/manual/en/regexp.reference.assertions.php&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
example: Beach(?! Street) &lt;br /&gt;
&lt;br /&gt;
(I dont think any need for positive assertions with sphinx, only negative assertions)]]></description><category>general</category><pubDate>Tue, 07 May 2013 15:32:34 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1259</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1259#bugnotes</comments></item><item><title>0001529: enable star and morphology does not work together (RT Index)</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1529</link><description><![CDATA[Example of index:&lt;br /&gt;
&lt;br /&gt;
index index_rt&lt;br /&gt;
{&lt;br /&gt;
    type    = rt&lt;br /&gt;
    enable_star = 1&lt;br /&gt;
    min_prefix_len = 2&lt;br /&gt;
    prefix_fields = title, description&lt;br /&gt;
    expand_keywords = 1&lt;br /&gt;
    dict = keywords&lt;br /&gt;
    path    = /var/lib/sphinxsearch/data/index_rt&lt;br /&gt;
&lt;br /&gt;
    rt_field     = title&lt;br /&gt;
    rt_field     = description&lt;br /&gt;
    rt_attr_uint = publish_time&lt;br /&gt;
&lt;br /&gt;
    charset_type = utf-8&lt;br /&gt;
#    morphology     = stem_enru # if you open this string, 'enable_star' does not work&lt;br /&gt;
}]]></description><category>general</category><pubDate>Tue, 07 May 2013 15:26:23 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1529</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1529#bugnotes</comments></item><item><title>0001531: snippets do incorect highlighting in cases with using stopwords containing blend chars</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1531</link><description><![CDATA[source src2 : src&lt;br /&gt;
{&lt;br /&gt;
	sql_query = SELECT 1, 'ONE', 22 gid, 'TWO' title&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
index asdf&lt;br /&gt;
{&lt;br /&gt;
	source			= src2&lt;br /&gt;
	path			= asdf&lt;br /&gt;
	charset_type		= utf-8&lt;br /&gt;
	blend_mode		= trim_none&lt;br /&gt;
	blend_chars 	= -&lt;br /&gt;
	wordforms		= wordforms.txt&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
$ cat wordforms.txt &lt;br /&gt;
черно-белый &gt; черно-белый&lt;br /&gt;
черно-бела &gt; черно-белый&lt;br /&gt;
черно-белы &gt; черно-белый&lt;br /&gt;
черно-белая &gt; черно-белый&lt;br /&gt;
черно-белыми &gt; черно-белый&lt;br /&gt;
черно-белее &gt; черно-белый&lt;br /&gt;
черно-белые &gt; черно-белый&lt;br /&gt;
черно-белых &gt; черно-белый&lt;br /&gt;
черно-белом &gt; черно-белый&lt;br /&gt;
черно-белую &gt; черно-белый&lt;br /&gt;
черно-белой &gt; черно-белый&lt;br /&gt;
черно-белою &gt; черно-белый&lt;br /&gt;
&lt;br /&gt;
mysql&gt; call snippets ('черно-белый, черно-белая, черно-белым', 'asdf', 'черно-белый')\G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
snippet: &lt;b&gt;черно&lt;/b&gt;-&lt;b&gt;белый&lt;/b&gt;, &lt;b&gt;черно&lt;/b&gt;-белая, &lt;b&gt;черно&lt;/b&gt;-белым&lt;br /&gt;
1 row in set (0.00 sec)]]></description><category>general</category><pubDate>Tue, 07 May 2013 08:43:04 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1531</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1531#bugnotes</comments></item><item><title>0001527: License APIs under non-GPL license</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1527</link><description><![CDATA[The licenses used by the APIs:&lt;br /&gt;
&lt;br /&gt;
libsphinxclient (C) -&gt; LGPL&lt;br /&gt;
PHP/Python/Java: GPL&lt;br /&gt;
Ruby: Ruby License&lt;br /&gt;
&lt;br /&gt;
The LGPL and Ruby License allow proprietary programs to call the library.&lt;br /&gt;
&lt;br /&gt;
The GPL does not allow proprietary programs to call the library.  Licensing libraries as GPL severely restricts what types of users can use that library.&lt;br /&gt;
&lt;br /&gt;
Therefore, I recommend licensing the PHP/Python/Java libraries as LGPL or BSD.&lt;br /&gt;
&lt;br /&gt;
Related:&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=4196&quot;&gt;http://sphinxsearch.com/forum/view.html?id=4196&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=4196&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
&gt; I contacted Shodan, and he gave me permission to use the PHP API file&lt;br /&gt;
&gt; with the LGPL license :). He said he would probably change the license&lt;br /&gt;
&gt; in the public release at some point too.]]></description><category>general</category><pubDate>Thu, 02 May 2013 21:10:37 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1527</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1527#bugnotes</comments></item><item><title>0001524: Using Workbench as the MySQL client for searchd</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1524</link><description><![CDATA[It would be nice to use MySQL Workbench as a GUI front-end for searchd.&lt;br /&gt;
&lt;br /&gt;
When attempting to connect to searchd using Workbench it throws the following error:&lt;br /&gt;
&lt;br /&gt;
/* Thu Apr 25 12:37:05.119 2013 conn 1 */ SHOW SESSION VARIABLES LIKE&lt;br /&gt;
'lower_case_table_names' # error=sphinxql: syntax error, unexpected LIKE, expecting $end&lt;br /&gt;
near 'LIKE 'lower_case_table_names''&lt;br /&gt;
&lt;br /&gt;
There may be additional connection issues, but since this is a fatal error, it stops here.&lt;br /&gt;
&lt;br /&gt;
Here is my forum post regarding this issue:&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=10993&quot;&gt;http://sphinxsearch.com/forum/view.html?id=10993&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=10993&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]]]></description><category>general</category><pubDate>Mon, 29 Apr 2013 03:46:08 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1524</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1524#bugnotes</comments></item><item><title>0001519: Sphinx crashes randomly.</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1519</link><description><![CDATA[I have occasional crashes of Sphinx on my server. Usually, it consumes all the RAM, swap and then gets killed by oom-killer. But that's another issue. Sometimes it just crashes. I have installed the debug version of Sphinx and saved two coredumps and backtraces. Both crashes happened over the weekend.&lt;br /&gt;
&lt;br /&gt;
Here's the backtrace and related searchd.log records.&lt;br /&gt;
&lt;br /&gt;
Crash 1&lt;br /&gt;
&lt;br /&gt;
------- FATAL: CRASH DUMP -------&lt;br /&gt;
[Sat Apr 20 08:00:52.629 2013] [32153]&lt;br /&gt;
&lt;br /&gt;
--- crashed SphinxAPI request dump ---&lt;br /&gt;
&lt;br /&gt;
--- request dump end ---&lt;br /&gt;
Sphinx 2.2.1-id64-dev (r3813)&lt;br /&gt;
Handling signal 6&lt;br /&gt;
-------------- backtrace begins here ---------------&lt;br /&gt;
Program compiled with gcc 4.4.7&lt;br /&gt;
Configured with flags:  '--enable-id64' '--prefix=/usr' '--with-libstemmer' '--with-debug' '--localstatedir=/var'&lt;br /&gt;
Host OS is Linux example.com 2.6.32-279.5.2.el6.x86_64 &lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1&quot;&gt;0000001&lt;/a&gt; SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;
Stack bottom = 0x7fd04247bdcf, thread stack size = 0x10000&lt;br /&gt;
Trying manual backtrace:&lt;br /&gt;
Something wrong with thread stack, manual backtrace may be incorrect (fp=0x7fd04247aba0)&lt;br /&gt;
Stack looks OK, attempting backtrace.&lt;br /&gt;
0x418b10&lt;br /&gt;
0x7fd0edbcc8a5&lt;br /&gt;
Something wrong in frame pointers, manual backtrace failed (fp=73189e)&lt;br /&gt;
Trying system backtrace:&lt;br /&gt;
begin of system symbols:&lt;br /&gt;
/usr/bin/searchd[0x59cd59]&lt;br /&gt;
/usr/bin/searchd(_ZN16SphCrashLogger_c11HandleCrashEi+0x392)[0x418b10]&lt;br /&gt;
/lib64/libpthread.so.0(+0xf500)[0x7fd0ef51b500]&lt;br /&gt;
/lib64/libc.so.6(gsignal+0x35)[0x7fd0edbcc8a5]&lt;br /&gt;
/lib64/libc.so.6(abort+0x175)[0x7fd0edbce085]&lt;br /&gt;
/lib64/libc.so.6(+0x2ba1e)[0x7fd0edbc5a1e]&lt;br /&gt;
/lib64/libc.so.6(__assert_perror_fail+0x0)[0x7fd0edbc5ae0]&lt;br /&gt;
/usr/bin/searchd[0x49c166]&lt;br /&gt;
/usr/bin/searchd[0x4ec564]&lt;br /&gt;
/usr/bin/searchd[0x4c04a5]&lt;br /&gt;
/usr/bin/searchd[0x45013e]&lt;br /&gt;
/usr/bin/searchd(_Z18RotationThreadFuncPv+0xe0)[0x450ccc]&lt;br /&gt;
/usr/bin/searchd(_Z20sphThreadProcWrapperPv+0x9c)[0x59ff2e]&lt;br /&gt;
/lib64/libpthread.so.0(+0x7851)[0x7fd0ef513851]&lt;br /&gt;
/lib64/libc.so.6(clone+0x6d)[0x7fd0edc8211d]&lt;br /&gt;
-------------- backtrace ends here ---------------&lt;br /&gt;
Backtrace looks OK. Now you have to do following steps:&lt;br /&gt;
  1. Run the command over the crashed binary (for example, 'searchd'):&lt;br /&gt;
     nm -n searchd &gt; searchd.sym&lt;br /&gt;
  2. Attach the binary, generated .sym and the text of backtrace (see above) to the bug report.&lt;br /&gt;
Also you can read the section about resolving backtraces in the documentation.&lt;br /&gt;
--- BT to source lines (depth 15): ---&lt;br /&gt;
[Sat Apr 20 08:00:53.356 2013] [32153] caught SIGHUP (seamless=1, in queue=10)&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinxutils.cpp:1935&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/searchd.cpp:2103&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinx.cpp:6713&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinx.cpp:28553&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinx.cpp:15779&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/searchd.cpp:17377&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/searchd.cpp:17516&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinxstd.cpp:1029&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
--- BT to source lines finished ---&lt;br /&gt;
--- 14 active threads ---&lt;br /&gt;
thd 0, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 1, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 2, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 3, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 4, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 5, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 6, proto sphinxql, state net_read, command call&lt;br /&gt;
thd 7, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 8, proto sphinxql, state net_read, command call&lt;br /&gt;
thd 9, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 10, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 11, proto sphinxql, state net_read, command call&lt;br /&gt;
thd 12, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 13, proto sphinxapi, state query, command search&lt;br /&gt;
------- CRASH DUMP END -------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#0  0x00007fd0edbcc8a5 in raise () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1&quot;&gt;0000001&lt;/a&gt;  0x00007fd0edbce085 in abort () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=2&quot;&gt;0000002&lt;/a&gt;  0x00007fd0edbc5a1e in __assert_fail_base () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=3&quot;&gt;0000003&lt;/a&gt;  0x00007fd0edbc5ae0 in __assert_fail () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=4&quot;&gt;0000004&lt;/a&gt;  0x000000000049c166 in CSphReader::SeekTo (this=0x7fd04247b300, iPos=670893, iSizeHint=-605357) at sphinx.cpp:6702&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=5&quot;&gt;0000005&lt;/a&gt;  0x00000000004ec564 in CWordlist::ReadCP (this=0x7fd02c482980, tFile=..., uVersion=27, bWordDict=false, sError=...) at sphinx.cpp:28551&lt;br /&gt;
#6  0x00000000004c04a5 in CSphIndex_VLN::Prealloc (this=0x7fd02c482660, bMlock=false, bStripPath=false, sWarning=...) at sphinx.cpp:15779&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=7&quot;&gt;0000007&lt;/a&gt;  0x000000000045013e in RotateIndexMT (sIndex=...) at searchd.cpp:17377&lt;br /&gt;
#8  0x0000000000450ccc in RotationThreadFunc () at searchd.cpp:17514&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=9&quot;&gt;0000009&lt;/a&gt;  0x000000000059ff2e in sphThreadProcWrapper (pArg=0x753badb0) at sphinxstd.cpp:1028&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=10&quot;&gt;0000010&lt;/a&gt; 0x00007fd0ef513851 in start_thread () from /lib64/libpthread.so.0&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=11&quot;&gt;0000011&lt;/a&gt; 0x00007fd0edc8211d in clone () from /lib64/libc.so.6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: INFO: task searchd:32153 blocked for more than 120 seconds.&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: &quot;echo 0 &gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: searchd       D 0000000000000001     0 32153  32152 0x00000080&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: ffff880100a47c98 0000000000000082 ffff880100a47c60 ffff880100a47c5c&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: ffff880100a47c68 ffff88021fc24400 ffff880028276680 00000000000005a0&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: ffff880105761058 ffff880100a47fd8 000000000000fb88 ffff880105761058&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: Call Trace:&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff810700f5&gt;] exit_mm+0x95/0x180&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff8107053f&gt;] do_exit+0x15f/0x870&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81081afd&gt;] ? __sigqueue_free+0x3d/0x50&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81099165&gt;] ? sched_clock_local+0x25/0x90&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81085242&gt;] ? __dequeue_signal+0x102/0x200&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81070ca8&gt;] do_group_exit+0x58/0xd0&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81085906&gt;] get_signal_to_deliver+0x1f6/0x460&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff8100a2d5&gt;] do_signal+0x75/0x800&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff8103877c&gt;] ? kvm_clock_read+0x1c/0x20&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81038789&gt;] ? kvm_clock_get_cycles+0x9/0x10&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff81190148&gt;] ? poll_select_copy_remaining+0xf8/0x150&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff8100aaf0&gt;] do_notify_resume+0x90/0xc0&lt;br /&gt;
Apr 20 08:04:35 production3 kernel: [&lt;ffffffff8100b3c1&gt;] int_signal+0x12/0x17&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=============================================&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Crash 2&lt;br /&gt;
&lt;br /&gt;
------- FATAL: CRASH DUMP -------&lt;br /&gt;
[Sun Apr 21 15:48:12.879 2013] [22308]&lt;br /&gt;
&lt;br /&gt;
--- crashed SphinxAPI request dump ---&lt;br /&gt;
&lt;br /&gt;
--- request dump end ---&lt;br /&gt;
Sphinx 2.2.1-id64-dev (r3813)&lt;br /&gt;
Handling signal 6&lt;br /&gt;
-------------- backtrace begins here ---------------&lt;br /&gt;
Program compiled with gcc 4.4.7&lt;br /&gt;
Configured with flags:  '--enable-id64' '--prefix=/usr' '--with-libstemmer' '--with-debug' '--localstatedir=/var'&lt;br /&gt;
Host OS is Linux example.com 2.6.32-279.5.2.el6.x86_64 &lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1&quot;&gt;0000001&lt;/a&gt; SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;
Stack bottom = 0x7f0ec093edcf, thread stack size = 0x10000&lt;br /&gt;
Trying manual backtrace:&lt;br /&gt;
Something wrong with thread stack, manual backtrace may be incorrect (fp=0x7f0ec093dba0)&lt;br /&gt;
Stack looks OK, attempting backtrace.&lt;br /&gt;
0x418b10&lt;br /&gt;
0x7f0f6e5858a5&lt;br /&gt;
Something wrong in frame pointers, manual backtrace failed (fp=73189e)&lt;br /&gt;
Trying system backtrace:&lt;br /&gt;
begin of system symbols:&lt;br /&gt;
/usr/bin/searchd[0x59cd59]&lt;br /&gt;
/usr/bin/searchd(_ZN16SphCrashLogger_c11HandleCrashEi+0x392)[0x418b10]&lt;br /&gt;
/lib64/libpthread.so.0(+0xf500)[0x7f0f6fed4500]&lt;br /&gt;
/lib64/libc.so.6(gsignal+0x35)[0x7f0f6e5858a5]&lt;br /&gt;
/lib64/libc.so.6(abort+0x175)[0x7f0f6e587085]&lt;br /&gt;
/lib64/libc.so.6(+0x2ba1e)[0x7f0f6e57ea1e]&lt;br /&gt;
/lib64/libc.so.6(__assert_perror_fail+0x0)[0x7f0f6e57eae0]&lt;br /&gt;
/usr/bin/searchd[0x49c166]&lt;br /&gt;
/usr/bin/searchd[0x4ec564]/usr/bin/searchd[0x4c04a5]&lt;br /&gt;
/usr/bin/searchd[0x45013e]&lt;br /&gt;
/usr/bin/searchd(_Z18RotationThreadFuncPv+0xe0)[0x450ccc]&lt;br /&gt;
/usr/bin/searchd(_Z20sphThreadProcWrapperPv+0x9c)[0x59ff2e]&lt;br /&gt;
/lib64/libpthread.so.0(+0x7851)[0x7f0f6fecc851]&lt;br /&gt;
/lib64/libc.so.6(clone+0x6d)[0x7f0f6e63b11d]&lt;br /&gt;
-------------- backtrace ends here ---------------&lt;br /&gt;
Backtrace looks OK. Now you have to do following steps:&lt;br /&gt;
  1. Run the command over the crashed binary (for example, 'searchd'):&lt;br /&gt;
     nm -n searchd &gt; searchd.sym&lt;br /&gt;
  2. Attach the binary, generated .sym and the text of backtrace (see above) to the bug report.&lt;br /&gt;
Also you can read the section about resolving backtraces in the documentation.&lt;br /&gt;
--- BT to source lines (depth 15): ---&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinxutils.cpp:1935&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/searchd.cpp:2103&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinx.cpp:6713&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinx.cpp:28553&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinx.cpp:15779&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/searchd.cpp:17377&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/searchd.cpp:17516&lt;br /&gt;
/home/user/sphinxsearch-read-only/src/sphinxstd.cpp:1029&lt;br /&gt;
??:0&lt;br /&gt;
??:0&lt;br /&gt;
--- BT to source lines finished ---&lt;br /&gt;
--- 19 active threads ---&lt;br /&gt;
thd 0, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 1, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 2, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 3, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 4, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 5, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 6, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 7, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 8, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 9, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 10, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 11, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 12, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 13, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 14, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 15, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 16, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 17, proto sphinxql, state net_read, command select&lt;br /&gt;
thd 18, proto sphinxql, state query, command select&lt;br /&gt;
------- CRASH DUMP END -------&lt;br /&gt;
[Sun Apr 21 16:13:01.034 2013] [22307] Child process 22308 has been killed with signal 6, core dumped, will be restarted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#0  0x00007f0f6e5858a5 in raise () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1&quot;&gt;0000001&lt;/a&gt;  0x00007f0f6e587085 in abort () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=2&quot;&gt;0000002&lt;/a&gt;  0x00007f0f6e57ea1e in __assert_fail_base () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=3&quot;&gt;0000003&lt;/a&gt;  0x00007f0f6e57eae0 in __assert_fail () from /lib64/libc.so.6&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=4&quot;&gt;0000004&lt;/a&gt;  0x000000000049c166 in CSphReader::SeekTo (this=0x7f0ec093e300, iPos=2720109, iSizeHint=-1343853) at sphinx.cpp:6702&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=5&quot;&gt;0000005&lt;/a&gt;  0x00000000004ec564 in CWordlist::ReadCP (this=0x7f0ea68517e0, tFile=..., uVersion=27, bWordDict=false, sError=...) at sphinx.cpp:28551&lt;br /&gt;
#6  0x00000000004c04a5 in CSphIndex_VLN::Prealloc (this=0x7f0ea68514c0, bMlock=false, bStripPath=false, sWarning=...) at sphinx.cpp:15779&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=7&quot;&gt;0000007&lt;/a&gt;  0x000000000045013e in RotateIndexMT (sIndex=...) at searchd.cpp:17377&lt;br /&gt;
#8  0x0000000000450ccc in RotationThreadFunc () at searchd.cpp:17514&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=9&quot;&gt;0000009&lt;/a&gt;  0x000000000059ff2e in sphThreadProcWrapper (pArg=0x750d5800) at sphinxstd.cpp:1028&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=10&quot;&gt;0000010&lt;/a&gt; 0x00007f0f6fecc851 in start_thread () from /lib64/libpthread.so.0&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=11&quot;&gt;0000011&lt;/a&gt; 0x00007f0f6e63b11d in clone () from /lib64/libc.so.6]]></description><category>general</category><pubDate>Thu, 25 Apr 2013 17:50:57 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1519</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1519#bugnotes</comments></item><item><title>0001518: Wrong stats reported ?</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1518</link><description><![CDATA[Hi,&lt;br /&gt;
&lt;br /&gt;
On a searchd busy box I noticed some weird things related to some of the stats.&lt;br /&gt;
&lt;br /&gt;
query_wall is smaller than query_cpu&lt;br /&gt;
&lt;br /&gt;
query_wall: 7882553.392 &lt;br /&gt;
query_cpu: 25225537.097 &lt;br /&gt;
&lt;br /&gt;
As far as I understand query_wall is CPU time (assumed query_cpu) + IO time including network wait time. If that's true then the reported stats are wrong.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On other box I noticed reverse (apparently OK) stats:&lt;br /&gt;
&lt;br /&gt;
query_wall: 5.051 &lt;br /&gt;
query_cpu: 1.395]]></description><category>general</category><pubDate>Wed, 24 Apr 2013 20:11:59 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1518</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1518#bugnotes</comments></item><item><title>0001407: Request for index type=template</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1407</link><description><![CDATA[It would be good to have the index type, which is NOT connected to any source, have NO footprint on the disk (files, locks), and just defines a things like charset table, tokenizer, stopwords, etc.&lt;br /&gt;
Other words - the template.&lt;br /&gt;
&lt;br /&gt;
First, it could be used directly for snippet generation (since we don't need any files from the real index there; only the tokenizer).&lt;br /&gt;
&lt;br /&gt;
Second, it could be used in the inheritance line of real indexes defining: just inherit the index from it, assign source(s), define the file path - and thats all.]]></description><category>general</category><pubDate>Tue, 23 Apr 2013 10:51:53 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1407</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1407#bugnotes</comments></item><item><title>0001507: Searchd Crash</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1507</link><description><![CDATA[First thanks for you great help with:&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1455&quot;&gt;http://sphinxsearch.com/bugs/view.php?id=1455&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1455&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
Threads made the difference and a connect timeout of 2 seconds helped to eliminate the problems.&lt;br /&gt;
&lt;br /&gt;
For 3 weeks everything was fine but now searchd crashed on both slaves&lt;br /&gt;
&lt;br /&gt;
New Problem:&lt;br /&gt;
Our setup is still the same one master and 2 agents. The master creates the indexes and rsycs them to the agents (2.0.5). Once the indexes are synced we send the SIGHUP to rotate the index.&lt;br /&gt;
&lt;br /&gt;
The agent-log looks like this:&lt;br /&gt;
[Sun Apr 14 15:43:01.844 2013] [18984] rotating index 'user_galleries': success&lt;br /&gt;
[Sun Apr 14 15:43:01.885 2013] [18984] rotating index: all indexes done&lt;br /&gt;
[Sun Apr 14 15:44:01.467 2013] [18984] caught SIGHUP (seamless=1, in queue=1)&lt;br /&gt;
[Sun Apr 14 15:44:01.510 2013] [18984] rotating index 'mobile': started&lt;br /&gt;
[Sun Apr 14 15:44:01.594 2013] [18984] WARNING: rotating index 'mobile': rename '/home/sphinx/data/index_live_server1/mobile.mvp' to '/home/sphinx/data/index_live_server1/mobile.old.mvp' failed: No such file or directory&lt;br /&gt;
[Sun Apr 14 15:44:01.601 2013] [18984] rotating index 'mobile': success&lt;br /&gt;
[Sun Apr 14 15:44:01.613 2013] [18984] rotating index: all indexes done&lt;br /&gt;
[Sun Apr 14 15:45:21.592 2013] [18984] caught SIGHUP (seamless=1, in queue=1)&lt;br /&gt;
[Sun Apr 14 15:45:21.610 2013] [18984] rotating index 'user_galleries_translated_us': started&lt;br /&gt;
[Sun Apr 14 15:45:21.735 2013] [18984] WARNING: rotating index 'user_galleries_translated_us': rename '/home/sphinx/data/index_live_server1/user_galleries_translated_us.mvp' to '/home/sphinx/data/index_live_server1/user_galleries_transla&lt;br /&gt;
ted_us.old.mvp' failed: No such file or directory&lt;br /&gt;
[Sun Apr 14 15:45:21.748 2013] [18984] rotating index 'user_galleries_translated_us': success&lt;br /&gt;
[Sun Apr 14 15:45:21.763 2013] [18984] rotating index: all indexes done&lt;br /&gt;
[Sun Apr 14 15:47:01.711 2013] [18984] caught SIGHUP (seamless=1, in queue=1)&lt;br /&gt;
[Sun Apr 14 15:47:01.712 2013] [18984] WARNING: nothing to rotate after SIGHUP ( in queue=0 )&lt;br /&gt;
[Sun Apr 14 15:49:01.792 2013] [18984] caught SIGHUP (seamless=1, in queue=1)&lt;br /&gt;
[Sun Apr 14 15:49:01.841 2013] [18984] rotating index 'user_list': started&lt;br /&gt;
[Sun Apr 14 15:49:04.057 2013] [18984] WARNING: rotating index 'user_list': rename '/home/sphinx/data/index_live_server1/user_list.mvp' to '/home/sphinx/data/index_live_server1/user_list.old.mvp' failed: No such file or directory&lt;br /&gt;
[Sun Apr 14 15:49:04.368 2013] [18984] rotating index 'user_list': success&lt;br /&gt;
[Sun Apr 14 15:49:04.648 2013] [18984] rotating index: all indexes done&lt;br /&gt;
[Sun Apr 14 15:49:13.957 2013] [18984]&lt;br /&gt;
[Sun Apr 14 15:49:14.481 2013] [18983] Child process 18984 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:14.481 2013] [18983] Child process 11216 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:14.482 2013] [11216] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:17.873 2013] [11216] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:23.360 2013] [11216]&lt;br /&gt;
[Sun Apr 14 15:49:23.802 2013] [18983] Child process 11216 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:23.802 2013] [18983] Child process 11438 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:23.803 2013] [11438] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:27.236 2013] [11438] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:30.143 2013] [11438]&lt;br /&gt;
[Sun Apr 14 15:49:30.568 2013] [18983] Child process 11438 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:30.568 2013] [18983] Child process 11540 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:30.569 2013] [11540] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:33.981 2013] [11540] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:35.406 2013] [11540]&lt;br /&gt;
[Sun Apr 14 15:49:35.817 2013] [18983] Child process 11540 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:35.817 2013] [18983] Child process 11617 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:35.818 2013] [11617] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:39.241 2013] [11617] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:39.591 2013] [11617]&lt;br /&gt;
[Sun Apr 14 15:49:40.104 2013] [18983] Child process 11617 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:40.104 2013] [18983] Child process 11638 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:40.105 2013] [11638] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:43.483 2013] [11638] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:43.902 2013] [11638]&lt;br /&gt;
[Sun Apr 14 15:49:44.311 2013] [18983] Child process 11638 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:44.311 2013] [18983] Child process 11676 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:44.313 2013] [11676] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:47.717 2013] [11676] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:48.986 2013] [11676]&lt;br /&gt;
[Sun Apr 14 15:49:49.408 2013] [18983] Child process 11676 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:49.408 2013] [18983] Child process 11747 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:49.409 2013] [11747] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:52.842 2013] [11747] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:53.545 2013] [11747]&lt;br /&gt;
[Sun Apr 14 15:49:53.961 2013] [18983] Child process 11747 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:53.961 2013] [18983] Child process 11792 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:53.962 2013] [11792] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:49:57.393 2013] [11792] accepting connections&lt;br /&gt;
[Sun Apr 14 15:49:57.855 2013] [11792]&lt;br /&gt;
[Sun Apr 14 15:49:58.270 2013] [18983] Child process 11792 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:49:58.270 2013] [18983] Child process 11827 has been forked&lt;br /&gt;
[Sun Apr 14 15:49:58.271 2013] [11827] listening on all interfaces, port=9312&lt;br /&gt;
[Sun Apr 14 15:50:01.683 2013] [11827] accepting connections&lt;br /&gt;
[Sun Apr 14 15:50:02.201 2013] [11827]&lt;br /&gt;
[Sun Apr 14 15:50:02.673 2013] [18983] Child process 11827 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Sun Apr 14 15:50:02.673 2013] [18983] Child process 12136 has been forked&lt;br /&gt;
[Sun Apr 14 15:50:02.674 2013] [12136] listening on all interfaces, port=9312&lt;br /&gt;
.....&lt;br /&gt;
[Sun Apr 14 16:18:21.233 2013] [23830] Child process 23588 has been killed with signal 11, will be restarted&lt;br /&gt;
[Sun Apr 14 16:18:21.234 2013] [23830] Child process 23806 has been forked&lt;br /&gt;
[Sun Apr 14 16:18:21.234 2013] [23806] listening on all interfaces, port=9312&lt;br /&gt;
&lt;br /&gt;
Then the next rotate came and everything is fine again.&lt;br /&gt;
&lt;br /&gt;
So my thought is that seachd rotated a &quot;broken&quot; index. But as far as i now sphinx, it would cancel the precaching in case of a broken index and would use the old index again.&lt;br /&gt;
&lt;br /&gt;
So I'm a bit confused and i have no idea how to reproduce that. The &quot;broken&quot; index is overritten so i cant check if it was really broken.&lt;br /&gt;
&lt;br /&gt;
I hope the logs help to find the problem!]]></description><category>general</category><pubDate>Mon, 22 Apr 2013 14:07:38 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1507</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1507#bugnotes</comments></item><item><title>0001520: SetLimits documentation wrong/misleading.</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1520</link><description><![CDATA[The setlimits function is documented as such&lt;br /&gt;
&lt;br /&gt;
Prototype: function SetLimits ( $offset, $limit, $max_matches=0, $cutoff=0 )&lt;br /&gt;
&lt;br /&gt;
which while techically true, that is how its defined in the php file, is not how it behaves. IMHO, it would be more honest to say: &lt;br /&gt;
&lt;br /&gt;
Prototype: function SetLimits ( $offset, $limit, $max_matches=1000, $cutoff=0 )]]></description><category>documentation</category><pubDate>Mon, 22 Apr 2013 13:07:54 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1520</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1520#bugnotes</comments></item><item><title>0001517: query_reads, query_readskb, query_readtime not been reported</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1517</link><description><![CDATA[Hi,&lt;br /&gt;
&lt;br /&gt;
I noticed on some of servers we have running Sphinx the query_reads, query_readskb, query_readtime are always reported as 0 in SHOW STATUS.&lt;br /&gt;
&lt;br /&gt;
The platform differences:&lt;br /&gt;
&lt;br /&gt;
1. I see the stats (not 0) on FreeBSD + normal indexes&lt;br /&gt;
&lt;br /&gt;
2. I see the stats always reported as 0 on Debian + rt indexes&lt;br /&gt;
&lt;br /&gt;
In both cases the searchd has been started with iostats and cpustats options.]]></description><category>general</category><pubDate>Fri, 19 Apr 2013 13:14:32 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1517</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1517#bugnotes</comments></item><item><title>0001516: Warn if search term &lt; min_word_len</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1516</link><description><![CDATA[searchd will obviously fail to match a search term which is less than min_word_len long.  However there is no warning that such term will *never* match and in effect searchd silently ignores search terms which are less than min_word_len.&lt;br /&gt;
&lt;br /&gt;
Thus a search for &quot;cat&quot; when min_word_len=4 returns &quot;0 of 0 matches&quot;.&lt;br /&gt;
&lt;br /&gt;
This is misleading - the user might think no documents contain the word they are looking for, whereas in reality there could be hundreds or more.&lt;br /&gt;
&lt;br /&gt;
I think searchd should generate a 'warning' message. At least then I can report this to the user who can consider the impact.&lt;br /&gt;
&lt;br /&gt;
So... please add a config option to searchd to generate a warning message when any search term is less than min_word_len.]]></description><category>general</category><pubDate>Fri, 19 Apr 2013 12:54:58 +0200</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1516</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1516#bugnotes</comments></item></channel></rss>
