FAST For SharePoint Web Crawler Meta Tag Extraction -


i using fast sharepoint crawl non shareppoint website. website crawled no error, can results of keyword.

i want create refiner on result page html page meta tags. there must 2 level refiner; category , sub category. if user clicks category, refiner panel must show related sub categories.

the meta tags this:

<meta name="category" content="products"/> <meta name="subcategory" content="electronic"/> 

how can extract meta tags crawled html page(s) fast sharepoint webcrawler?

i tried add meta tag names fast search administration > managed properties , configured refiner panel meta tags, not result. not work.

thank you!

if want use custom managed property, need first bind them crawled property. crawled properties created automatically during crawl, or can create them in powershell, see following link: http://msdn.microsoft.com/en-us/subscriptions/ff393776(v=office.14).aspx

if understand well, trying getting information in html of page. in case, cannot use out-of-the-box web crawler information. suggest take on custom bdc connector, if want create custom crawler information want: http://msdn.microsoft.com/en-us/library/ee557349(v=office.14).aspx


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -