06 2020 档案
摘要:private void Search_Click(object sender, RoutedEventArgs e)//查询定位文本 { List<TextRange> textRanges = FindWordFromPosition(richTextBox1.Document.ContentS
阅读全文
摘要:1 lucene简介1.1 什么是lucenepowered by 25175.netLucene是一个全文搜索框架,而不是应用产品。因此它并不像www.baidu.com 或者google Desktop那么拿来就能用,它只是提供了一种工具让你能实现这些产品。1.2 lucene能做什么要回答这个
阅读全文