Re: Recommended Java Distribution

2020-03-19 Thread Eric Buss
Hi Kaya, We have been using Amazon Corretto for Solr for the past 6 months without issue. We did not notice any difference from running on Open JDK prior to that. Cheers Eric On 2020-03-19, 6:04 AM, "Jan Høydahl" wrote: Our official statement is here https://lucene.apache.org/s

Re: FlattenGraphFilter Eliminates Tokens - Can't match "Can't"

2019-12-05 Thread Eric Buss
n Mon, Nov 25, 2019 at 2:19 PM Eric Buss wrote: > > Hi all, > > I have been trying to solve an issue where FlattenGraphFilter (FGF) removes > tokens produced by WordDelimiterGraphFilter (WDGF) - consequently searches that > contain the contraction "can

FlattenGraphFilter Eliminates Tokens - Can't match "Can't"

2019-11-25 Thread Eric Buss
ory to replace "can't" with "cant". Though this technically solves the issue, I hope it is obvious why this does not feel like an ideal solution. Has anyone encountered this type of issue before? Any advice on how the filter use here could be improved to handle t