[lucene] Lucene searching and indexing can implement simultaneously? how?
kylinsoong
2010-07-28
Lucene查询和建立索引能不能同时进行?
我遇到问题说明:我给100MB左右大小的原始文件建立索引(需要2分钟左右时间),我在这2分钟里不能够对索引文件进行实时查询,必须等到100MB原始文件全部索引完成才可以查询到,我现在想达到目的是当100MB里面的20MB完成就可以查询这20MB对应的索引,没有必要等到100MB全部完成索引? |
|
kylinsoong
2010-07-28
anyone who can give a solution?
|
|
kylinsoong
2010-07-29
i have solved this problem myself, if you want to know the answer, PL vist the link:http://kylinsoong.iteye.com/blog/723853
|