We are in the process of implementing MOSS 2007 search, but we are having
trouble getting the crawled properties to be any type but string. There are
some html meta tags we are crawling who's content property should be
interpreted as a numeric, boolean, or datetime type value. How do you
configure the indexer to recognize this?
We were able to make this happen under SPPS 2003, by using the HTMLPROP SDK
sample. Can this still be used?
Thanks.
As for the MOSS search, all the properties search engine crawled from the
source documents are called "crawled properties" and they are generally
some string based values. And the MOSS 2007 search has a managed properties
setting which maintain a table of mapping between these "crawled
properties" and the "managed properties" that will be used for query. You
can find it in the shared service provider's search setting:
"Shared Services Administration: SharedServices1 > Search Settings >
Managed Properties"
#Manage metadata property mappings (Office SharePoint Server)
http://technet.microsoft.com/en-us/library/cc262933.aspx
Also, here are some other web articles discussing on the manged properties
mapping:
#Searching Custom Column Values in MOSS 2007
http://www.jjfblog.com/2007/01/searching-custom-column-values-in-moss.html
#Searching Columns in MOSS using Property Search and Advanced Search
http://blogs.technet.com/aqa/archive/2007/02/27/searching-columns-in-advance
d-search.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?QU9UWCBTYW4gQW50b25pbw==?= <ElTe...@newsgroup.nospam>
Subject: Trouble getting the crawled properties to be any type but string
Date: Wed, 1 Jul 2009 06:04:01 -0700
How do you make a crawled property become a data type other than text? It
appears as though MOSS only lets you map similar data types, which makes
sense because implicit data conversion can be difficult and open to
interpretation.