These features will allow you to update or manage an existing set of index files, without having to perform a full re-index. There are several options available, which can all be found under the "Index" menu.
Requirements
------------
First of all, incremental indexing is only available for the PHP, ASP, and CGI versions. It is not available for the Javascript version since it is incapable of indexing a large enough set of files where incremental indexing would be beneficial.
Second, in order to use incremental indexing, you must NOT have modified your indexing configuration since the last index was made. The ZCFG file must contain the exact same settings, and the index files must still be in the output folder specified.
"Update existing index"
------------------------
This option will look through the list of pages found in your existing index and check if they have since been modified. It will then perform a partial index of only the pages that have changed (and potentially index any new pages that you have added links to).
Note that there are some limitations to this, and that with each subsequent update, the index gets larger and less efficient. We recommend performing a full re-index regularly where possible (perhaps once a week, or once a month, depending on how often you perform a partial index).
Note also that the ability for Zoom to determine whether a file was modified is dependent entirely on the last-modified date retrieved and the filesize. If these attributes are inaccurate or do not represent the changes to the file, then it will not be able to accurately find the files which have been changed.
"Add start points to existing index"
-------------------------------------------------
This option allows you to add and index a list of start points (usually a new website, or a part of a new website) to an existing index. This can be useful if you manage a list of websites as start points and you wish to add new start points to the index on a regular basis.
It will index the new start point, append this data to the existing index (without having to re-index the existing start points) and save the configuration with your added start points (so that on your next full re-index, the new start points will be included).
"Add list of new or updated pages"
-------------------------------------------------
This feature allows you to specify a list of new pages which are to be indexed and added to the existing index. If you specify a page here which already exists in the index, Zoom will assume that this page has been updated/modified, and will remove the old data for this page, and add the new one.
"View or delete pages from existing index"
-------------------------------------------------
This allows you to browse the list of pages which exist in your current index. It also allows you to mark certain pages for deletion - removing them from the searchable content. Note that deleting pages using this function will NOT decrease the size of your index files.
To summarize regarding the effect of these features on your existing index:
- Adding new pages do not compromise the efficiency of an existing index
- Updating and removing pages causes an existing index to become progressively less efficient (as more pages are removed/updated).
Requirements
------------
First of all, incremental indexing is only available for the PHP, ASP, and CGI versions. It is not available for the Javascript version since it is incapable of indexing a large enough set of files where incremental indexing would be beneficial.
Second, in order to use incremental indexing, you must NOT have modified your indexing configuration since the last index was made. The ZCFG file must contain the exact same settings, and the index files must still be in the output folder specified.
"Update existing index"
------------------------
This option will look through the list of pages found in your existing index and check if they have since been modified. It will then perform a partial index of only the pages that have changed (and potentially index any new pages that you have added links to).
Note that there are some limitations to this, and that with each subsequent update, the index gets larger and less efficient. We recommend performing a full re-index regularly where possible (perhaps once a week, or once a month, depending on how often you perform a partial index).
Note also that the ability for Zoom to determine whether a file was modified is dependent entirely on the last-modified date retrieved and the filesize. If these attributes are inaccurate or do not represent the changes to the file, then it will not be able to accurately find the files which have been changed.
"Add start points to existing index"
-------------------------------------------------
This option allows you to add and index a list of start points (usually a new website, or a part of a new website) to an existing index. This can be useful if you manage a list of websites as start points and you wish to add new start points to the index on a regular basis.
It will index the new start point, append this data to the existing index (without having to re-index the existing start points) and save the configuration with your added start points (so that on your next full re-index, the new start points will be included).
"Add list of new or updated pages"
-------------------------------------------------
This feature allows you to specify a list of new pages which are to be indexed and added to the existing index. If you specify a page here which already exists in the index, Zoom will assume that this page has been updated/modified, and will remove the old data for this page, and add the new one.
"View or delete pages from existing index"
-------------------------------------------------
This allows you to browse the list of pages which exist in your current index. It also allows you to mark certain pages for deletion - removing them from the searchable content. Note that deleting pages using this function will NOT decrease the size of your index files.
To summarize regarding the effect of these features on your existing index:
- Adding new pages do not compromise the efficiency of an existing index
- Updating and removing pages causes an existing index to become progressively less efficient (as more pages are removed/updated).
Comment