SID-00632: Cannot perform search in the body of the topic
| Status: |
Answered |
TWiki version: |
4.3.2 |
Perl version: |
perl 5.8.5 |
| Category: |
CategorySearch |
Server OS: |
Linux web.tyhpt.com.vn 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:2 |
Last update: |
15 years ago |
I got my wiki deployed at this address:
http://www.tyhpt.com.vn/wiki
Everything is fine now except that I cannot perform full text search on the body of the topic.
I got a topic here:
http://www.tyhpt.com.vn/wiki/bin/view/Main/TProHomeTradingSystem
I can search only with those keywords on the title such as: pro, home , trading, system.
In the body there some keyword such as: Korea but when I search on it then wiki return 0 matched topic
Configuration info is here:
http://www.tyhpt.com.vn/wiki/bin/configure
--
BinhLe - 2009-11-19
Discussion and Answer
For
{StoreImpl} try using 'RcsWrap' instead of 'RcsLite'.
--
PeterThoeny - 2009-11-20
I changed to 'RcsWrap' but it does not help.
--
BinhLe - 2009-12-07
Hi - do you see any errors in warnings/debug files? if yes, please try to share them.
SearchEngineKinoSearchAddOn, this one is index based search and can give better performance when it comes to search the body of the topics.
--
SopanShewale - 2009-12-08
In configure, try changing {RCS}{SearchAlgorithm} to
TWiki::Store::SearchAlgorithms::Forking
Also, by default searches are looking for a substring of the the title, or an exact word match in the body: if you were expecting substring matches in the body then you might not think it's searching the body at all. You can use the options on the advanced search screen to change that.
--
SeanCMorgan - 2009-12-15
I am trying to setup
SearchEngineKinoSearchAddOn. I cannot find any error log in wanings/debug files.
BTW, why I cannot see {RCS}{SearchAlgorithm} in my configuration page?
--
BinhLe - 2009-12-22
Did you upgrade from an older TWiki? If so, remove the LocalSite.cfg file in twiki/lib and run configure to configure TWiki from scratch.
--
PeterThoeny - 2009-12-22
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2010-01-24
> BTW, why I cannot see {RCS}{SearchAlgorithm} in my configuration page?
It's an "Expert" level setting, and so is hidden until you click the button to indicate, "Yes, I've read all the documentation". Failing that, you can edit the same setting in
lib\LocalSite.cfg.
--
SeanCMorgan - 2010-01-25
I have the exact same problem. Was this ever resolved?
--
GregGardinier - 2010-04-09
1. open configure page
2. click the button "Yes, I've read all the documentation"
3. click the button "open all options"
4. search {RCS}{SearchAlgorithm}
5. change it to "TWiki::Store::SearchAlgorithms::PurePerl"
--
JavenWei - 2010-04-19
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.