File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
main/java/org/elasticsearch
test/java/org/elasticsearch
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,6 @@ tasks.named('splitPackagesAudit').configure {
283
283
' org.apache.lucene.search.grouping.CollapseTopFieldDocs' ,
284
284
' org.apache.lucene.search.grouping.CollapsingDocValuesSource' ,
285
285
' org.apache.lucene.search.grouping.CollapsingTopDocsCollector' ,
286
- ' org.apache.lucene.util.CombinedBitSet' ,
287
286
' org.apache.lucene.search.vectorhighlight.CustomFieldQuery' ,
288
287
289
288
// These are tricky because Lucene itself splits the index package,
Original file line number Diff line number Diff line change 6
6
* Side Public License, v 1.
7
7
*/
8
8
9
- package org .apache .lucene .util ;
9
+ package org .elasticsearch .lucene .util ;
10
10
11
11
import org .apache .lucene .search .DocIdSetIterator ;
12
+ import org .apache .lucene .util .BitSet ;
13
+ import org .apache .lucene .util .Bits ;
12
14
13
15
/**
14
16
* A {@link BitSet} implementation that combines two instances of {@link BitSet} and {@link Bits}
Original file line number Diff line number Diff line change 32
32
import org .apache .lucene .util .BitSet ;
33
33
import org .apache .lucene .util .BitSetIterator ;
34
34
import org .apache .lucene .util .Bits ;
35
- import org .apache .lucene .util .CombinedBitSet ;
35
+ import org .elasticsearch .lucene .util .CombinedBitSet ;
36
36
import org .apache .lucene .util .SparseFixedBitSet ;
37
37
import org .elasticsearch .core .Releasable ;
38
38
import org .elasticsearch .search .dfs .AggregatedDfs ;
Original file line number Diff line number Diff line change 10
10
11
11
import org .apache .lucene .search .DocIdSetIterator ;
12
12
import org .apache .lucene .util .BitSet ;
13
- import org .apache .lucene .util .CombinedBitSet ;
14
13
import org .apache .lucene .util .FixedBitSet ;
15
14
import org .apache .lucene .util .SparseFixedBitSet ;
16
15
import org .elasticsearch .test .ESTestCase ;
Original file line number Diff line number Diff line change 46
46
import org .apache .lucene .util .BitSet ;
47
47
import org .apache .lucene .util .BitSetIterator ;
48
48
import org .apache .lucene .util .Bits ;
49
- import org .apache .lucene .util .CombinedBitSet ;
49
+ import org .elasticsearch .lucene .util .CombinedBitSet ;
50
50
import org .apache .lucene .util .FixedBitSet ;
51
51
import org .apache .lucene .util .SparseFixedBitSet ;
52
52
import org .elasticsearch .ExceptionsHelper ;
Original file line number Diff line number Diff line change 17
17
import org .apache .lucene .util .BitSet ;
18
18
import org .apache .lucene .util .BitSetIterator ;
19
19
import org .apache .lucene .util .Bits ;
20
- import org .apache .lucene .util .CombinedBitSet ;
20
+ import org .elasticsearch .lucene .util .CombinedBitSet ;
21
21
import org .elasticsearch .ElasticsearchException ;
22
22
import org .elasticsearch .ExceptionsHelper ;
23
23
import org .elasticsearch .common .cache .Cache ;
You can’t perform that action at this time.
0 commit comments