Пример #1
0
        //FUNCTIONS TO CONVERT INFORMATION NEEDS TO QUERY
        private string RemoveStopWords(string input)
        /*Remove the stop word from the input query string*/
        {
            string result = LuceneSearch_app.GetProcessedQueryText(input, true);

            return(result);
        }