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
The Weight implementation in PointRangeQuery#createWeight is anonymous class making it difficult to extend or reuse specific logic from the class. Not to mention the class being more ~400 lines of code which makes good case for named class anyways IMO.
The text was updated successfully, but these errors were encountered:
Description
The
Weight
implementation inPointRangeQuery#createWeight
is anonymous class making it difficult to extend or reuse specific logic from the class. Not to mention the class being more ~400 lines of code which makes good case for named class anyways IMO.The text was updated successfully, but these errors were encountered: