t;
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Sun, Feb 19, 2017 at 9:37 PM, ximing wrote:
>> Hi, all
>>
>> I am using lucene 5.5.4.
>>
>> As trying to make a real-time deletion, I made two singletons,
>> IndexGenerator.java is r
Hi, all
I am using lucene 5.5.4.
As trying to make a real-time deletion, I made two singletons,
IndexGenerator.java is responsible for the index generating and
deletion, and Searcher.java is responsible for doing the search.
In order to make the deletion immediately change the search result, I
e