Index Services query results less than reported in Indexing Services



I used Hilary's code to select all files from my catalog.

This is basically what I used but with early binding (MS Access 2003).
=============
set ixsso=createobject("Ixsso.query")
ixsso.Catalog="web"
ixsso.Columns="FileIndex, Path, FileName"
ixsso.Query="Select FileIndex, path, Filename from Web"

set RecordSet=Ixsso.CreateRecordSet("nonSequential")
================

I should get all indexed files I think/hope.

Indexing Services reports 540,000+ files but I am only getting about 206,000
files. I even included AddScopeToQuery with "/" and "deep" which did
nothing. Why don't I get all of the indexed files?

Regards


.



Relevant Pages

  • Re: Index Services query results less than reported in Indexing Services
    ... Director of Text Mining and Database Strategy ... Looking for a FAQ on Indexing Services/SQL FTS ... ixsso.Query="Select FileIndex, path, Filename from Web" ... I should get all indexed files I think/hope. ...
    (microsoft.public.inetserver.indexserver)
  • RE: CryptCATGetMemberInfo samples
    ... the need to LoadLibrary and GetProcAddress went away as of ... Filename is ... verifies a file signature by hashing the file and then queries the catalog ... database to find a catalog. ...
    (microsoft.public.platformsdk.security)
  • Re: Index Services query results less than reported in Indexing Services
    ... There was a bug where if you did a rescan it would report the documents in ... Looking for a FAQ on Indexing Services/SQL FTS ... ixsso.Query="Select FileIndex, path, Filename from Web" ... I should get all indexed files I think/hope. ...
    (microsoft.public.inetserver.indexserver)
  • Re: Unable to initialize Player
    ... "Please verify that the path and filename are ... I took all the codecs from the catalog. ...
    (microsoft.public.windowsce.platbuilder)
  • Invalid catalog name Search. SQLSTATE=42000
    ... I use Index Server for search facility in a website. ... "select doctitle, filename, vpath, rank, characterization ... Invalid catalog name 'Search'. ...
    (microsoft.public.inetserver.indexserver)

Loading