Meron Fridman's Blog

Browse by Tags

All Tags » search (RSS)
FAST בא לשכונה בחור חדש - מיקרוסופט הולכת לרכוש את
. אמנם זה כביכול " הצעת רכישה " אבל נראה שזה סגור. מיקרוסופט הולכת לסגור עם השחקן החזק ביותר בתחום החיפוש האירגוני- FAST . אין ספק שזו רכישה מוצלחת. ויוסיף למיקרוסופט הרבה נקודות בתחום החיפוש האירגוני. למי שיש ספק עדיין האם זה באמת יקרה קראו את הפוסט הזה Microsoft Acquiring Leading Enterprise Search Vendor FAST:SharePoint to Benefit של מייקל גאנוטי. מירון
MOSS Faceted Search
New in Codplex - MOSS Faceted Search : http://www.codeplex.com/FacetedSearch Project Description MOSS Faceted Search is a set of web parts that provide intuitive way to refine search results by category (facet). The facets are implemented using SharePoint API and stored within native SharePoint METADATA store. The solution demonstrates following key features: Grouping search results by facet Displaying a total number of hits per facet value Refining search results by facet value Update of the facet...
MOSS Custom search results page- add rank chart
With simple XSLT template you can add small chart that displays the rank for each item in the Search Core Results Web Part. You may find it useful especially when you sort by modified date. Add the following template to the XSLT: <!-- The rank chart disply for each result is prepared here --> < xsl:template name = " DisplayRank " > < xsl:param name = " rank " /> < table cellpadding = " 0 " height = " 8 " cellspacing = " 4 " align = " right " width = " 150 " > < tr >...