Hi,-
Sometimes the search takes too long even with PhraseWildcardQuery, so i
would like to limit the search time via TimeLimitingCollector API.
Thanks to Mikhail and this Forum to inform me about this API.
i checked this IndexSearcher API with Collector parameter but that API
does not have
HI Team,
1.We Upgraded Lucene 4.6 to 8+, After upgrading we are facing issue with
UpdateDocument API. We are using UpdateDocument for editing existing records
and adding new records.
2.Adding a new record to the index file is working fine.
3.When we are trying to edit one of record from
Pass TopDocsCollector as the first arg into TimeLimitingCollector.
On Thu, Feb 27, 2020 at 2:31 PM wrote:
> Hi,-
>
> Sometimes the search takes too long even with PhraseWildcardQuery, so i
> would like to limit the search time via TimeLimitingCollector API.
>
>
> Thanks to Mikhail and this Forum