How to convert the text type to int type crawl property by adding custom stage in pipelining

Unanswered How to convert the text type to int type crawl property by adding custom stage in pipelining

  • 2012년 7월 11일 수요일 오전 6:39
     
     

    Hi all,

     In FS4SP 2010,  i was trying to crawl the HTML pages which has some metadatas. So after crawling, these metadatas (crawl properties) are in text format. But i need only one crawl property in integer type. So i tried pipeline extensibility stage.

    I added a custom stage which takes a crawled property with type text(31) as input and sets to another crawl property with type int (20) as output. But it is not happening. The 'text' type is not getting converted to 'int' type. While viewing logs, the values are not coming. So can we use this approach to convert type 'text' to 'int' with web category. With sharepoint category, i am able to do but with web category im not able. So please guide me. Is there any other approach other than this??

    Sharath Kumar R

    • 이동됨 Rock Wang– MSFT 2012년 7월 16일 월요일 오전 2:08 This is a FastSearch issue. (From:SharePoint 2010 - Setup, Upgrade, Administration and Operation)
    •