Commit 1626d70
authored
Solr fulltext indexing (#204)
* Add collective.solr using solr version and config provided there
* pre-commit reformatting of upstream checkin
* Remove intermediate solr/config directory
* Keep results-listing working with collective.solr.
- Backport the index fields from the old deployment.
- No test changes, because no test coverage on this view at all.
This is just a dirty MVP checkpoint. It works but the schema needs
cleaning up.
* Activate fulltext PDF solr search
Also: provide upgrade, adjust tests
* Move solr reindex to a separate upgrade step
* Load collective.solr zcml in zcml
* Remove migration notes from README
* Document Solr gotchas
* Reference upstream ticket on Tika integration
* Fix build regression introduced in dfddb0a
* Use getattr instead of hasattr
* Up Solr to 9.9.0
* Move test solr to a different port
Refs syslabcom/scrum#3974
* Temporary workaround for cross-site Unauthorized
* Move solr config into ./etc/ to avoid confusion
* Update README
* Change CI pre-commit runner1 parent 36eacf6 commit 1626d70
File tree
24 files changed
+4792
-33
lines changed- .github/workflows
- etc/solr
- conf
- src/recensio/plone
- browser/templates
- profiles/default
- registry
- tests
- upgrades/v2
- 20250924111704_install_collective_solr
- registry
- 20250925102158_reindex_to_solr
24 files changed
+4792
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | | - | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | | - | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
43 | 56 | | |
44 | 57 | | |
45 | 58 | | |
| |||
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
55 | 72 | | |
56 | 73 | | |
57 | 74 | | |
| |||
0 commit comments