Commit ef86723
authored
ESQL: Move doc values
We have a bunch of these as inner classes. Some of them are inner
classes of the field types they support - which is fine and good. But a
bunch of the shared ones were inner classes of `BlockDocValuesReader`
which made the class like a billion lines long. And it made it harder to
find the source code of the shared ones because they weren't in
alphabetical order.
This moves these block loaders to top level classes. And lets our IDE
put them in alphabetical order for us. Which is nice because we'll be
adding a bunch more of them as we move further on #137002.BlockLoader impls (#137063)1 parent ad5d545 commit ef86723
File tree
45 files changed
+1524
-1361
lines changed- modules/mapper-extras/src/main/java/org/elasticsearch/index/mapper/extras
- server/src
- main/java
- org/elasticsearch/index
- codec/tsdb/es819
- mapper
- blockloader/docvalues
- vectors
- test/java/org/elasticsearch/index/mapper
- test/framework/src/main/java/org/elasticsearch/index/mapper
- x-pack/plugin
- esql/compute/src
- main/java/org/elasticsearch/compute/lucene/read
- test/java/org/elasticsearch/compute
- lucene
- logsdb/src/main/java/org/elasticsearch/xpack/logsdb/patterntext
- mapper-aggregate-metric/src/main/java/org/elasticsearch/xpack/aggregatemetric/mapper
- mapper-unsigned-long/src/main/java/org/elasticsearch/xpack/unsignedlong
- mapper-version/src/main/java/org/elasticsearch/xpack/versionfield
- spatial/src/main/java/org/elasticsearch/xpack/spatial/index/mapper
- wildcard/src/main/java/org/elasticsearch/xpack/wildcard/mapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1524
-1361
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| 502 | + | |
502 | 503 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments