Ejemplo n.º 1
0
        private void OnSearchTerms(ResponseMessage r)
        {
            SearchTermResponse response = (SearchTermResponse)r;

            ProcessSearchTermResponse(response);
        }
Ejemplo n.º 2
0
        ///////////////////////////////////////////////////////////////

        // This is exposed for the benefit of QueryDriver.DoQueryLocal
        public void ProcessSearchTermResponse(SearchTermResponse response)
        {
            exact_text   = response.ExactText;
            stemmed_text = response.StemmedText;
        }
Ejemplo n.º 3
0
		///////////////////////////////////////////////////////////////

		// This is exposed for the benefit of QueryDriver.DoQueryLocal
		public void ProcessSearchTermResponse (SearchTermResponse response)
		{
			exact_text = response.ExactText;
			stemmed_text = response.StemmedText;
		}