How to reindex the site from C# ? Can i fix the directory where the index filex to be created. If i reindex the site and i have a lot of nodes i can't search in that time . I want to reindex in other folder and when is finished to overite the current index file.
If you really want to reindex the site from c#, go to Codeplex and have a look at the code for /umbraco/reindex.aspx, which does the internal reindexing
Still, I'd rather use the existing one and having to create another. It will only affect those who want to do a search in the backend. You could quite easily inform these people of the unavailability of the indexer...
Lucene search problem
How to reindex the site from C# ? Can i fix the directory where the index filex to be created. If i reindex the site and i have a lot of nodes i can't search in that time . I want to reindex in other folder and when is finished to overite the current index file.
Best regards , Vlad.
Hi,
If you really want to reindex the site from c#, go to Codeplex and have a look at the code for /umbraco/reindex.aspx, which does the internal reindexing
Still, I'd rather use the existing one and having to create another. It will only affect those who want to do a search in the backend. You could quite easily inform these people of the unavailability of the indexer...
Cheers,
/Dirk
is working on a reply...