|
Home > Archive > IIS Index Server > August 2005 > How to query Custom property in Indexing Service???
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 |
How to query Custom property in Indexing Service???
|
|
|
| Hi,
We are trying to make an desktop application that can be used to search
our proprietary files on a local system (no web based and don't use
IIS). So I thought to use Microsoft Indexing Service that is part of the
Windows XP System!
So, I develop my own IFilter to our specific files and the indexing
service seems to index the custom property of our files ... But now
I have difficulties to query for these customs properies!
In the index these property has no "friendly name" and queries seems to
have to specified friendly name in order to query properies...!!
Am I right?
I try to query the properies using the "Property" column, but this don't
like to work ... OLE DB return always that the specified property does
not exist!!
So Could you Help me Please!!
Eric
| |
| Alex Penner 2005-08-27, 7:53 am |
| I don't know much about OLE DB, but for ADO (SQL Queries) you can use
SET statement to define friendly name. Works fine here.
http://msdn.microsoft.com/library/e...refqls_265h.asp
Regards, Alex
>
> I try to query the properies using the "Property" column, but this don't
> like to work ... OLE DB return always that the specified property does
> not exist!!
>
> So Could you Help me Please!!
>
> Eric
|
|
|
|
|