The information in this article applies to:
SYMPTOMS
When viewing the results of a search against an indexed database, the RowCount property of the recordset returned from Search may be used to indicate the number of hits returned by a query. Here's an example of this: In some cases, this number may not match the number of record summaries displayed in the Search results. CAUSEA SQL Server Text (SQL_LONGVARCHAR) field, Access MEMO field, or some other very large field was marked for retrieval in the Search Server Schema. RESOLUTIONDo not mark mark Text fields for retrieval. Mmark them only as "Indexed Not Retrievable." STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
When indexing a database, fields in the database are marked to be indexed or retrieved. Indexing a field allows the contents of that field to be searched. Setting a field to be retrieved allows the full content of the field to be displayed on the Search results page. REFERENCESMicrosoft Site Server Search Documentation Additional query words:
Keywords : prodsitesrv3 |
Last Reviewed: February 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |