Topic: index update issues
I am fetching news from rss feeds and post them as new posts. This is working pretty fine and was not so dificult to code.
Now i am facing some problems with the indexing. The posts are not indexed and therefore dont apear as search results.
An index update takes sometime. Now i dont have so much users/traffic, but i guess it can cause some errors if i have a lot of visitors online.
Any tips on how to optimize the updating process?
like... if i uncheck the "empty before update" ant then update will it only add stuff to the index?
can i do it via shell so i can automate the process with a crontab?
also... whats the index itself? is it a btree database index? is it a set of files? wich kind of files?