Hi all,
I have set sphinx.conf:
max_matches = 10000
and restart searchd.
I also set in config.php
define('MAX_SEARCH_HITS', 10000);
define('MAX_AUDIT_HITS', 10000);
However, piler still returned 1000 results while searching in cli
(by search) return 8000s emails.
I can also export 8497 emails by pilerimport.
How can I get all results and export them on Piler Web UI?
Currently, I can export only 50 (page length) once.
$ search -l 10000 support | head -n 200
Sphinx 2.0.4-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc
(http://sphinxsearch.com)
using config file '/etc/sphinxsearch/sphinx.conf'...
index 'main1': query 'support ': returned 8581 matches of
8581 total in 0.002 sec
displaying matches:
1. document=11700, weight=3462, arrived=1363318783,
sent=1347638294, size=0, direction=3, folder=0,
attachments=0
2. document=106, weight=2469, arrived=1363249832,
sent=1357049688, size=0, direction=3, folder=0,
attachments=0
3. document=155, weight=2469, arrived=1363249846,
sent=1356945277, size=0, direction=3, folder=0,
attachments=0
4. document=163, weight=2469, arrived=1363249848,
sent=1357394453, size=0, direction=3, folder=0,
attachments=0
5. document=206, weight=2469, arrived=1363315951,
sent=1356847916, size=0, direction=3, folder=0,
attachments=0
6. document=247, weight=2469, arrived=1363315959,
sent=1357714123, size=0, direction=3, folder=0,
attachments=0
7. document=250, weight=2469, arrived=1363315960,
sent=1356346265, size=0, direction=3, folder=0,
attachments=0
8. document=311, weight=2469, arrived=1363315970,
sent=1357046994, size=0, direction=3, folder=0,
attachments=0
9. document=352, weight=2469, arrived=1363315978,
sent=1354423552, size=0, direction=3, folder=0,
attachments=0
10. document=389, weight=2469, arrived=1363315985,
sent=1355026224, size=0, direction=3, folder=0,
attachments=0
11. document=456, weight=2469, arrived=1363315999,
sent=1358050217, size=0, direction=3, folder=0,
attachments=0
12. document=489, weight=2469, arrived=1363316005,
sent=1357466113, size=0, direction=3, folder=0,
attachments=0
13. document=515, weight=2469, arrived=1363316010,
sent=1354425974, size=0, direction=3, folder=0,
attachments=0
14. document=584, weight=2469, arrived=1363316025,
sent=1356169112, size=0, direction=3, folder=0,
attachments=0
15. document=619, weight=2469, arrived=1363316032,
sent=1355668078, size=0, direction=3, folder=0,
attachments=0
16. document=652, weight=2469, arrived=1363316037,
sent=1355301469, size=0, direction=3, folder=0,
attachments=0
17. document=656, weight=2469, arrived=1363316038,
sent=1346842845, size=0, direction=3, folder=0,
attachments=0
18. document=718, weight=2469, arrived=1363316062,
sent=1355653639, size=0, direction=3, folder=0,
attachments=0
19. document=745, weight=2469, arrived=1363316067,
sent=1356776949, size=0, direction=3, folder=0,
attachments=0
20. document=790, weight=2469, arrived=1363316074,
sent=1357702246, size=0, direction=3, folder=0,
attachments=0
21. document=830, weight=2469, arrived=1363316083,
sent=1356927683, size=0, direction=3, folder=0,
attachments=0
22. document=843, weight=2469, arrived=1363316085,
sent=1355377937, size=0, direction=3, folder=0,
attachments=0
23. document=998, weight=2469, arrived=1363316126,
sent=1357397191, size=0, direction=3, folder=0,
attachments=0
24. document=1065, weight=2469, arrived=1363316140,
sent=1357223051, size=0, direction=3, folder=0,
attachments=0
25. document=1084, weight=2469, arrived=1363316144,
sent=1356776975, size=0, direction=3, folder=0,
attachments=0
26. document=1105, weight=2469, arrived=1363316153,
sent=1355026373, size=0, direction=3, folder=0,
attachments=0
27. document=1109, weight=2469, arrived=1363316154,
sent=1357385204, size=0, direction=3, folder=0,
attachments=0
28. document=1146, weight=2469, arrived=1363316160,
sent=1355403926, size=0, direction=3, folder=0,
attachments=0
29. document=1161, weight=2469, arrived=1363316164,
sent=1355659467, size=0, direction=3, folder=0,
attachments=0
30. document=1325, weight=2469, arrived=1363316218,
sent=1355847828, size=0, direction=3, folder=0,
attachments=0
31. document=1361, weight=2469, arrived=1363316225,
sent=1357404934, size=0, direction=3, folder=0,
attachments=0
32. document=1392, weight=2469, arrived=1363316232,
sent=1358008889, size=0, direction=3, folder=0,
attachments=0
33. document=1486, weight=2469, arrived=1363316250,
sent=1354346035, size=0, direction=3, folder=0,
attachments=0
34. document=1493, weight=2469, arrived=1363316253,
sent=1355738788, size=0, direction=3, folder=0,
attachments=0
...
|
Regards,
Viet
|