You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WildcardNGramPresearcherComponent creates a RegexpNGramTermQueryTreeBuilder, which checks if queries are instanceof RegexpQuery. However, WildcardQuery is not, so WildcardQueries don't appear to be picked up from this.
The text was updated successfully, but these errors were encountered:
WildcardNGramPresearcherComponent creates a RegexpNGramTermQueryTreeBuilder, which checks if queries are instanceof RegexpQuery. However, WildcardQuery is not, so WildcardQueries don't appear to be picked up from this.
The text was updated successfully, but these errors were encountered: