Administrator Guide: Full-Text Indexing
Before documents can be searched, they must first be indexed. The
Full Text screen allows you to manually instruct the database to index the
documents. This can also be automated using the built-in scheduler.
Full Population
When clicked, this instructs the SQL Server to index all documents that were
collected. This is not always necessary if new documents were added or removed.
If large numbers of files are removed, you may notice a performance increase if
you use this method over the incremental population method below.
Incremental Population
When clicked, this instructs the SQL Server to update the index to include
newly collected documents. It also removes references to any documents that
were removed during a crawl.
<< Back To Table Of Contents
|