Monthly Archives: Ապրիլ 2008

ԱՐԱԳ Sharepoint ինտեգրում: Sample Code ցուցադրել առկա բոլոր արագ Դիտարկումների

Ահա որոշ կոդը, որը ցույց է տալիս առկա բոլոր տեսակետները մի ԱՐԱԳ սերվերի վրա է անվանել QRServer (սերվերը գործընթացը, որի հետ մենք շփվում). I offer this up to give you all a taste of what it’s like to use the provided FAST API.

օգտագործելով Համակարգ;
օգտագործելով System.Collections.Generic;
օգտագործելով System.Linq;
օգտագործելով System.Text;
օգտագործելով Com.FastSearch.Esp.Search;
օգտագործելով Com.FastSearch.Esp.Search.Http;
օգտագործելով Com.FastSearch.Esp.Search.Navigation;
օգտագործելով Com.FastSearch.Esp.Search.Query;
օգտագործելով Com.FastSearch.Esp.Search.Result;
օգտագործելով Com.FastSearch.Esp.Search.View;
օգտագործելով System.Collections.Specialized;
օգտագործելով System.Collections;


անվանակարգ Conchango
{
    դաս EnumerateFASTViews
    {
        Ստատիկ անվավեր Հիմնական(լարային[] args)
        {

            ISearchFactory searchFactory;

            NameValueCollection nameValueCollection = նոր 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);

            Մխիթարելու.WriteLine("Total Views: [" + searchFactory.GetSearchViewList().Հաշվել + "].");

            int i = 0;

            ԲՀԿ (օբյեկտ որ մեջ searchFactory.GetSearchViewList())
            {
                Մխիթարելու.WriteLine("View [" + i     + "]: [" + o.ToString() + "].");

            }

            Մխիթարելու.ReadLine();

        }
    }
}

Նշենք, որ ես համարում եմ մի կերպ իրավասու C # ծրագրավորող եմ եւ ունեմ բարակ մաշկը, այնպես որ չեմ ուղարկել ազնվամորի ուղին իմ, հատկապես, նորից: the "foreach (O օբյեկտ է …)" construct 🙂

</վերջ>

Արորդիների Tags: ,

Անդամագրվել իմ բլոգում.

ԱՐԱԳ եւ Sharepoint Integration First Look

Ես եղել բախտը բերել է, հնարավորություն է աշխատել արագ <–> Sharepoint ինտեգրման ծրագիրը, եւ կարծում եմ ուզում շարունակում ենք կիսել իմ սահմանափակ փորձ համայնքի հետ.

Microsoft է գործընթացը գնում ԱՐԱԳ. I don’t know anything about the schedule except that it should be finished in the "2nd quarter" որը ես ենթադրում միջոցները 06/30/08.

Իմ Նախագծի դիզայն, շատ բարձր մակարդակով:, կոչ է անում ստեղծել մի քանի վեբ հատվածները, որոնք ունեն մոտավորապես նույն տեսքը, զգում է եւ օգտագործել է որպես ստանդարտ MOSS որոնման վանդակում, եւ հիմնական արդյունքները վեբ մասին, 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, թեեւ ակնհայտ է ինձ համար, որ որոշ արագ ինժեներների հստակ հասկանալ, տիկին տեխ (թե նրանք պատրաստվում են օգտագործել կապալառուների).

ԱՐԱԳ:

ԱՐԱԳ մեծ հրեշ սերվերի արտադրանք (եւ ես նկատի չունեմ, որ մի վատ իմաստով,; MOSS մեծ հրեշ ապրանքի համար, ինչպես նաեւ). 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, շոուներ արդյունքները, մեծ է relevancy (չնայած ես չեմ տեսնում, թե ինչպես է handles սոցիալական relevancy). Սակայն, 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, ես մանրամասնել.

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.

Կարծես թե մի քանի վեբ ծառայություն, ինտերֆեյսը, ինչպես նաեւ.

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, ոչ այնքան համոզված, եթե դա արտադրության պատրաստ է.

That’s it for now. As I progress through the project, Ես ավելի փակցնել.

</վերջ>

Արորդիների Tags: , ,

Անդամագրվել իմ բլոգում.