apache / solr-operator
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 85 files, 23,099 LOC (100.0% vs. main code).
  • "config" is biggest, containing 37.01% of LOC.
  • "version" is smallest, containing 0.06% of LOC.


config8550 LOC (37%) 34 files
controllers7048 LOC (30%) 23 files
hack3196 LOC (13%) 3 files
api2502 LOC (10%) 6 files
helm1537 LOC (6%) 16 files
ROOT252 LOC (1%) 2 files
version14 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
controllers163 commits (43%)
helm157 commits (41%)
api102 commits (26%)
config61 commits (16%)
hack25 commits (6%)
ROOT22 commits (5%)
version10 commits (2%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019
controllers
14
15
80
28
194
87
9
helm
18
8
59
65
131
35
config
4
3
9
16
94
17
22
api
3
3
22
22
84
55
7
hack
1
1
3
7
25
version
1
3
1
5
ROOT
3
3
13
3
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G controllers controllers controllers--controllers 2 helm helm controllers--helm 6 helm--helm 5 api api helm--api 2 config config config--controllers 2 config--helm 3 config--config 1 api--controllers 2 api--config 2 api--api 1 version version version--helm 1 version--config 1


2025-05-07 19:54