Aylıq Arxiv: Aprel 2008

FAST SharePoint Integration: Bütün FAST Views Profilə örnek kod

Burada bütün mövcud fikir göstərir ki, bəzi kodu FAST adı əsasında server QRServer (biz ünsiyyətdə olan server prosesi). I offer this up to give you all a taste of what it’s like to use the provided FAST API.

istifadə Sistem;
istifadə System.Collections.Generic;
istifadə System.Linq;
istifadə System.Text;
istifadə Com.FastSearch.Esp.Search;
istifadə Com.FastSearch.Esp.Search.Http;
istifadə Com.FastSearch.Esp.Search.Navigation;
istifadə Com.FastSearch.Esp.Search.Query;
istifadə Com.FastSearch.Esp.Search.Result;
istifadə Com.FastSearch.Esp.Search.View;
istifadə System.Collections.Specialized;
istifadə System.Collections;


Adlar fəzası Conchango
{
    sinfi EnumerateFASTViews
    {
        statik ləğv Əsas(sim[] args)
        {

            ISearchFactory searchFactory;

            NameValueCollection nameValueCollection = yeni NameValueCollection();

            nameValueCollection.Add("Fastsearchengine", "Com.FastSearch.Esp.Search.Http.HttpSearchFactory");
            nameValueCollection.Add("Com.FastSearch.Esp.Search.Http.QRServers", "Fastdemoback:15100");
            nameValueCollection.Add("Com.FastSearch.Esp.Search.Http.RequestMethod", "GET");

            searchFactory = SearchFactory.NewInstance(nameValueCollection);

            Təsəlli.WriteLine("Total Views: [" + searchFactory.GetSearchViewList().Saymaq + "].");

            int i = 0;

            foreach (obyekt bu ilə searchFactory.GetSearchViewList())
            {
                Təsəlli.WriteLine("Mövzu [" + i     + "]: [" + o.ToString() + "].");

            }

            Təsəlli.ReadLine();

        }
    }
}

Mən bir ancaq səlahiyyətli C # proqramçı hesab edirəm və nazik dəri qeyd, belə hər moruq My Way göndermeyin, xüsusən yenidən: və "foreach (obyektin o …)" construct 🙂

</son>

Technorati Tags: ,

Blog abunə.

Tez və SharePoint İnteqrasiya First Look

Mən sürətli işləmək imkanı əldə etmək üçün uğurlu olmuşdur sonra <–> SharePoint inteqrasiya layihəsi və I would fikir paylaşmaya davam icma ilə məhdud təcrübə.

Microsoft edir alınması prosesi FAST. I don’t know anything about the schedule except that it should be finished in the "2nd quarter" I vasitələri kəsb edən 06/30/08.

Mənim layihənin dizayn, bir çox yüksək səviyyədədir, təxminən eyni nəzər bir neçə web hissələri yaratmaq üçün zənglər, standart MOSS axtarış qutusu və əsas nəticələri web hissəsi kimi hiss edirəm və funksionallıq, but pulling from FAST. I’ve made some baby steps in that direction.

FAST is a dedicated search engine. It’s not based on Microsoft technology, bu FAST mühəndis bəzi aydın MS TECH anlamaq ki, mənə açıq-aydın deyil, baxmayaraq (və ya podratçıların istifadə etdik).

FAST:

FAST böyük bir canavar server məhsul (və pis mənada demək deyil; MOSS mənə böyük bir canavar məhsul həmçinin). It appears to be based on Java and I noticed some apache stuff and maybe some PHP. I wouldn’t be surprised if there were other bits of tech mixed in here and there. It definitely runs on windows server and is working fine in the virtual environment which I’ve been using.

It makes use of a facade web service that crawls SharePoint content for indexing in its special FAST way.

A SharePoint end user would be pretty much at home with FAST’s user interface. It has simple/advance search, göstərir nəticələri, alaka böyük deyil (Hesab edirəm ki, sosial alaka nasıl görmürəm baxmayaraq). Lakin, it does go further. Its stemming seems better. I really can’t articulate it well but I’ll just say "it’s better." You can take my word for it, or not 🙂 I may elaborate on this point in the future, daha çox məlumat kimi.

MOSS:

FAST provides a .NET-friendly DLL that provides an interface to the FAST engine. This makes it possible for us to create web parts or application pages or whatever we want to query FAST and present the results.

Veb xidmətlə interface həmçinin var görünür.

I also have access to a FAST-provided web part that does integrate MOSS and FAST. I don’t know if this is a POC, something that was whipped up as a demo or what. It’s definitely a good learning tool, istehsal-hazır əgər belə əmin deyil.

That’s it for now. As I progress through the project, Mən daha yazmaq lazımdır.

</son>

Technorati Tags: , ,

Blog abunə.