Skip to content

Commit

Permalink
Remove XCombinedFieldQuery (#77978)
Browse files Browse the repository at this point in the history
This change removes the XCombinedFieldQuery workaround introduced
in #74678 as the fix is integrated into Lucene 8.10.

Relates #74678
  • Loading branch information
dnhatn authored Sep 20, 2021
1 parent 6c4c5e2 commit e8274c2
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 919 deletions.
6 changes: 1 addition & 5 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ tasks.named('splitPackagesAudit').configure {
'org.elasticsearch.cli.EnvironmentAwareCommand',
'org.elasticsearch.cli.KeyStoreAwareCommand',
'org.elasticsearch.cli.LoggingAwareCommand',
'org.elasticsearch.cli.LoggingAwareMultiCommand',

// these should be temporary, query needs package private access to TermScorer though
'org.apache.lucene.search.XCombinedFieldQuery',
'org.apache.lucene.search.XMultiNormsLeafSimScorer'
'org.elasticsearch.cli.LoggingAwareMultiCommand'

}
Loading

0 comments on commit e8274c2

Please sign in to comment.