Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > one question about something that's bugging me slightly. I'm indexing directly from >a MySQL table using htdb, everything works fine but any new records added to the >table are not picked up the next time I run indexer. I can force it to pick up the >new records by running 'indexer -am' followed by running 'indexer', but I'd rather >have indexer do this in one step if possible. My HTDBDoc directive
You doesn't need to reindex all records again. You only need to reindex a page which has links to newely created records. Use -am in combination with -u limit. contains a last-modified header which corresponds to a column in the table i'm indexing, this is set to the time the record is added (checked this all, correct values). > > One other thing, I'm using the InnoDB table type for the table being indexed, this >may cause a problem (be nice to know now if there's any issues with this) but the >situation was the same when using just a standard myisam table. > That should not affect the result. Reply: <http://www.mnogosearch.org/board/message.php?id=4551> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
