Re: Default (no-args) behavior for JapanesePartOfSpeechStopFilterFactory

2020-10-02 Thread Michael McCandless
+1 to make this less trappy. It looks like KoreanPartOfSpeechStopFilterFactory will fallback to default stop tags if no args were provided. I think we should indeed make JapanesePartOfSpeechStopFilterFactory consistent. Maybe, we fix this only in next major release (9.0), add an entry to

Default (no-args) behavior for JapanesePartOfSpeechStopFilterFactory

2020-10-02 Thread Michael Froh
I am currently working on migrating a project from an old version of Solr to Elasticsearch, and came across a funny (to me at least) difference in the "default" behavior of JapanesePartOfSpeechStopFilterFactory. If JapanesePartOfSpeechStopFilterFactory is given empty args, it does nothing. It

Re: Highlight with Proximity search throws an exception

2020-10-02 Thread Michael McCandless
Hi Juraj+, This indeed smells like a bug. FuzzyTermsEnum should never try to set a negative boost! Could you open an issue and open a PR (or attach a patch) with your test case? Thank you for boiling this down. This part really made me chuckle: > When our text contains an apostrophe followed

Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-02 Thread David Smiley
I think that's a bug! Good catch! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, Oct 1, 2020 at 11:38 PM Alexandre Rafalovitch wrote: > I am indexing a deeply nested structure and am trying to return it > with fl=*,[child]. > > And it is

JDK 16 EA build 18 is now available

2020-10-02 Thread Rory O'Donnell
Hi Uwe & Dawid, OpenJDK 16 Early Access build 18**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, versionĀ 2, with the Classpath Exception . *