search index update [message #34770] |
Fri, 17 November 2006 08:36 |
andre75
Messages: 10 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
Sorry if this has been asked before, I can't find the answer.
How do I keep the search index up to date. Is there a cron script I can run?
|
|
|
Re: search index update [message #34779 is a reply to message #34770] |
Fri, 17 November 2006 15:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The search index is kept up to date automatically, any time a message is posted it is indexed.
FUDforum Core Developer
|
|
|
|
Re: search index update [message #34822 is a reply to message #34799] |
Sun, 19 November 2006 16:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Unless the search engine is disable the nntp import script will index every message that is imported.
FUDforum Core Developer
|
|
|
Re: search index update [message #34827 is a reply to message #34822] |
Sun, 19 November 2006 21:12 |
andre75
Messages: 10 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
Thanks. Its strange though. Search doesn't return any results, even though I have searched for a common word that i found in many subject lines.
I need to see what I did. I cannot remember turning anything off.
EDIT: I do have the search engine enabled (any other setting to verify)?
[Updated on: Sun, 19 November 2006 21:17] Report message to a moderator
|
|
|
Re: search index update [message #34840 is a reply to message #34827] |
Mon, 20 November 2006 19:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The nntp message import code uses the FUDforum's standard message creation API, so it does not do anything that would cause search engine indexing to be disabled. This means that the message would not be indexed only if search is disabled.
As far as subject indexing the forum has another "skip" condition which tells the forum not to index subjects that start with "Re:". This is done to prevent duplicate thread indexing.
FUDforum Core Developer
|
|
|