Mailing List Archive

What is the Lucene 8.4.1 equivalent for StandardAnalyzer.STOP_WORDS_SET
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/standard/StandardAnalyzer.html

Best regards

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
Re: What is the Lucene 8.4.1 equivalent for StandardAnalyzer.STOP_WORDS_SET [ In reply to ]
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/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java#L47-L51
).

On Mon, 24 Feb 2020 at 15:56, <baris.kazar@oracle.com> wrote:

> 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/standard/StandardAnalyzer.html
>
> Best regards
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>
Re: What is the Lucene 8.4.1 equivalent for StandardAnalyzer.STOP_WORDS_SET [ In reply to ]
Thanks Michael.

Best regards


On 2/24/20 7:18 PM, Michael Froh wrote:
> 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
> <https://urldefense.com/v3/__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__;Iw!!GqivPVa7Brio!PoRSI4oqsOUKIn7RRP7Zgil0n9NC1Awg6PXAyrRdGwpXyySNUwRB7b4un89w05YOEg$>)
> have been moved to EnglishAnalyzer
> (https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.4.1/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java#L47-L51
> <https://urldefense.com/v3/__https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.4.1/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java*L47-L51__;Iw!!GqivPVa7Brio!PoRSI4oqsOUKIn7RRP7Zgil0n9NC1Awg6PXAyrRdGwpXyySNUwRB7b4un8-dJ9cUSw$>).
>
> On Mon, 24 Feb 2020 at 15:56, <baris.kazar@oracle.com
> <mailto:baris.kazar@oracle.com>> wrote:
>
> 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://urldefense.com/v3/__https://lucene.apache.org/core/7_3_1/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html*STOP_WORDS_SET__;Iw!!GqivPVa7Brio!PoRSI4oqsOUKIn7RRP7Zgil0n9NC1Awg6PXAyrRdGwpXyySNUwRB7b4un8-LXhyPQw$>
>
> https://lucene.apache.org/core/8_4_1/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html
> <https://urldefense.com/v3/__https://lucene.apache.org/core/8_4_1/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html__;!!GqivPVa7Brio!PoRSI4oqsOUKIn7RRP7Zgil0n9NC1Awg6PXAyrRdGwpXyySNUwRB7b4un8_ZaPAK6w$>
>
> Best regards
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> <mailto:java-user-unsubscribe@lucene.apache.org>
> For additional commands, e-mail: java-user-help@lucene.apache.org
> <mailto:java-user-help@lucene.apache.org>
>