|
Home > Archive > IIS Index Server > March 2005 > IXSSO does not search virtual roots
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IXSSO does not search virtual roots
|
|
| Zigmunad 2005-03-22, 2:51 am |
| Search through search.asp, using IXSSO, does not find documents in virtual
folder, only documents in physical folders. The same search through MMC,
however, finds documents in both physical and virtual folders. Can IXSSO
search virtual roots (and how)?
| |
| Hilary Cotter 2005-03-22, 7:52 am |
| yes it can. You will have to 1) specify you want your search restricted to
virtual roots, using scope('deep traversal of "/"') in ado, or using the
util object.
2) ensure that you are indexing virtual roots. Open up you IIS MMC, and
drill down on your web site, right click on it and all virtual directories,
select properties, home directory or virtual directory tab and ensure the
index this resource is checked.
--
Hilary Cotter
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
"Zigmunad" <Zigmunad@discussions.microsoft.com> wrote in message
news:AE14C959-FFBF-4A5C-807F-D0083F0463D7@microsoft.com...
> Search through search.asp, using IXSSO, does not find documents in virtual
> folder, only documents in physical folders. The same search through MMC,
> however, finds documents in both physical and virtual folders. Can IXSSO
> search virtual roots (and how)?
>
| |
| Zigmunad 2005-03-24, 5:52 pm |
| Thanks Hilary!
Restricting the search to the virtual root works - using the scope(...
traversal of "/virtualroot").
Sincerely,
Zigmunad
"Hilary Cotter" wrote:
> yes it can. You will have to 1) specify you want your search restricted to
> virtual roots, using scope('deep traversal of "/"') in ado, or using the
> util object.
> 2) ensure that you are indexing virtual roots. Open up you IIS MMC, and
> drill down on your web site, right click on it and all virtual directories,
> select properties, home directory or virtual directory tab and ensure the
> index this resource is checked.
>
>
>
> --
> Hilary Cotter
> 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
>
> "Zigmunad" <Zigmunad@discussions.microsoft.com> wrote in message
> news:AE14C959-FFBF-4A5C-807F-D0083F0463D7@microsoft.com...
>
>
>
|
|
|
|
|