|
Re: Adding forums to pre-existing search engine [message #5641 is a reply to message #5637] |
Wed, 11 September 2002 14:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
No, the folder where messsage bodies are stored contains only 2 text files 1 for normal messages & one for private messages. The text file has no visible seperators or message identifiers since the data is read in using offsets stores in the database.
If you want to make the messages searcheable, write a simple script that would run a query of the message table fetch the message id, subject offset and length. Then read the message body, and insert the subject & message body as references and the message id as key into your search engine.
FUDforum Core Developer
|
|
|