Index Services query results less than reported in Indexing Services
- From: "AC" <no@xxxxxxx>
- Date: Fri, 27 Oct 2006 01:41:51 -0400
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
.
- Follow-Ups:
- Re: Index Services query results less than reported in Indexing Services
- From: Hilary Cotter
- Re: Index Services query results less than reported in Indexing Services
- Prev by Date: Re: iterate/loop indexing services files
- Next by Date: Re: Index Services query results less than reported in Indexing Services
- Previous by thread: Re: iterate/loop indexing services files
- Next by thread: Re: Index Services query results less than reported in Indexing Services
- Index(es):
Relevant Pages
|
Loading