c# - How to define the scopes for network drives in windows indexing service? -
i'm stuck on problem here indexing service send query's against indexing service asp.net application works fine long search on whole catalog.
select ... testcat..scope('deep traversal of "\"')
but if seek search in specific folder no results @ all.
select ... testcat..scope('deep traversal of "\abc"')
or
select ... testcat..scope('deep traversal of "u:\myindexfolder\abc"')
the folder myindexfolder root of catalog , sub directory "abc" exits. has thought cause of problem?
p.s. know indexing service deprecated have work anyway hope there out there can help since hard find useful info on topic
the source of problem indexed folder stored on network drive. , seems in case not possible utilize relative paths scope. have utilize total network-path.
//servername/path
i hope can help else!
c# windows wmi indexing-service
No comments:
Post a Comment