Lucene.net 实现全文搜索(8) } //DataTable 添加行 DataRow row = this.Results.NewRow(); row["title"] = doc.Get("title"); string IP=Request.Url.Host;//获取服务器IP //Request.Url.Port; row["path"]=@"http://"+IP+"/WebUI/Search/documents/"+path; row["sample"] = highlighter.GetBestFragments(plainText, 80, 2, ""); this.Results.Rows.Add(row); } searcher.Close();//关闭搜索器