Flokkaskjalasafn: SharePoint Leita

Stilla Samheitaorðabók í mosa

Ég er að vinna á endurskoðun arkitektúr skjal í þessari viku og það bendir, m.a., that the client consider using the thesaurus to help improve the end user search experience. Having never done this myself, I wanted to do a quick hands-on test so that my suggestion is authentic.

Það var ótrúlega erfitt að reikna út hvernig á að gera, þó það sé, í raun, quite easy. There’s a pretty good bit of information on the thesaurus (athuga hér og hér, til dæmis). Hins, þá docs eru annaðhvort WSS 2.0 / SPS 2003 oriented or they don’t actually spell out what do to after you’ve made your changes in the thesaurus. They provide a great overview and fair bit of detail, en það er ekki nóg að fara yfir klára línu.

Þessi skref unnið fyrir mig:

  1. Make the changes to the thesaurus. (Sjá hér fyrir neðan mikilvægan huga)
  2. Go to the server and restart the "Office SharePoint Server Search" þjónusta.

A þjórfé af the hattur til Mr. J. D. Wade (Bio). He provided the key bit about restarting the search service and rescued me from endless, time consuming and unnecessary iisresets and full index crawls. This episode sannar, aftur, að Twitter is the awesome. (Fylgdu mér á Twitter hér. I follow any SharePoint person that follows me).

I don’t know if this functionality is available in WSS. If it is or is not, vinsamlegast eftir umsögn eða sendu mér tölvupóst og ég mun uppfæra þessa færslu.

Mikilvæg athugasemd: There’s conflicting information on which XML thesaurus file to change. There’s this notion of "tsneu.xml" as being the "neutral" thesaurus. I wasted some time working with that one. Í mínu tilfelli, I needed to change the "tsenu.xml" skrá staðsett undir möppunni app ID sig: \\win2003srv c $ Program Files Microsoft Office Servers 12.0 Data Office Server Umsóknir 3c4d509a-75c5-481c-8bfd-099a89554e17\Config. I assume that in a multi-farm situation, þú myndir gera þessa breytingu alls staðar rekur fyrirspurn miðlara.

</enda>

Gerast áskrifandi að bloggið mitt.

Technorati Tags: , ,

SharePoint og FAST — á Reese er Peanut Butter Cups af Enterprise Apps?

Ég hef lokið upp daginn 2 af fljótur þjálfun í sólríka Needham, MA, og ég er að springa með hugmyndir (sem allir góðir bekkjum þjálfun við mig). One particular aspect of FAST has me thinking and I wanted to write it down while it was still fresh and normal day-to-day "stuff" pushed it out of my head.

We SharePoint WSS 3.0 / MOSS implementers frequently face a tough problem with any reasonably-sized SharePoint project: How do we get all the untagged data loaded into SharePoint such that it all fits within our perfectly designed information architecture?

Often enough, this isn’t such a hard problem because we scope ourselves out of trouble: "We don’t care about anything more than 3 months old." "We’ll handle all that old stuff with keyword search and going-forward we’ll do it the RIGHT way…" Etc.

En, what happens if we can’t scope ourselves out of trouble and we’re looking at 10’s of thousands or 100’s of thousands (or even millions) of docs — the loading og tagging of which is our devout wish?

FAST might be the answer.

FAST’s search process includes a lot of moving parts but one simplified view is this:

  • A crawler process looks for content.
  • It finds content and hands it off to a broker process that manages a pool of document processors.
  • Broker process hands it off to one of the document processors.
  • The document processor analyzes the document and via a pipeline process, analyzes the bejeezus out of the document and hands it off to an index builder type process.

On the starship FAST, we have a lot of control over the document processing pipeline. We can mix and match about 100 pipeline components and, most interestingly, we can write our own components. Like I say, FAST is analyzing documents every which way but Sunday and it compiles a lot of useful information about those documents. Those crazy FAST people are clearly insane and obsessive about document analysis because they have tools and/or strategies to REALLY categorize documents.

Svo … using FAST in combination with our own custom pipeline component, we can grab all that context information from FAST and feed it back to MOSS. It might go something like this:

  • Document is fed into FAST from MOSS.
  • Normal crazy-obsessive FAST document parsing and categorization happens.
  • Our own custom pipeline component drops some of that context information off to a database.
  • A process of our own design reads the context information, makes some decisions on how to fit that MOSS document within our IA and marks it up using a web service and the object model.

Auðvitað, no such automated process can be perfect but thanks to the obsessive (and possibly insane-but-in-a-good-way FAST people), we may have a real fighting shot at a truly effective mass load process that does more than just fill up a SQL database with a bunch of barely-searchable documents.

</enda>

Gerast áskrifandi að bloggið mitt.

Technorati Tags: , ,

Faceted Leita Fence Sitter No More

Ég hafði ástæðu í dag til að spila um með Codeplex faceted leit project today.

Það hefur verið í kring fyrir a á meðan, en ég hikaði við að sækja og nota það fyrir venjulegum ástæðum (aðallega skortur á tíma), plus outright fear 🙂

Ef þú ert að leita til að bæta leitina og kanna nýja möguleika, download it and install it when you have an hour or so of free time. I followed the installation manual’s instructions and it took me less than 20 minutes to have it installed and working. It provides value minute zero.

It does look pretty hard to extend. The authors provide a detailed walk-through for a complex BDC scenario. I may be missing it, but I wish they would also provide a simpler scenario involving one of the pre-existing properties or maybe adding one new managed property. I shall try and write that up myself in the next period of time.

Neðsta lína — í mínútum, þú getur sett upp, stilla það, use it and add some pretty cool functionality to your vanilla MOSS search and be a hero 🙂

</enda>

Gerast áskrifandi að bloggið mitt.

Technorati Tags:

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: