Discussion:
IX State
(too old to reply)
Vuillermet Jacques
2006-09-20 13:09:40 UTC
Permalink
Several questions, not found on http://www.indexserverfaq.com :

- Is it possible to know, for a specific folder and programmaticaly, the
list of the files that are already detected but not yet indexed ?
(and without comparing a file system request and a ix request...)

- Is it possible to request, using ADO and SQL dialect, the list of files
which have "differed indexation" ?

- Is it possible, using API, to start/force indexation ?

Thanks.

Jacques.
Hilary Cotter
2006-09-20 13:58:02 UTC
Permalink
1) no, you can get a count through
http://windowssdk.msdn.microsoft.com/en-us/library/ms691197.aspx
2) what do you mean by different indexation?
3) yes, http://windowssdk.msdn.microsoft.com/en-us/library/ms691149.aspx
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

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
Post by Vuillermet Jacques
- Is it possible to know, for a specific folder and programmaticaly, the
list of the files that are already detected but not yet indexed ?
(and without comparing a file system request and a ix request...)
- Is it possible to request, using ADO and SQL dialect, the list of files
which have "differed indexation" ?
- Is it possible, using API, to start/force indexation ?
Thanks.
Jacques.
Vuillermet Jacques
2006-09-20 14:38:59 UTC
Permalink
Great !
Post by Hilary Cotter
2) what do you mean by different indexation?
Not "different" but "differed".
I've translated "differé" in French to "differed" but it was "delayed" : the
english language is not my mother tongue !
But I've found the answer on the Microsoft web site :
CatAdm.DelayedFilterCount

Thank you again !

Jacques.
Post by Hilary Cotter
1) no, you can get a count through
http://windowssdk.msdn.microsoft.com/en-us/library/ms691197.aspx
2) what do you mean by different indexation?
3) yes, http://windowssdk.msdn.microsoft.com/en-us/library/ms691149.aspx
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
Post by Vuillermet Jacques
- Is it possible to know, for a specific folder and programmaticaly, the
list of the files that are already detected but not yet indexed ?
(and without comparing a file system request and a ix request...)
- Is it possible to request, using ADO and SQL dialect, the list of files
which have "differed indexation" ?
- Is it possible, using API, to start/force indexation ?
Thanks.
Jacques.
Loading...