all groups > sql server full text search > march 2007 >
You're in the

sql server full text search

group:

index with no context


index with no context JB
3/23/2007 2:18:55 PM
sql server full text search:
I have a pile of documents I want to index. My plan is add their text
content to a text field in a VS2005 express database, then use a full
text index to index the document contents.

In my particular situation I do not really need to store the actual
text content once the index has been updated with document data, as I
never need to see the text itself just the data in the remaining
columns, does anyone know if there is any way to remove the document
data from the database without messing up the index?

New documents will be added daily and old documents may be removed.

Thanks.
Re: index with no context Hilary Cotter
3/23/2007 5:56:21 PM
If you run a full population and then never update it you can delete the
data safely and the catalog will remain. This will not work with change
tracking.

--
Hilary Cotter

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button