SharePoint algildisstaf Leita: “Pro” Er Ekki orðstofni “Forritun”

Á MSDN Leita Forum, fólk spyr oft spurningu eins og þessa:

"I have a document named ‘Programming Guide’ but when I search for ‘Pro’ leit hefur ekki fundið það."

Það má ekki líða eins og það, but that amounts to a wildcard search. The MOSS/WSS user interface does not support wildcard search out of the box.

If you dig into the search web parts, you’ll find a checkbox, "Enable search term stemming". Stemming is a human-language term. It’s not a computer language substring() type function.

These are some stems:

  • "fish" is a stem to "fishing"
  • "major" is a stem to "majoring"

These are not stems:

  • "maj" is not a stem to "major"
  • "pro" is not a stem to "programmer"

The WSS/MOSS search engine does support wild card search through the API. Here is one blog article that describes how to do that: http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/03/06/how-to-use-the-moss-enterprise-search-fulltextsqlquery-class.aspx

A 3rd party product, Ontolica, provides wild card search. I have not used that product.

</enda>

Gerast áskrifandi að bloggið mitt.

Technorati Tags:

3 hugsanir á "SharePoint algildisstaf Leita: “Pro” Er Ekki orðstofni “Forritun”

  1. Josh Noble

    Ontolica is a proven web part which adds wildcard search capabilites across all sharepoint searches. Some of the issues I have come across in other solutions include errors when trying to use prepending *, Best Bets, Keyword Highlighting, People Search, RSS, Federated Search and Faceted Search. It isn’t free, but it doesn’t restrict users to very basic uses of wildcard. Feel free to email me for more information.

    jno@surfray.com

    Svara

Leyfi svar við Josh Noble Hætta við svar

Netfangið þitt verður ekki birt. Nauðsynlegir reitir eru merktir *