4. UltimateSearch Administration

UltimateSearch

UltimateSearch Administration Page (UltimateSearch.admin.aspx)
Button Description
Index Full Index everything from scratch based on the configuration settings in the UltimateSearch.config file.
Index Incremental Index only the modified pages. It will also remove deleted pages from the current index. However, if you have a new page to be indexed, it will index it only if you have a link to that page from a modified page.
Load Copied Index Load index copied from another machine. If you have permission restrictions that prevent you from indexing your website on the production machine, you can index it on a different machine with the necessary permissions by either indexing your website remotely, or by using the "devProdMapPathList" in the UltimateSearch.config file to generate links for the production environment. Then you can copy the Index folder onto your production machine, and click this button to load the index.
Add/Remove Pages Show/hide the section to add new pages into or remove existing ones from the current index.
Delete Index Delete the current index. If you want to use the "Add Url" button to create a new index from scratch, first click this button to clean up the current index.
Add Urls Add urls to the current index. Enter one url per line in the text area, and click this button. It will crawl and index the pages based on the configuration in the UltimateSearch.config file. It will also follow the links in those pages to keep crawling and indexing. If you don't want it to follow the links in those pages, please use the "BeforeIndex" event handler in order to override the "noFollow" flag programmatically. You can check the "Events" sample to learn more.
Remove Urls Remove urls from the current index. Enter one url per line in the text area, and click this button. It will remove only the urls listed. It will not follow the links in those pages to remove other urls from the index.
Stop Indexing Stop indexing in the middle of the process, and use the new index created so far.
Cancel Indexing Cancel indexing in the middle of the process, and keep using the old index.
Display Indexed Pages Display indexed pages in the current index. You can sort them by each column header. If you want to change the page layout or data grid features such as paging or style you can modify the UltimateSearch.admin.aspx page based on your needs.
Display Indexed Words Display indexed words in the current index. You can see how many documents each word occurs in, and sort by each column header.