
lucene
iteye_3414
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
lucene学习(一)——DocFieldProcessorPerThread中的processDocument方法
DocFieldProcessorPerThread中的processDocument /** Process the document. If there is * something for this document to be done in docID order, * you should encapsulate that as a * Docum...原创 2010-01-07 15:36:18 · 351 阅读 · 0 评论 -
Lucene————DocumentsWriter--getThreadState()
/** * Returns a free (idle) ThreadState that may be used for indexing this one * document. This call also pauses if a flush is pending. If delTerm is * non-null then we buffer this deleted te...原创 2010-01-11 17:06:00 · 137 阅读 · 0 评论