Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed May 22, 2015
2 parents 8708da8 + 18e2347 commit 775ac4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#### 全文检索相关
引用LuceneLib项目的LuceneLib.dll和NetworkSocket.dll,所有操作方法都在LuceneLib.Lucene<T>类中,Lucene<T>可以使用单例模式或多个实例,每个方法都是线程安全,所有API都是异步的,一般情况下使用长连接的单例模式即可。

#### Lucene<T>的T实例是如何存储到服务的?
T类型必须要求有一个叫id的唯一标识属性(不分大小写),以作删除使用,Model的属性中类型为string、decimal、DateTime、Guid、枚举类型和基础类型的属性会被保存到服务器,其它类型比如自定义的class或集合类型等属性会被忽略,且只有string类型的属性才能通过关键字进行检索。

#### 一些相关博文
[http://www.cnblogs.com/kewei/p/4522974.html](http://www.cnblogs.com/kewei/p/4522974.html)

0 comments on commit 775ac4d

Please sign in to comment.