Skip to content

Commit

Permalink
apacheGH-11172: remove WindowsDirectory and native subproject. (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss authored Sep 15, 2022
1 parent 0587844 commit 9acc653
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 566 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ apply from: file('gradle/generation/antlr.gradle')

apply from: file('gradle/datasets/external-datasets.gradle')

// Shared configuration of subprojects containing native code.
apply from: file('gradle/native/disable-native.gradle')

// Additional development aids.
apply from: file('gradle/testing/per-project-summary.gradle')
apply from: file('gradle/testing/slowest-tests-at-end.gradle')
Expand Down
84 changes: 0 additions & 84 deletions gradle/native/disable-native.gradle

This file was deleted.

3 changes: 3 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ API Changes
* GITHUB#11742: MatchingFacetSetsCounts#getTopChildren now properly returns "top" children instead
of all children. (Greg Miller)

* GITHUB#11772: Removed native subproject and WindowsDirectory implementation from lucene.misc. Recommendation:
use MMapDirectory implementation on Windows. (Robert Muir, Uwe Schindler, Dawid Weiss)

Bug Fixes
---------------------
* GITHUB#11726: Indexing term vectors on large documents could fail due to
Expand Down
2 changes: 0 additions & 2 deletions lucene/misc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ description = 'Index tools and other miscellaneous code'
dependencies {
moduleApi project(':lucene:core')
moduleTestImplementation project(':lucene:test-framework')

nativeDeps project(":lucene:misc:native")
}
60 changes: 0 additions & 60 deletions lucene/misc/native/build.gradle

This file was deleted.

175 changes: 0 additions & 175 deletions lucene/misc/native/src/main/windows/WindowsDirectory.cpp

This file was deleted.

Loading

0 comments on commit 9acc653

Please sign in to comment.