y***@googlemail.com
2006-10-23 10:52:09 UTC
I'm trying to index a custom document property setup in Word, but
without sucess.
The custom document property is called "Reviewdate" and is defined as a
"Date" in word.
In the index server reviewdate has been setup to be cached as type
"VT_Date". The index server has been stopped and restarted with a full
rescan requested on all the documents.
I'm then using ASP to query the database and have added the line:
Q.DefineColumn "ReviewDate (VT_FILETIME) =
d5cdd505-2e9c-101b-9397-08002b2cf9ae reviewdate"
However, I can't search on reviewdate and I can't write out the value
either (I just get a blank).
I have tried changing VT_FILETIME above to DBTYPE_DATE but that didn't
make any difference.
I do know the document is being indexed because the the ASP code can
find the document if I search on the document's text (rather than
searching on ReviewDate).
Does anybody have any ideas as to what I'm doing wrong?
without sucess.
The custom document property is called "Reviewdate" and is defined as a
"Date" in word.
In the index server reviewdate has been setup to be cached as type
"VT_Date". The index server has been stopped and restarted with a full
rescan requested on all the documents.
I'm then using ASP to query the database and have added the line:
Q.DefineColumn "ReviewDate (VT_FILETIME) =
d5cdd505-2e9c-101b-9397-08002b2cf9ae reviewdate"
However, I can't search on reviewdate and I can't write out the value
either (I just get a blank).
I have tried changing VT_FILETIME above to DBTYPE_DATE but that didn't
make any difference.
I do know the document is being indexed because the the ASP code can
find the document if I search on the document's text (rather than
searching on ReviewDate).
Does anybody have any ideas as to what I'm doing wrong?