వేగవంతం QRServer పోర్ట్ నిర్ణయించడం

దాని API ద్వారా వేగవంతం శోధన కమ్యూనికేట్ చేయడానికి, మేము QRServer రన్ ఇది పోర్ట్ తెలుసుకోవాలి.

నేను గుర్తించడం ఈ దశలను తరువాత:

  1. Log into the FAST admin site (http://server:port/admin).
  2. Navigate to System Overview.
  3. Locate "Search Dispatcher" and click the spyglass icon:

    ప్రతిమ

  4. I successfully used the value, 15100 for "Info Name" = "http":

    ప్రతిమ

గమనికలు:

1. Port 15100 appears to be the default out-of-the-box port number for the QRServer.

2. Use this code similar to the following to instantiate a connection to FAST:

     ISearchFactory searchFactory;
    
        NameValueCollection nameValueCollection = కొత్త NameValueCollection();
    
        nameValueCollection.Add("fastsearchengine", "Com.FastSearch.Esp.Search.Http.HttpSearchFactory");
        nameValueCollection.Add("Com.FastSearch.Esp.Search.Http.QRServers", "fastdemoback:15102");
        nameValueCollection.Add("Com.FastSearch.Esp.Search.Http.RequestMethod", "GET");
    
        searchFactory = SearchFactory.NewInstance(nameValueCollection);

3. If you pick a wildly incorrect port, you get a helpful error message:

ప్రతిమ

4. అయితే, if you pick the port number listed on the overview (15102) you don’t get that helpful error message. అందుకు బదులుగా, later when you try to access any data via a search or reference a FAST view, you get an error. Debugging shows that the searchFactory’s view count is zero. You’ll be given the message "Failed to fetch Search View List".

</చివర>

Technorati టాగ్లు:

నా బ్లాగ్ సబ్స్క్రయిబ్.

ఒక ఆలోచన "వేగవంతం QRServer పోర్ట్ నిర్ణయించడం

ఒక Reply వదిలి ఆల్విన్ ప్రత్యుత్తరం రద్దు

మీ ఇమెయిల్ చిరునామా ప్రచురితమైన కాదు. లు గుర్తించబడతాయి *