Step 3. Creating a unique index on the IDENTITY column  Step 5. Bringing the database online for a full-text search

Chapter 3: Configuring Adaptive Server for Full-Text Searches

Step 4. Creating the text index and index table

The source tables in the user database must be indexed so that you can perform full-text searches. For example, to create a text index and an index table named reviews_idx for the plot column in the reviews table, enter:

sp_create_text_index "MYTXTSVR", "reviews_idx",
"reviews", " ", "plot"

The reviews table is now available for running full-text searches.

See sp_create_text_index for more information.





Copyright © 2005. Sybase Inc. All rights reserved. Step 5. Bringing the database online for a full-text search

View this book as PDF