Alternate search backend with sphinx fulltext search
Posted by Thomas Seifert
Re: Alternate search backend with sphinx fulltext search September 07, 2006 05:13AM |
Admin Registered: 19 years ago Posts: 9,240 |
sheik, thats an issue for all fulltext indexers, see here
[sphinxsearch.com]
momo, if I see this correctly it orders by date ascending, right?
strange as I set the ordering mode to date desc.
Thomas Seifert
[sphinxsearch.com]
momo, if I see this correctly it orders by date ascending, right?
strange as I set the ordering mode to date desc.
Thomas Seifert
Re: Alternate search backend with sphinx fulltext search September 07, 2006 05:41AM |
Registered: 17 years ago Posts: 117 |
Re: Alternate search backend with sphinx fulltext search September 07, 2006 05:57AM |
Admin Registered: 19 years ago Posts: 9,240 |
Re: Alternate search backend with sphinx fulltext search September 07, 2006 06:25AM |
Admin Registered: 19 years ago Posts: 9,240 |
Re: Alternate search backend with sphinx fulltext search September 07, 2006 06:37AM |
Registered: 17 years ago Posts: 117 |
Perfect Thomas.
Now it's good. ;)
Another little bug. When we make a search with a keyword, this keyword appear in bold. That's good !
But in the little description of the message sometimes you have a cut before the </stong> for keyword.
So the following results are all in bold.
Do you understand what i mean ?
Now it's good. ;)
Another little bug. When we make a search with a keyword, this keyword appear in bold. That's good !
But in the little description of the message sometimes you have a cut before the </stong> for keyword.
So the following results are all in bold.
Do you understand what i mean ?
Re: Alternate search backend with sphinx fulltext search September 07, 2006 07:04AM |
Admin Registered: 19 years ago Posts: 9,240 |
yes I understand but I can't do anything about this beside completely disabling the
highlightning as I'm not doing neither the cut nor the bold-marking manually as this is done by the sphinx-daemon too.
can you point me to a search leading to that result? I might try to report it as a bug to the sphinx-folks.
Thomas Seifert
highlightning as I'm not doing neither the cut nor the bold-marking manually as this is done by the sphinx-daemon too.
can you point me to a search leading to that result? I might try to report it as a bug to the sphinx-folks.
Thomas Seifert
Re: Alternate search backend with sphinx fulltext search September 11, 2006 06:05PM |
Registered: 17 years ago Posts: 117 |
Hello Thomas,
Always me. :)
I have a question with other charset for sphinx search.
I use french language (iso-8859-1 charset).
So if i make a search on "été" in french it returns 0 result.
Can i switch the charset ?
I've seen that you have only the choice between utf8 or sbcs charset.
Thanks
Always me. :)
I have a question with other charset for sphinx search.
I use french language (iso-8859-1 charset).
So if i make a search on "été" in french it returns 0 result.
Can i switch the charset ?
I've seen that you have only the choice between utf8 or sbcs charset.
Thanks
Re: Alternate search backend with sphinx fulltext search September 12, 2006 01:42PM |
Admin Registered: 19 years ago Posts: 9,240 |
if sphinx itself doesn't support other charsets, then it won't work, thats for sure.
where did you see the hint about utf8/sbcs?
is it really related to sphinxsearch in a whole or just some part of it?
I remember some part about the excerpt generator only working with utf8 ( [sphinxsearch.com] ) but not the whole sphinx.
Btw. sbcs is *single-byte encoding*, so its about all the other charsets used beside utf-8 (in my opinion) ... some docs are there what you'd need to specify in sphinx:
[sphinxsearch.com]
Thomas Seifert
where did you see the hint about utf8/sbcs?
is it really related to sphinxsearch in a whole or just some part of it?
I remember some part about the excerpt generator only working with utf8 ( [sphinxsearch.com] ) but not the whole sphinx.
Btw. sbcs is *single-byte encoding*, so its about all the other charsets used beside utf-8 (in my opinion) ... some docs are there what you'd need to specify in sphinx:
[sphinxsearch.com]
Thomas Seifert
September 12, 2006 06:46PM |
Admin Registered: 17 years ago Posts: 8,532 |
I added some changes to the module. I uploaded the new version 0.8 to the start of this thread.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team



Re: Alternate search backend with sphinx fulltext search September 13, 2006 05:04AM |
Registered: 17 years ago Posts: 117 |
Hi Thomas and Maurice,
There is a little bug.
On sphinx.conf file you wrote :
path = /usr/local/sphinx/var/data/phorum5_HEAD
Should be :
path = /usr/local/sphinx/var/data/phorum5_HEAD_msg
Then on sphinx_search.php you wrote :
$index_name_author = "phorum5_HEAD__author";
Should be :
$index_name_author = "phorum5_HEAD_author";
There is two underscore, unless one is expected.
There is a little bug.
On sphinx.conf file you wrote :
path = /usr/local/sphinx/var/data/phorum5_HEAD
Should be :
path = /usr/local/sphinx/var/data/phorum5_HEAD_msg
Then on sphinx_search.php you wrote :
$index_name_author = "phorum5_HEAD__author";
Should be :
$index_name_author = "phorum5_HEAD_author";
There is two underscore, unless one is expected.
Sorry, only registered users may post in this forum.