Re: How to tell Lucene index search to stop when it takes too long

2020-02-24 Thread baris . kazar
Will do, Thanks > On Feb 25, 2020, at 1:34 AM, Mikhail Khludnev wrote: > > Hello. > > Meet org.apache.lucene.search.TimeLimitingCollector. > >> On Mon, Feb 24, 2020 at 2:51 PM wrote: >> >> Hi,- >> >> I hope everyone is doing great. >> >> >> i am trying to find an api to tell Lucene Inde

Re: How to tell Lucene index search to stop when it takes too long

2020-02-24 Thread Mikhail Khludnev
Hello. Meet org.apache.lucene.search.TimeLimitingCollector. On Mon, Feb 24, 2020 at 2:51 PM wrote: > Hi,- > > I hope everyone is doing great. > > > i am trying to find an api to tell Lucene Index Searcher to stop after > 0.5 seconds (when it takes longer than this). > > Is there such an api or

Re: What is the Lucene 8.4.1 equivalent for StandardAnalyzer.STOP_WORDS_SET

2020-02-24 Thread Michael Froh
Those words ( https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.3.1/lucene/core/src/java/org/apache/lucene/analysis/standard/StandardAnalyzer.java#L44-L49) have been moved to EnglishAnalyzer ( https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.4.1/lucene/analysis/comm

What is the Lucene 8.4.1 equivalent for StandardAnalyzer.STOP_WORDS_SET

2020-02-24 Thread baris . kazar
Hi,-  I hope everyone is doing great. What is the Lucene 8.4.1 equivalent for StandardAnalyzer.STOP_WORDS_SET? https://lucene.apache.org/core/7_3_1/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html#STOP_WORDS_SET https://lucene.apache.org/core/8_4_1/core/org/apache/lucene/analysis

Lucene 7.7.2 Indexwriter.numDocs() replacement in Lucene 8.4.1

2020-02-24 Thread baris . kazar
Hi,-  I hope everyone is doing great. I think the Lucene 7.7.2  Indexwriter.numDocs() https://lucene.apache.org/core/7_7_2/core/org/apache/lucene/index/IndexWriter.html#numDocs-- can be replaced by the following in Lucene 8.4.1, right? https://lucene.apache.org/core/8_4_1/core/org/apache/luc

Re: Lucene 7.7.2 Indexwriter.numDocs() replacement in Lucene 8.4.1

2020-02-24 Thread baris . kazar
A typo corrected below. Best regards On 2/24/20 5:54 PM, baris.ka...@oracle.com wrote: Hi,-  I hope everyone is doing great. I think the Lucene 7.7.2  Indexwriter.numDocs() https://lucene.apache.org/core/7_7_2/core/org/apache/lucene/index/IndexWriter.html#numDocs-- can be replaced by t

How to tell Lucene index search to stop when it takes too long

2020-02-24 Thread baris . kazar
Hi,- I hope everyone is doing great. i am trying to find an api to tell Lucene Index Searcher to stop after 0.5 seconds (when it takes longer than this). Is there such an api or plan to implement one? Best regards - To

Re: Lucene download page

2020-02-24 Thread baris . kazar
Thanks Erick and the Forum. Best regards On 2/23/20 8:32 AM, Erick Erickson wrote: No, 7.7.2 was a patch fix that _was_ released after 8.1.1. On Feb 22, 2020, at 2:49 PM, baris.ka...@oracle.com wrote: Hi,- i hope everyone is doing great. Licene 7.7.2 is listed as released after Lucene 8