codex 1.6.18__py3-none-any.whl → 1.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of codex might be problematic. Click here for more details.

Files changed (849) hide show
  1. codex/choices.py +419 -0
  2. codex/choices_to_json.py +122 -0
  3. codex/db.py +134 -0
  4. codex/exceptions.py +2 -3
  5. codex/librarian/bookmark/__init__.py +1 -0
  6. codex/librarian/bookmark/bookmarkd.py +38 -0
  7. codex/librarian/bookmark/tasks.py +19 -0
  8. codex/librarian/bookmark/update.py +154 -0
  9. codex/librarian/covers/coverd.py +3 -4
  10. codex/librarian/covers/create.py +8 -7
  11. codex/librarian/covers/path.py +1 -2
  12. codex/librarian/covers/purge.py +3 -3
  13. codex/librarian/importer/const.py +7 -1
  14. codex/librarian/importer/create_fks.py +5 -2
  15. codex/librarian/importer/importerd.py +17 -12
  16. codex/librarian/importer/moved.py +44 -13
  17. codex/librarian/importer/tasks.py +2 -0
  18. codex/librarian/janitor/cleanup.py +21 -8
  19. codex/librarian/janitor/integrity.py +371 -0
  20. codex/librarian/janitor/janitor.py +50 -15
  21. codex/librarian/janitor/latest_version.py +2 -1
  22. codex/librarian/janitor/status.py +5 -0
  23. codex/librarian/janitor/tasks.py +37 -0
  24. codex/librarian/janitor/update.py +1 -1
  25. codex/librarian/librariand.py +37 -24
  26. codex/librarian/search/optimize.py +43 -0
  27. codex/librarian/search/remove.py +18 -46
  28. codex/librarian/search/searchd.py +14 -17
  29. codex/librarian/search/status.py +2 -1
  30. codex/librarian/search/tasks.py +4 -9
  31. codex/librarian/search/update.py +223 -301
  32. codex/librarian/watchdog/emitter.py +21 -19
  33. codex/librarian/watchdog/event_batcherd.py +0 -1
  34. codex/librarian/watchdog/events.py +4 -1
  35. codex/librarian/watchdog/observers.py +2 -1
  36. codex/migrations/0029_comicfts.py +58 -0
  37. codex/migrations/0030_nocase_collation_day_month_indexes_status_types.py +202 -0
  38. codex/models/admin.py +15 -11
  39. codex/models/base.py +9 -0
  40. codex/models/bookmark.py +3 -3
  41. codex/models/comic.py +68 -16
  42. codex/models/functions.py +60 -2
  43. codex/models/groups.py +6 -1
  44. codex/models/library.py +1 -3
  45. codex/models/paths.py +9 -3
  46. codex/models/query.py +6 -0
  47. codex/run.py +11 -9
  48. codex/serializers/admin/tasks.py +2 -2
  49. codex/serializers/browser/mixins.py +18 -14
  50. codex/serializers/browser/page.py +2 -0
  51. codex/serializers/browser/settings.py +4 -4
  52. codex/serializers/fields.py +9 -5
  53. codex/settings/settings.py +16 -17
  54. codex/signals/django_signals.py +4 -10
  55. codex/startup.py +7 -39
  56. codex/static_root/assets/VCheckbox-D_CWEmqR.84f2b49311e8.js +1 -0
  57. codex/static_root/assets/VCheckbox-D_CWEmqR.84f2b49311e8.js.br +0 -0
  58. codex/static_root/assets/VCheckbox-D_CWEmqR.84f2b49311e8.js.gz +0 -0
  59. codex/static_root/assets/VCheckbox-D_CWEmqR.js +1 -0
  60. codex/static_root/assets/VCheckbox-D_CWEmqR.js.br +0 -0
  61. codex/static_root/assets/VCheckbox-D_CWEmqR.js.gz +0 -0
  62. codex/static_root/assets/VCheckboxBtn-B1BhcFvi.0eaf3c516474.js +1 -0
  63. codex/static_root/assets/VCheckboxBtn-B1BhcFvi.0eaf3c516474.js.br +0 -0
  64. codex/static_root/assets/VCheckboxBtn-B1BhcFvi.0eaf3c516474.js.gz +0 -0
  65. codex/static_root/assets/VCheckboxBtn-B1BhcFvi.js +1 -0
  66. codex/static_root/assets/VCheckboxBtn-B1BhcFvi.js.br +0 -0
  67. codex/static_root/assets/VCheckboxBtn-B1BhcFvi.js.gz +0 -0
  68. codex/static_root/assets/VCombobox-CZAW6_3Q.0e2401e819a5.js +1 -0
  69. codex/static_root/assets/VCombobox-CZAW6_3Q.0e2401e819a5.js.br +0 -0
  70. codex/static_root/assets/VCombobox-CZAW6_3Q.0e2401e819a5.js.gz +0 -0
  71. codex/static_root/assets/VCombobox-CZAW6_3Q.js +1 -0
  72. codex/static_root/assets/VCombobox-CZAW6_3Q.js.br +0 -0
  73. codex/static_root/assets/VCombobox-CZAW6_3Q.js.gz +0 -0
  74. codex/static_root/assets/VDialog-CSHgHIlG.a0bcd336cb7b.js +1 -0
  75. codex/static_root/assets/VDialog-CSHgHIlG.a0bcd336cb7b.js.br +0 -0
  76. codex/static_root/assets/VDialog-CSHgHIlG.a0bcd336cb7b.js.gz +0 -0
  77. codex/static_root/assets/VDialog-CSHgHIlG.js +1 -0
  78. codex/static_root/assets/VDialog-CSHgHIlG.js.br +0 -0
  79. codex/static_root/assets/VDialog-CSHgHIlG.js.gz +0 -0
  80. codex/static_root/assets/VDialog-CSvrKKb2.css +1 -0
  81. codex/static_root/assets/VDialog-CSvrKKb2.css.br +0 -0
  82. codex/static_root/assets/VDialog-CSvrKKb2.css.gz +0 -0
  83. codex/static_root/assets/VDialog-CSvrKKb2.fd4d50904b17.css +1 -0
  84. codex/static_root/assets/VDialog-CSvrKKb2.fd4d50904b17.css.br +0 -0
  85. codex/static_root/assets/VDialog-CSvrKKb2.fd4d50904b17.css.gz +0 -0
  86. codex/static_root/assets/VExpansionPanels-CG6MpdMC.e96ae8afad97.js +1 -0
  87. codex/static_root/assets/VExpansionPanels-CG6MpdMC.e96ae8afad97.js.br +0 -0
  88. codex/static_root/assets/VExpansionPanels-CG6MpdMC.e96ae8afad97.js.gz +0 -0
  89. codex/static_root/assets/VExpansionPanels-CG6MpdMC.js +1 -0
  90. codex/static_root/assets/VExpansionPanels-CG6MpdMC.js.br +0 -0
  91. codex/static_root/assets/VExpansionPanels-CG6MpdMC.js.gz +0 -0
  92. codex/static_root/assets/VRadioGroup-CAgQxkiU.f26ecb0c3e34.js +1 -0
  93. codex/static_root/assets/VRadioGroup-CAgQxkiU.f26ecb0c3e34.js.br +0 -0
  94. codex/static_root/assets/VRadioGroup-CAgQxkiU.f26ecb0c3e34.js.gz +0 -0
  95. codex/static_root/assets/VRadioGroup-CAgQxkiU.js +1 -0
  96. codex/static_root/assets/VRadioGroup-CAgQxkiU.js.br +0 -0
  97. codex/static_root/assets/VRadioGroup-CAgQxkiU.js.gz +0 -0
  98. codex/static_root/assets/VSelect-C1gez8rl.9b11d2f00faf.js +1 -0
  99. codex/static_root/assets/VSelect-C1gez8rl.9b11d2f00faf.js.br +0 -0
  100. codex/static_root/assets/VSelect-C1gez8rl.9b11d2f00faf.js.gz +0 -0
  101. codex/static_root/assets/VSelect-C1gez8rl.js +1 -0
  102. codex/static_root/assets/VSelect-C1gez8rl.js.br +0 -0
  103. codex/static_root/assets/VSelect-C1gez8rl.js.gz +0 -0
  104. codex/static_root/assets/VSelect-DLu8bpcs.98bdcf35411c.css +1 -0
  105. codex/static_root/assets/VSelect-DLu8bpcs.98bdcf35411c.css.br +0 -0
  106. codex/static_root/assets/VSelect-DLu8bpcs.98bdcf35411c.css.gz +0 -0
  107. codex/static_root/assets/VSelect-DLu8bpcs.css +1 -0
  108. codex/static_root/assets/VSelect-DLu8bpcs.css.br +0 -0
  109. codex/static_root/assets/VSelect-DLu8bpcs.css.gz +0 -0
  110. codex/static_root/assets/VSelectionControl-DBqDlKjK.160beaa1b56c.js +1 -0
  111. codex/static_root/assets/VSelectionControl-DBqDlKjK.160beaa1b56c.js.br +0 -0
  112. codex/static_root/assets/VSelectionControl-DBqDlKjK.160beaa1b56c.js.gz +0 -0
  113. codex/static_root/assets/VSelectionControl-DBqDlKjK.js +1 -0
  114. codex/static_root/assets/VSelectionControl-DBqDlKjK.js.br +0 -0
  115. codex/static_root/assets/VSelectionControl-DBqDlKjK.js.gz +0 -0
  116. codex/static_root/assets/VSlideGroup-BtXPhMOT.830f136ffd41.css +1 -0
  117. codex/static_root/assets/VSlideGroup-BtXPhMOT.830f136ffd41.css.br +0 -0
  118. codex/static_root/assets/VSlideGroup-BtXPhMOT.830f136ffd41.css.gz +0 -0
  119. codex/static_root/assets/VSlideGroup-BtXPhMOT.css +1 -0
  120. codex/static_root/assets/VSlideGroup-BtXPhMOT.css.br +0 -0
  121. codex/static_root/assets/VSlideGroup-BtXPhMOT.css.gz +0 -0
  122. codex/static_root/assets/VSlideGroup-SqR_NAL1.40ba1d838a6e.js +1 -0
  123. codex/static_root/assets/VSlideGroup-SqR_NAL1.40ba1d838a6e.js.br +0 -0
  124. codex/static_root/assets/VSlideGroup-SqR_NAL1.40ba1d838a6e.js.gz +0 -0
  125. codex/static_root/assets/VSlideGroup-SqR_NAL1.js +1 -0
  126. codex/static_root/assets/VSlideGroup-SqR_NAL1.js.br +0 -0
  127. codex/static_root/assets/VSlideGroup-SqR_NAL1.js.gz +0 -0
  128. codex/static_root/assets/VTable-CYC-wMpk.8f15d66044da.js +1 -0
  129. codex/static_root/assets/VTable-CYC-wMpk.8f15d66044da.js.br +0 -0
  130. codex/static_root/assets/VTable-CYC-wMpk.8f15d66044da.js.gz +0 -0
  131. codex/static_root/assets/VTable-CYC-wMpk.js +1 -0
  132. codex/static_root/assets/VTable-CYC-wMpk.js.br +0 -0
  133. codex/static_root/assets/VTable-CYC-wMpk.js.gz +0 -0
  134. codex/static_root/assets/VTextField-BnCEPZIq.b0c32b2c0b14.css +1 -0
  135. codex/static_root/assets/VTextField-BnCEPZIq.b0c32b2c0b14.css.br +0 -0
  136. codex/static_root/assets/VTextField-BnCEPZIq.b0c32b2c0b14.css.gz +0 -0
  137. codex/static_root/assets/VTextField-BnCEPZIq.css +1 -0
  138. codex/static_root/assets/VTextField-BnCEPZIq.css.br +0 -0
  139. codex/static_root/assets/VTextField-BnCEPZIq.css.gz +0 -0
  140. codex/static_root/assets/VTextField-DMRKRbbT.911ac84d8c9d.js +1 -0
  141. codex/static_root/assets/VTextField-DMRKRbbT.911ac84d8c9d.js.br +0 -0
  142. codex/static_root/assets/VTextField-DMRKRbbT.911ac84d8c9d.js.gz +0 -0
  143. codex/static_root/assets/VTextField-DMRKRbbT.js +1 -0
  144. codex/static_root/assets/VTextField-DMRKRbbT.js.br +0 -0
  145. codex/static_root/assets/VTextField-DMRKRbbT.js.gz +0 -0
  146. codex/static_root/assets/VWindowItem-D0P2xNJl.6a10e3f3a153.js +1 -0
  147. codex/static_root/assets/VWindowItem-D0P2xNJl.6a10e3f3a153.js.br +0 -0
  148. codex/static_root/assets/VWindowItem-D0P2xNJl.6a10e3f3a153.js.gz +0 -0
  149. codex/static_root/assets/VWindowItem-D0P2xNJl.js +1 -0
  150. codex/static_root/assets/VWindowItem-D0P2xNJl.js.br +0 -0
  151. codex/static_root/assets/VWindowItem-D0P2xNJl.js.gz +0 -0
  152. codex/static_root/assets/admin-CD90VMen.4c2b6f2a5111.js +1 -0
  153. codex/static_root/assets/admin-CD90VMen.4c2b6f2a5111.js.br +0 -0
  154. codex/static_root/assets/admin-CD90VMen.4c2b6f2a5111.js.gz +0 -0
  155. codex/static_root/assets/admin-CD90VMen.js +1 -0
  156. codex/static_root/assets/admin-CD90VMen.js.br +0 -0
  157. codex/static_root/assets/admin-CD90VMen.js.gz +0 -0
  158. codex/static_root/assets/{admin-CWEjaFr5.7d4523387384.css → admin-DJ7pIXDQ.css} +1 -1
  159. codex/static_root/assets/admin-DJ7pIXDQ.css.br +0 -0
  160. codex/static_root/assets/admin-DJ7pIXDQ.css.gz +0 -0
  161. codex/static_root/assets/{admin-CWEjaFr5.css → admin-DJ7pIXDQ.e2a77af73ef2.css} +1 -1
  162. codex/static_root/assets/admin-DJ7pIXDQ.e2a77af73ef2.css.br +0 -0
  163. codex/static_root/assets/admin-DJ7pIXDQ.e2a77af73ef2.css.gz +0 -0
  164. codex/static_root/assets/admin-menu-B9bzD6hV.c13b7df2ff57.css +1 -0
  165. codex/static_root/assets/admin-menu-B9bzD6hV.c13b7df2ff57.css.br +0 -0
  166. codex/static_root/assets/admin-menu-B9bzD6hV.c13b7df2ff57.css.gz +0 -0
  167. codex/static_root/assets/admin-menu-B9bzD6hV.css +1 -0
  168. codex/static_root/assets/admin-menu-B9bzD6hV.css.br +0 -0
  169. codex/static_root/assets/admin-menu-B9bzD6hV.css.gz +0 -0
  170. codex/static_root/assets/admin-menu-BpEPGKr_.c9f9178c5a82.js +1 -0
  171. codex/static_root/assets/admin-menu-BpEPGKr_.c9f9178c5a82.js.br +0 -0
  172. codex/static_root/assets/admin-menu-BpEPGKr_.c9f9178c5a82.js.gz +0 -0
  173. codex/static_root/assets/admin-menu-BpEPGKr_.js +1 -0
  174. codex/static_root/assets/admin-menu-BpEPGKr_.js.br +0 -0
  175. codex/static_root/assets/admin-menu-BpEPGKr_.js.gz +0 -0
  176. codex/static_root/assets/admin-settings-button-progress-DDF4rY07.4f1158b650ab.js +1 -0
  177. codex/static_root/assets/admin-settings-button-progress-DDF4rY07.4f1158b650ab.js.br +0 -0
  178. codex/static_root/assets/admin-settings-button-progress-DDF4rY07.4f1158b650ab.js.gz +0 -0
  179. codex/static_root/assets/admin-settings-button-progress-DDF4rY07.js +1 -0
  180. codex/static_root/assets/admin-settings-button-progress-DDF4rY07.js.br +0 -0
  181. codex/static_root/assets/admin-settings-button-progress-DDF4rY07.js.gz +0 -0
  182. codex/static_root/assets/admin-settings-button-progress-DUUQfVsZ.2548c49a853e.css +1 -0
  183. codex/static_root/assets/admin-settings-button-progress-DUUQfVsZ.css +1 -0
  184. codex/static_root/assets/browser-C0KS3g2E.0bf1c9c6319c.js +1 -0
  185. codex/static_root/assets/browser-C0KS3g2E.0bf1c9c6319c.js.br +0 -0
  186. codex/static_root/assets/browser-C0KS3g2E.0bf1c9c6319c.js.gz +0 -0
  187. codex/static_root/assets/browser-C0KS3g2E.js +1 -0
  188. codex/static_root/assets/browser-C0KS3g2E.js.br +0 -0
  189. codex/static_root/assets/browser-C0KS3g2E.js.gz +0 -0
  190. codex/static_root/assets/browser-JFL2hLjt.21cb2f7335f7.css +1 -0
  191. codex/static_root/assets/browser-JFL2hLjt.21cb2f7335f7.css.br +0 -0
  192. codex/static_root/assets/browser-JFL2hLjt.21cb2f7335f7.css.gz +0 -0
  193. codex/static_root/assets/browser-JFL2hLjt.css +1 -0
  194. codex/static_root/assets/browser-JFL2hLjt.css.br +0 -0
  195. codex/static_root/assets/browser-JFL2hLjt.css.gz +0 -0
  196. codex/static_root/assets/change-password-dialog-DXJalgW4.a9f34729599d.js +1 -0
  197. codex/static_root/assets/change-password-dialog-DXJalgW4.a9f34729599d.js.br +0 -0
  198. codex/static_root/assets/change-password-dialog-DXJalgW4.a9f34729599d.js.gz +0 -0
  199. codex/static_root/assets/change-password-dialog-DXJalgW4.js +1 -0
  200. codex/static_root/assets/change-password-dialog-DXJalgW4.js.br +0 -0
  201. codex/static_root/assets/change-password-dialog-DXJalgW4.js.gz +0 -0
  202. codex/static_root/assets/change-password-dialog-DrIXdKUC.217574b45b02.css +1 -0
  203. codex/static_root/assets/change-password-dialog-DrIXdKUC.217574b45b02.css.br +0 -0
  204. codex/static_root/assets/change-password-dialog-DrIXdKUC.217574b45b02.css.gz +0 -0
  205. codex/static_root/assets/change-password-dialog-DrIXdKUC.css +1 -0
  206. codex/static_root/assets/change-password-dialog-DrIXdKUC.css.br +0 -0
  207. codex/static_root/assets/change-password-dialog-DrIXdKUC.css.gz +0 -0
  208. codex/static_root/assets/confirm-dialog-B7w6z2rf.472011c06253.css +1 -0
  209. codex/static_root/assets/confirm-dialog-B7w6z2rf.css +1 -0
  210. codex/static_root/assets/confirm-dialog-CqDEpU9k.e1811488121d.js +1 -0
  211. codex/static_root/assets/confirm-dialog-CqDEpU9k.e1811488121d.js.br +0 -0
  212. codex/static_root/assets/confirm-dialog-CqDEpU9k.e1811488121d.js.gz +0 -0
  213. codex/static_root/assets/confirm-dialog-CqDEpU9k.js +1 -0
  214. codex/static_root/assets/confirm-dialog-CqDEpU9k.js.br +0 -0
  215. codex/static_root/assets/confirm-dialog-CqDEpU9k.js.gz +0 -0
  216. codex/static_root/assets/datetime-column-UxNaJr8b.c06a11531af3.js +1 -0
  217. codex/static_root/assets/datetime-column-UxNaJr8b.c06a11531af3.js.br +0 -0
  218. codex/static_root/assets/datetime-column-UxNaJr8b.c06a11531af3.js.gz +0 -0
  219. codex/static_root/assets/datetime-column-UxNaJr8b.js +1 -0
  220. codex/static_root/assets/datetime-column-UxNaJr8b.js.br +0 -0
  221. codex/static_root/assets/datetime-column-UxNaJr8b.js.gz +0 -0
  222. codex/static_root/assets/filter-DskcqZHA.e707b5a05b4b.js +1 -0
  223. codex/static_root/assets/filter-DskcqZHA.e707b5a05b4b.js.br +0 -0
  224. codex/static_root/assets/filter-DskcqZHA.e707b5a05b4b.js.gz +0 -0
  225. codex/static_root/assets/filter-DskcqZHA.js +1 -0
  226. codex/static_root/assets/filter-DskcqZHA.js.br +0 -0
  227. codex/static_root/assets/filter-DskcqZHA.js.gz +0 -0
  228. codex/static_root/assets/flag-tab-CqWovuBu.4dfc6b251e85.css +1 -0
  229. codex/static_root/assets/flag-tab-CqWovuBu.4dfc6b251e85.css.br +0 -0
  230. codex/static_root/assets/flag-tab-CqWovuBu.4dfc6b251e85.css.gz +0 -0
  231. codex/static_root/assets/flag-tab-CqWovuBu.css +1 -0
  232. codex/static_root/assets/flag-tab-CqWovuBu.css.br +0 -0
  233. codex/static_root/assets/flag-tab-CqWovuBu.css.gz +0 -0
  234. codex/static_root/assets/flag-tab-xBeWEQ0w.582e77d9e885.js +1 -0
  235. codex/static_root/assets/flag-tab-xBeWEQ0w.582e77d9e885.js.br +0 -0
  236. codex/static_root/assets/flag-tab-xBeWEQ0w.582e77d9e885.js.gz +0 -0
  237. codex/static_root/assets/flag-tab-xBeWEQ0w.js +1 -0
  238. codex/static_root/assets/flag-tab-xBeWEQ0w.js.br +0 -0
  239. codex/static_root/assets/flag-tab-xBeWEQ0w.js.gz +0 -0
  240. codex/static_root/assets/group-tab-Czt2x61x.56e2886b1bac.js +1 -0
  241. codex/static_root/assets/group-tab-Czt2x61x.56e2886b1bac.js.br +0 -0
  242. codex/static_root/assets/group-tab-Czt2x61x.56e2886b1bac.js.gz +0 -0
  243. codex/static_root/assets/group-tab-Czt2x61x.js +1 -0
  244. codex/static_root/assets/group-tab-Czt2x61x.js.br +0 -0
  245. codex/static_root/assets/group-tab-Czt2x61x.js.gz +0 -0
  246. codex/static_root/assets/group-tab-DkIN1Heu.948e907b1e6b.css +1 -0
  247. codex/static_root/assets/group-tab-DkIN1Heu.948e907b1e6b.css.br +0 -0
  248. codex/static_root/assets/group-tab-DkIN1Heu.948e907b1e6b.css.gz +0 -0
  249. codex/static_root/assets/group-tab-DkIN1Heu.css +1 -0
  250. codex/static_root/assets/group-tab-DkIN1Heu.css.br +0 -0
  251. codex/static_root/assets/group-tab-DkIN1Heu.css.gz +0 -0
  252. codex/static_root/assets/http-error-NHcwE5e_.d49089e40589.js +1 -0
  253. codex/static_root/assets/http-error-NHcwE5e_.d49089e40589.js.br +0 -0
  254. codex/static_root/assets/http-error-NHcwE5e_.d49089e40589.js.gz +0 -0
  255. codex/static_root/assets/http-error-NHcwE5e_.js +1 -0
  256. codex/static_root/assets/http-error-NHcwE5e_.js.br +0 -0
  257. codex/static_root/assets/http-error-NHcwE5e_.js.gz +0 -0
  258. codex/static_root/assets/index-CL_6g4tJ.523d7b3d350f.css +1 -0
  259. codex/static_root/assets/index-CL_6g4tJ.523d7b3d350f.css.br +0 -0
  260. codex/static_root/assets/index-CL_6g4tJ.523d7b3d350f.css.gz +0 -0
  261. codex/static_root/assets/index-CL_6g4tJ.css +1 -0
  262. codex/static_root/assets/index-CL_6g4tJ.css.br +0 -0
  263. codex/static_root/assets/index-CL_6g4tJ.css.gz +0 -0
  264. codex/static_root/assets/index-DYNNO5kn.24a2d270253a.js +1 -0
  265. codex/static_root/assets/index-DYNNO5kn.24a2d270253a.js.br +0 -0
  266. codex/static_root/assets/index-DYNNO5kn.24a2d270253a.js.gz +0 -0
  267. codex/static_root/assets/index-DYNNO5kn.js +1 -0
  268. codex/static_root/assets/index-DYNNO5kn.js.br +0 -0
  269. codex/static_root/assets/index-DYNNO5kn.js.gz +0 -0
  270. codex/static_root/assets/library-tab-CgIqcjvj.60327dfa8ecb.js +1 -0
  271. codex/static_root/assets/library-tab-CgIqcjvj.60327dfa8ecb.js.br +0 -0
  272. codex/static_root/assets/library-tab-CgIqcjvj.60327dfa8ecb.js.gz +0 -0
  273. codex/static_root/assets/library-tab-CgIqcjvj.js +1 -0
  274. codex/static_root/assets/library-tab-CgIqcjvj.js.br +0 -0
  275. codex/static_root/assets/library-tab-CgIqcjvj.js.gz +0 -0
  276. codex/static_root/assets/{library-tab-Bh7ErAk7.7c44200ee727.css → library-tab-Wew8YOLv.0c1780a6b68e.css} +1 -1
  277. codex/static_root/assets/library-tab-Wew8YOLv.0c1780a6b68e.css.br +0 -0
  278. codex/static_root/assets/library-tab-Wew8YOLv.0c1780a6b68e.css.gz +0 -0
  279. codex/static_root/assets/{library-tab-Bh7ErAk7.css → library-tab-Wew8YOLv.css} +1 -1
  280. codex/static_root/assets/library-tab-Wew8YOLv.css.br +0 -0
  281. codex/static_root/assets/library-tab-Wew8YOLv.css.gz +0 -0
  282. codex/static_root/assets/main-B3EwXQ3Q.14dfc21e272c.js +35 -0
  283. codex/static_root/assets/main-B3EwXQ3Q.14dfc21e272c.js.br +0 -0
  284. codex/static_root/assets/main-B3EwXQ3Q.14dfc21e272c.js.gz +0 -0
  285. codex/static_root/assets/main-B3EwXQ3Q.js +35 -0
  286. codex/static_root/assets/main-B3EwXQ3Q.js.br +0 -0
  287. codex/static_root/assets/main-B3EwXQ3Q.js.gz +0 -0
  288. codex/static_root/assets/pager-full-pdf-YkzUXx0B.f39d84e2380a.js +1 -0
  289. codex/static_root/assets/pager-full-pdf-YkzUXx0B.f39d84e2380a.js.br +0 -0
  290. codex/static_root/assets/pager-full-pdf-YkzUXx0B.f39d84e2380a.js.gz +0 -0
  291. codex/static_root/assets/pager-full-pdf-YkzUXx0B.js +1 -0
  292. codex/static_root/assets/pager-full-pdf-YkzUXx0B.js.br +0 -0
  293. codex/static_root/assets/pager-full-pdf-YkzUXx0B.js.gz +0 -0
  294. codex/static_root/assets/pagination-toolbar-CrruiVov.3bf9b795350d.js +1 -0
  295. codex/static_root/assets/pagination-toolbar-CrruiVov.3bf9b795350d.js.br +0 -0
  296. codex/static_root/assets/pagination-toolbar-CrruiVov.3bf9b795350d.js.gz +0 -0
  297. codex/static_root/assets/pagination-toolbar-CrruiVov.js +1 -0
  298. codex/static_root/assets/pagination-toolbar-CrruiVov.js.br +0 -0
  299. codex/static_root/assets/pagination-toolbar-CrruiVov.js.gz +0 -0
  300. codex/static_root/assets/{pagination-toolbar-BzruZPpu.css → pagination-toolbar-DGrxp2OD.css} +1 -1
  301. codex/static_root/assets/pagination-toolbar-DGrxp2OD.css.br +0 -0
  302. codex/static_root/assets/pagination-toolbar-DGrxp2OD.css.gz +0 -0
  303. codex/static_root/assets/{pagination-toolbar-BzruZPpu.397ad4e3d029.css → pagination-toolbar-DGrxp2OD.f960a624f04f.css} +1 -1
  304. codex/static_root/assets/pagination-toolbar-DGrxp2OD.f960a624f04f.css.br +0 -0
  305. codex/static_root/assets/pagination-toolbar-DGrxp2OD.f960a624f04f.css.gz +0 -0
  306. codex/static_root/assets/pdf-doc-CG5-AZ2M.b94aac7e3313.css +1 -0
  307. codex/static_root/assets/pdf-doc-CG5-AZ2M.b94aac7e3313.css.br +1 -0
  308. codex/static_root/assets/pdf-doc-CG5-AZ2M.b94aac7e3313.css.gz +0 -0
  309. codex/static_root/assets/pdf-doc-CG5-AZ2M.css +1 -0
  310. codex/static_root/assets/pdf-doc-CG5-AZ2M.css.br +1 -0
  311. codex/static_root/assets/pdf-doc-CG5-AZ2M.css.gz +0 -0
  312. codex/static_root/assets/{pdf-doc-C_RhfgHE.3d82cd502628.js → pdf-doc-ctqZIwOP.7e7b2c815ea4.js} +14 -14
  313. codex/static_root/assets/pdf-doc-ctqZIwOP.7e7b2c815ea4.js.br +0 -0
  314. codex/static_root/assets/pdf-doc-ctqZIwOP.7e7b2c815ea4.js.gz +0 -0
  315. codex/static_root/assets/{pdf-doc-C_RhfgHE.js → pdf-doc-ctqZIwOP.js} +14 -14
  316. codex/static_root/assets/pdf-doc-ctqZIwOP.js.br +0 -0
  317. codex/static_root/assets/pdf-doc-ctqZIwOP.js.gz +0 -0
  318. codex/static_root/assets/reader-DPLhdrJD.268417c618c5.js +2 -0
  319. codex/static_root/assets/reader-DPLhdrJD.268417c618c5.js.br +0 -0
  320. codex/static_root/assets/reader-DPLhdrJD.268417c618c5.js.gz +0 -0
  321. codex/static_root/assets/reader-DPLhdrJD.js +2 -0
  322. codex/static_root/assets/reader-DPLhdrJD.js.br +0 -0
  323. codex/static_root/assets/reader-DPLhdrJD.js.gz +0 -0
  324. codex/static_root/assets/reader-nD70BeEz.06e85e73c391.css +1 -0
  325. codex/static_root/assets/reader-nD70BeEz.06e85e73c391.css.br +0 -0
  326. codex/static_root/assets/reader-nD70BeEz.06e85e73c391.css.gz +0 -0
  327. codex/static_root/assets/reader-nD70BeEz.css +1 -0
  328. codex/static_root/assets/reader-nD70BeEz.css.br +0 -0
  329. codex/static_root/assets/reader-nD70BeEz.css.gz +0 -0
  330. codex/static_root/assets/relation-chips-DOALMcWL.5d3b8100ba03.js +1 -0
  331. codex/static_root/assets/relation-chips-DOALMcWL.5d3b8100ba03.js.br +0 -0
  332. codex/static_root/assets/relation-chips-DOALMcWL.5d3b8100ba03.js.gz +0 -0
  333. codex/static_root/assets/relation-chips-DOALMcWL.js +1 -0
  334. codex/static_root/assets/relation-chips-DOALMcWL.js.br +0 -0
  335. codex/static_root/assets/relation-chips-DOALMcWL.js.gz +0 -0
  336. codex/static_root/assets/settings-drawer-BVj1U_LC.c68369e0c2de.js +2 -0
  337. codex/static_root/assets/settings-drawer-BVj1U_LC.c68369e0c2de.js.br +0 -0
  338. codex/static_root/assets/settings-drawer-BVj1U_LC.c68369e0c2de.js.gz +0 -0
  339. codex/static_root/assets/settings-drawer-BVj1U_LC.js +2 -0
  340. codex/static_root/assets/settings-drawer-BVj1U_LC.js.br +0 -0
  341. codex/static_root/assets/settings-drawer-BVj1U_LC.js.gz +0 -0
  342. codex/static_root/assets/{stats-tab-BXGisn5N.9b7a71e7fe28.css → stats-tab-BAYTqQNg.5f715428c394.css} +1 -1
  343. codex/static_root/assets/stats-tab-BAYTqQNg.5f715428c394.css.br +0 -0
  344. codex/static_root/assets/stats-tab-BAYTqQNg.5f715428c394.css.gz +0 -0
  345. codex/static_root/assets/{stats-tab-BXGisn5N.css → stats-tab-BAYTqQNg.css} +1 -1
  346. codex/static_root/assets/stats-tab-BAYTqQNg.css.br +0 -0
  347. codex/static_root/assets/stats-tab-BAYTqQNg.css.gz +0 -0
  348. codex/static_root/assets/stats-tab-DDLwwwnP.35305258097b.js +1 -0
  349. codex/static_root/assets/stats-tab-DDLwwwnP.35305258097b.js.br +0 -0
  350. codex/static_root/assets/stats-tab-DDLwwwnP.35305258097b.js.gz +0 -0
  351. codex/static_root/assets/stats-tab-DDLwwwnP.js +1 -0
  352. codex/static_root/assets/stats-tab-DDLwwwnP.js.br +0 -0
  353. codex/static_root/assets/stats-tab-DDLwwwnP.js.gz +0 -0
  354. codex/static_root/assets/task-tab--cXi48kg.5dfd6890a1c2.css +1 -0
  355. codex/static_root/assets/{task-tab-1XiWn9xP.06cb8e1b794d.css.br → task-tab--cXi48kg.5dfd6890a1c2.css.br} +1 -1
  356. codex/static_root/assets/task-tab--cXi48kg.5dfd6890a1c2.css.gz +0 -0
  357. codex/static_root/assets/task-tab--cXi48kg.css +1 -0
  358. codex/static_root/assets/{task-tab-1XiWn9xP.css.br → task-tab--cXi48kg.css.br} +1 -1
  359. codex/static_root/assets/task-tab--cXi48kg.css.gz +0 -0
  360. codex/static_root/assets/task-tab-BpP3n2dO.c853eb565200.js +1 -0
  361. codex/static_root/assets/task-tab-BpP3n2dO.c853eb565200.js.br +0 -0
  362. codex/static_root/assets/task-tab-BpP3n2dO.c853eb565200.js.gz +0 -0
  363. codex/static_root/assets/task-tab-BpP3n2dO.js +1 -0
  364. codex/static_root/assets/task-tab-BpP3n2dO.js.br +0 -0
  365. codex/static_root/assets/task-tab-BpP3n2dO.js.gz +0 -0
  366. codex/static_root/assets/transition-3g2arGgl.c6e6f91b7978.js +1 -0
  367. codex/static_root/assets/transition-3g2arGgl.c6e6f91b7978.js.br +0 -0
  368. codex/static_root/assets/transition-3g2arGgl.c6e6f91b7978.js.gz +0 -0
  369. codex/static_root/assets/transition-3g2arGgl.js +1 -0
  370. codex/static_root/assets/transition-3g2arGgl.js.br +0 -0
  371. codex/static_root/assets/transition-3g2arGgl.js.gz +0 -0
  372. codex/static_root/assets/transition-5LRFTPo5.3d726f9bbcb0.css +1 -0
  373. codex/static_root/assets/transition-5LRFTPo5.3d726f9bbcb0.css.br +4 -0
  374. codex/static_root/assets/transition-5LRFTPo5.3d726f9bbcb0.css.gz +0 -0
  375. codex/static_root/assets/transition-5LRFTPo5.css +1 -0
  376. codex/static_root/assets/transition-5LRFTPo5.css.br +4 -0
  377. codex/static_root/assets/transition-5LRFTPo5.css.gz +0 -0
  378. codex/static_root/assets/{unauthorized-muDsv-rC.2166ec8b3a32.css → unauthorized-BjhIc97q.728511c92cd0.css} +1 -1
  379. codex/static_root/assets/unauthorized-BjhIc97q.728511c92cd0.css.br +0 -0
  380. codex/static_root/assets/unauthorized-BjhIc97q.728511c92cd0.css.gz +0 -0
  381. codex/static_root/assets/{unauthorized-muDsv-rC.css → unauthorized-BjhIc97q.css} +1 -1
  382. codex/static_root/assets/unauthorized-BjhIc97q.css.br +0 -0
  383. codex/static_root/assets/unauthorized-BjhIc97q.css.gz +0 -0
  384. codex/static_root/assets/unauthorized-CdumQ1Vf.79d9a61eb572.js +1 -0
  385. codex/static_root/assets/unauthorized-CdumQ1Vf.79d9a61eb572.js.br +0 -0
  386. codex/static_root/assets/unauthorized-CdumQ1Vf.79d9a61eb572.js.gz +0 -0
  387. codex/static_root/assets/unauthorized-CdumQ1Vf.js +1 -0
  388. codex/static_root/assets/unauthorized-CdumQ1Vf.js.br +0 -0
  389. codex/static_root/assets/unauthorized-CdumQ1Vf.js.gz +0 -0
  390. codex/static_root/assets/user-tab-D6oOKZTP.05944b00c700.js +1 -0
  391. codex/static_root/assets/user-tab-D6oOKZTP.05944b00c700.js.br +0 -0
  392. codex/static_root/assets/user-tab-D6oOKZTP.05944b00c700.js.gz +0 -0
  393. codex/static_root/assets/user-tab-D6oOKZTP.js +1 -0
  394. codex/static_root/assets/user-tab-D6oOKZTP.js.br +0 -0
  395. codex/static_root/assets/user-tab-D6oOKZTP.js.gz +0 -0
  396. codex/static_root/manifest.c5f1de88b1ac.json +712 -0
  397. codex/static_root/manifest.c5f1de88b1ac.json.br +0 -0
  398. codex/static_root/manifest.c5f1de88b1ac.json.gz +0 -0
  399. codex/static_root/manifest.json +395 -294
  400. codex/static_root/manifest.json.br +0 -0
  401. codex/static_root/manifest.json.gz +0 -0
  402. codex/static_root/staticfiles.json +1 -1
  403. codex/status_controller.py +15 -10
  404. codex/threads.py +1 -1
  405. codex/urls/api/auth.py +1 -1
  406. codex/urls/api/browser.py +1 -1
  407. codex/views/admin/library.py +18 -13
  408. codex/views/admin/stats.py +23 -16
  409. codex/views/admin/tasks.py +45 -40
  410. codex/views/auth.py +50 -74
  411. codex/views/bookmark.py +16 -153
  412. codex/views/browser/annotate/__init__.py +1 -0
  413. codex/views/browser/annotate/bookmark.py +112 -0
  414. codex/views/browser/annotate/card.py +61 -0
  415. codex/views/browser/annotate/order.py +247 -0
  416. codex/views/browser/breadcrumbs.py +90 -11
  417. codex/views/browser/browser.py +82 -117
  418. codex/views/browser/choices.py +15 -18
  419. codex/views/browser/cover.py +18 -24
  420. codex/views/browser/filters/bookmark.py +18 -19
  421. codex/views/browser/filters/field.py +8 -3
  422. codex/views/browser/filters/filter.py +69 -0
  423. codex/views/browser/filters/group.py +9 -6
  424. codex/views/browser/filters/search/__init__.py +1 -0
  425. codex/views/browser/filters/search/aliases.py +81 -0
  426. codex/views/browser/filters/search/field/__init__.py +1 -0
  427. codex/views/browser/filters/search/field/column.py +53 -0
  428. codex/views/browser/filters/search/field/expression.py +177 -0
  429. codex/views/browser/filters/search/field/filter.py +70 -0
  430. codex/views/browser/filters/search/field/optimize.py +71 -0
  431. codex/views/browser/filters/search/field/parse.py +187 -0
  432. codex/views/browser/filters/search/fts.py +24 -0
  433. codex/views/browser/filters/search/parse.py +250 -0
  434. codex/views/browser/group_mtime.py +83 -0
  435. codex/views/browser/metadata/__init__.py +1 -0
  436. codex/views/browser/metadata/annotate.py +109 -0
  437. codex/views/browser/metadata/copy_intersections.py +90 -0
  438. codex/views/browser/metadata/metadata.py +83 -0
  439. codex/views/browser/metadata/query_intersections.py +112 -0
  440. codex/views/browser/mtime.py +2 -10
  441. codex/views/browser/order_by.py +22 -16
  442. codex/views/browser/page_in_bounds.py +88 -0
  443. codex/views/browser/paginate.py +32 -123
  444. codex/views/browser/params.py +64 -0
  445. codex/views/browser/title.py +1 -6
  446. codex/views/browser/validate.py +68 -33
  447. codex/views/const.py +0 -1
  448. codex/views/download.py +1 -1
  449. codex/views/mixins.py +27 -15
  450. codex/views/opds/const.py +2 -3
  451. codex/views/opds/urls.py +2 -2
  452. codex/views/opds/util.py +2 -3
  453. codex/views/opds/v1/entry/links.py +3 -1
  454. codex/views/opds/v1/facets.py +65 -12
  455. codex/views/opds/v1/feed.py +7 -65
  456. codex/views/opds/v1/links.py +5 -4
  457. codex/views/opds/v2/feed.py +2 -28
  458. codex/views/opds/v2/links.py +27 -2
  459. codex/views/opds/v2/publications.py +5 -6
  460. codex/views/opds/v2/top_links.py +3 -6
  461. codex/views/public.py +2 -2
  462. codex/views/reader/arcs.py +0 -3
  463. codex/views/reader/books.py +57 -41
  464. codex/views/reader/page.py +13 -7
  465. codex/views/reader/{init.py → params.py} +38 -32
  466. codex/views/reader/reader.py +1 -2
  467. codex/views/session.py +43 -54
  468. codex/views/timezone.py +54 -0
  469. codex/views/version.py +1 -1
  470. {codex-1.6.18.dist-info → codex-1.7.0.dist-info}/METADATA +15 -10
  471. {codex-1.6.18.dist-info → codex-1.7.0.dist-info}/RECORD +474 -485
  472. codex/_vendor/__init__.py +0 -0
  473. codex/_vendor/django_haystack-3.2.1.dist-info/AUTHORS +0 -127
  474. codex/_vendor/django_haystack-3.2.1.dist-info/INSTALLER +0 -1
  475. codex/_vendor/django_haystack-3.2.1.dist-info/LICENSE +0 -31
  476. codex/_vendor/django_haystack-3.2.1.dist-info/METADATA +0 -98
  477. codex/_vendor/django_haystack-3.2.1.dist-info/RECORD +0 -97
  478. codex/_vendor/django_haystack-3.2.1.dist-info/REQUESTED +0 -0
  479. codex/_vendor/django_haystack-3.2.1.dist-info/WHEEL +0 -5
  480. codex/_vendor/django_haystack-3.2.1.dist-info/top_level.txt +0 -1
  481. codex/_vendor/haystack/__init__.py +0 -80
  482. codex/_vendor/haystack/admin.py +0 -163
  483. codex/_vendor/haystack/apps.py +0 -31
  484. codex/_vendor/haystack/backends/__init__.py +0 -1109
  485. codex/_vendor/haystack/backends/elasticsearch2_backend.py +0 -390
  486. codex/_vendor/haystack/backends/elasticsearch5_backend.py +0 -483
  487. codex/_vendor/haystack/backends/elasticsearch7_backend.py +0 -586
  488. codex/_vendor/haystack/backends/elasticsearch_backend.py +0 -1141
  489. codex/_vendor/haystack/backends/simple_backend.py +0 -132
  490. codex/_vendor/haystack/backends/solr_backend.py +0 -991
  491. codex/_vendor/haystack/backends/whoosh_backend.py +0 -1104
  492. codex/_vendor/haystack/constants.py +0 -57
  493. codex/_vendor/haystack/exceptions.py +0 -57
  494. codex/_vendor/haystack/fields.py +0 -562
  495. codex/_vendor/haystack/forms.py +0 -135
  496. codex/_vendor/haystack/generic_views.py +0 -141
  497. codex/_vendor/haystack/indexes.py +0 -548
  498. codex/_vendor/haystack/inputs.py +0 -169
  499. codex/_vendor/haystack/management/__init__.py +0 -0
  500. codex/_vendor/haystack/management/commands/__init__.py +0 -0
  501. codex/_vendor/haystack/management/commands/build_solr_schema.py +0 -187
  502. codex/_vendor/haystack/management/commands/clear_index.py +0 -67
  503. codex/_vendor/haystack/management/commands/haystack_info.py +0 -22
  504. codex/_vendor/haystack/management/commands/rebuild_index.py +0 -65
  505. codex/_vendor/haystack/management/commands/update_index.py +0 -438
  506. codex/_vendor/haystack/manager.py +0 -105
  507. codex/_vendor/haystack/models.py +0 -257
  508. codex/_vendor/haystack/panels.py +0 -89
  509. codex/_vendor/haystack/query.py +0 -771
  510. codex/_vendor/haystack/routers.py +0 -14
  511. codex/_vendor/haystack/signals.py +0 -88
  512. codex/_vendor/haystack/templates/panels/haystack.html +0 -33
  513. codex/_vendor/haystack/templates/search_configuration/schema.xml +0 -1056
  514. codex/_vendor/haystack/templates/search_configuration/solrconfig.xml +0 -1446
  515. codex/_vendor/haystack/templatetags/__init__.py +0 -0
  516. codex/_vendor/haystack/templatetags/highlight.py +0 -131
  517. codex/_vendor/haystack/templatetags/more_like_this.py +0 -119
  518. codex/_vendor/haystack/urls.py +0 -5
  519. codex/_vendor/haystack/utils/__init__.py +0 -84
  520. codex/_vendor/haystack/utils/app_loading.py +0 -34
  521. codex/_vendor/haystack/utils/geo.py +0 -71
  522. codex/_vendor/haystack/utils/highlighting.py +0 -165
  523. codex/_vendor/haystack/utils/loading.py +0 -374
  524. codex/_vendor/haystack/utils/log.py +0 -21
  525. codex/_vendor/haystack/version.py +0 -16
  526. codex/_vendor/haystack/views.py +0 -253
  527. codex/integrity.py +0 -492
  528. codex/librarian/search/merge.py +0 -86
  529. codex/librarian/search/version.py +0 -63
  530. codex/search/__init__.py +0 -1
  531. codex/search/backend.py +0 -524
  532. codex/search/backend_search.py +0 -229
  533. codex/search/engine.py +0 -33
  534. codex/search/indexes.py +0 -79
  535. codex/search/query.py +0 -67
  536. codex/search/writing.py +0 -180
  537. codex/serializers/choices.py +0 -196
  538. codex/static_root/assets/VCheckbox-D_kRyvnz.981ece08698f.js +0 -1
  539. codex/static_root/assets/VCheckbox-D_kRyvnz.981ece08698f.js.br +0 -0
  540. codex/static_root/assets/VCheckbox-D_kRyvnz.981ece08698f.js.gz +0 -0
  541. codex/static_root/assets/VCheckbox-D_kRyvnz.js +0 -1
  542. codex/static_root/assets/VCheckbox-D_kRyvnz.js.br +0 -0
  543. codex/static_root/assets/VCheckbox-D_kRyvnz.js.gz +0 -0
  544. codex/static_root/assets/VCheckboxBtn-CasNFNDK.3c20f8d4f5d9.js +0 -1
  545. codex/static_root/assets/VCheckboxBtn-CasNFNDK.3c20f8d4f5d9.js.br +0 -0
  546. codex/static_root/assets/VCheckboxBtn-CasNFNDK.3c20f8d4f5d9.js.gz +0 -0
  547. codex/static_root/assets/VCheckboxBtn-CasNFNDK.js +0 -1
  548. codex/static_root/assets/VCheckboxBtn-CasNFNDK.js.br +0 -0
  549. codex/static_root/assets/VCheckboxBtn-CasNFNDK.js.gz +0 -0
  550. codex/static_root/assets/VCombobox-BemG8ph3.afde3fec668d.js +0 -1
  551. codex/static_root/assets/VCombobox-BemG8ph3.afde3fec668d.js.br +0 -0
  552. codex/static_root/assets/VCombobox-BemG8ph3.afde3fec668d.js.gz +0 -0
  553. codex/static_root/assets/VCombobox-BemG8ph3.js +0 -1
  554. codex/static_root/assets/VCombobox-BemG8ph3.js.br +0 -0
  555. codex/static_root/assets/VCombobox-BemG8ph3.js.gz +0 -0
  556. codex/static_root/assets/VDialog-38np3TSA.5a0cb7a9e56d.css +0 -1
  557. codex/static_root/assets/VDialog-38np3TSA.5a0cb7a9e56d.css.br +0 -0
  558. codex/static_root/assets/VDialog-38np3TSA.5a0cb7a9e56d.css.gz +0 -0
  559. codex/static_root/assets/VDialog-38np3TSA.css +0 -1
  560. codex/static_root/assets/VDialog-38np3TSA.css.br +0 -0
  561. codex/static_root/assets/VDialog-38np3TSA.css.gz +0 -0
  562. codex/static_root/assets/VDialog-DOm1w6bL.3a8bac3e555f.js +0 -1
  563. codex/static_root/assets/VDialog-DOm1w6bL.3a8bac3e555f.js.br +0 -0
  564. codex/static_root/assets/VDialog-DOm1w6bL.3a8bac3e555f.js.gz +0 -0
  565. codex/static_root/assets/VDialog-DOm1w6bL.js +0 -1
  566. codex/static_root/assets/VDialog-DOm1w6bL.js.br +0 -0
  567. codex/static_root/assets/VDialog-DOm1w6bL.js.gz +0 -0
  568. codex/static_root/assets/VExpansionPanels-BIAAQEIk.536cfca15bf5.js +0 -1
  569. codex/static_root/assets/VExpansionPanels-BIAAQEIk.536cfca15bf5.js.br +0 -0
  570. codex/static_root/assets/VExpansionPanels-BIAAQEIk.536cfca15bf5.js.gz +0 -0
  571. codex/static_root/assets/VExpansionPanels-BIAAQEIk.js +0 -1
  572. codex/static_root/assets/VExpansionPanels-BIAAQEIk.js.br +0 -0
  573. codex/static_root/assets/VExpansionPanels-BIAAQEIk.js.gz +0 -0
  574. codex/static_root/assets/VRadioGroup-CQd2B2cC.5484da094948.js +0 -1
  575. codex/static_root/assets/VRadioGroup-CQd2B2cC.5484da094948.js.br +0 -0
  576. codex/static_root/assets/VRadioGroup-CQd2B2cC.5484da094948.js.gz +0 -0
  577. codex/static_root/assets/VRadioGroup-CQd2B2cC.js +0 -1
  578. codex/static_root/assets/VRadioGroup-CQd2B2cC.js.br +0 -0
  579. codex/static_root/assets/VRadioGroup-CQd2B2cC.js.gz +0 -0
  580. codex/static_root/assets/VSelect-Ca2bIOso.6613989e4c45.css +0 -1
  581. codex/static_root/assets/VSelect-Ca2bIOso.6613989e4c45.css.br +0 -0
  582. codex/static_root/assets/VSelect-Ca2bIOso.6613989e4c45.css.gz +0 -0
  583. codex/static_root/assets/VSelect-Ca2bIOso.css +0 -1
  584. codex/static_root/assets/VSelect-Ca2bIOso.css.br +0 -0
  585. codex/static_root/assets/VSelect-Ca2bIOso.css.gz +0 -0
  586. codex/static_root/assets/VSelect-DhYHkIlU.fcb6b4997b19.js +0 -1
  587. codex/static_root/assets/VSelect-DhYHkIlU.fcb6b4997b19.js.br +0 -0
  588. codex/static_root/assets/VSelect-DhYHkIlU.fcb6b4997b19.js.gz +0 -0
  589. codex/static_root/assets/VSelect-DhYHkIlU.js +0 -1
  590. codex/static_root/assets/VSelect-DhYHkIlU.js.br +0 -0
  591. codex/static_root/assets/VSelect-DhYHkIlU.js.gz +0 -0
  592. codex/static_root/assets/VSelectionControl-DZ7Z3QaY.753a2564123a.js +0 -1
  593. codex/static_root/assets/VSelectionControl-DZ7Z3QaY.753a2564123a.js.br +0 -0
  594. codex/static_root/assets/VSelectionControl-DZ7Z3QaY.753a2564123a.js.gz +0 -0
  595. codex/static_root/assets/VSelectionControl-DZ7Z3QaY.js +0 -1
  596. codex/static_root/assets/VSelectionControl-DZ7Z3QaY.js.br +0 -0
  597. codex/static_root/assets/VSelectionControl-DZ7Z3QaY.js.gz +0 -0
  598. codex/static_root/assets/VSlideGroup-BfZo3lM5.0ffb08d15ccd.js +0 -1
  599. codex/static_root/assets/VSlideGroup-BfZo3lM5.0ffb08d15ccd.js.br +0 -0
  600. codex/static_root/assets/VSlideGroup-BfZo3lM5.0ffb08d15ccd.js.gz +0 -0
  601. codex/static_root/assets/VSlideGroup-BfZo3lM5.js +0 -1
  602. codex/static_root/assets/VSlideGroup-BfZo3lM5.js.br +0 -0
  603. codex/static_root/assets/VSlideGroup-BfZo3lM5.js.gz +0 -0
  604. codex/static_root/assets/VSlideGroup-Dk_1upHt.2c836070ec75.css +0 -1
  605. codex/static_root/assets/VSlideGroup-Dk_1upHt.2c836070ec75.css.br +0 -0
  606. codex/static_root/assets/VSlideGroup-Dk_1upHt.2c836070ec75.css.gz +0 -0
  607. codex/static_root/assets/VSlideGroup-Dk_1upHt.css +0 -1
  608. codex/static_root/assets/VSlideGroup-Dk_1upHt.css.br +0 -0
  609. codex/static_root/assets/VSlideGroup-Dk_1upHt.css.gz +0 -0
  610. codex/static_root/assets/VTable-xJS8rtC3.456750dc5d3f.js +0 -1
  611. codex/static_root/assets/VTable-xJS8rtC3.456750dc5d3f.js.br +0 -0
  612. codex/static_root/assets/VTable-xJS8rtC3.456750dc5d3f.js.gz +0 -0
  613. codex/static_root/assets/VTable-xJS8rtC3.js +0 -1
  614. codex/static_root/assets/VTable-xJS8rtC3.js.br +0 -0
  615. codex/static_root/assets/VTable-xJS8rtC3.js.gz +0 -0
  616. codex/static_root/assets/VTextField-CWKnATIB.7e07951afd27.js +0 -1
  617. codex/static_root/assets/VTextField-CWKnATIB.7e07951afd27.js.br +0 -0
  618. codex/static_root/assets/VTextField-CWKnATIB.7e07951afd27.js.gz +0 -0
  619. codex/static_root/assets/VTextField-CWKnATIB.js +0 -1
  620. codex/static_root/assets/VTextField-CWKnATIB.js.br +0 -0
  621. codex/static_root/assets/VTextField-CWKnATIB.js.gz +0 -0
  622. codex/static_root/assets/VTextField-Crc3gdNh.39995ccf4d52.css +0 -1
  623. codex/static_root/assets/VTextField-Crc3gdNh.39995ccf4d52.css.br +0 -0
  624. codex/static_root/assets/VTextField-Crc3gdNh.39995ccf4d52.css.gz +0 -0
  625. codex/static_root/assets/VTextField-Crc3gdNh.css +0 -1
  626. codex/static_root/assets/VTextField-Crc3gdNh.css.br +0 -0
  627. codex/static_root/assets/VTextField-Crc3gdNh.css.gz +0 -0
  628. codex/static_root/assets/VWindowItem-COG2FuUz.12a198f11fe7.js +0 -1
  629. codex/static_root/assets/VWindowItem-COG2FuUz.12a198f11fe7.js.br +0 -0
  630. codex/static_root/assets/VWindowItem-COG2FuUz.12a198f11fe7.js.gz +0 -0
  631. codex/static_root/assets/VWindowItem-COG2FuUz.js +0 -1
  632. codex/static_root/assets/VWindowItem-COG2FuUz.js.br +0 -0
  633. codex/static_root/assets/VWindowItem-COG2FuUz.js.gz +0 -0
  634. codex/static_root/assets/admin-CWEjaFr5.7d4523387384.css.br +0 -0
  635. codex/static_root/assets/admin-CWEjaFr5.7d4523387384.css.gz +0 -0
  636. codex/static_root/assets/admin-CWEjaFr5.css.br +0 -0
  637. codex/static_root/assets/admin-CWEjaFr5.css.gz +0 -0
  638. codex/static_root/assets/admin-Dl2A7cx-.5fbd345dbc05.js +0 -1
  639. codex/static_root/assets/admin-Dl2A7cx-.5fbd345dbc05.js.br +0 -0
  640. codex/static_root/assets/admin-Dl2A7cx-.5fbd345dbc05.js.gz +0 -0
  641. codex/static_root/assets/admin-Dl2A7cx-.js +0 -1
  642. codex/static_root/assets/admin-Dl2A7cx-.js.br +0 -0
  643. codex/static_root/assets/admin-Dl2A7cx-.js.gz +0 -0
  644. codex/static_root/assets/admin-drawer-panel-Bs2wgKj3.3cb33056e994.css +0 -1
  645. codex/static_root/assets/admin-drawer-panel-Bs2wgKj3.3cb33056e994.css.br +0 -0
  646. codex/static_root/assets/admin-drawer-panel-Bs2wgKj3.3cb33056e994.css.gz +0 -0
  647. codex/static_root/assets/admin-drawer-panel-Bs2wgKj3.css +0 -1
  648. codex/static_root/assets/admin-drawer-panel-Bs2wgKj3.css.br +0 -0
  649. codex/static_root/assets/admin-drawer-panel-Bs2wgKj3.css.gz +0 -0
  650. codex/static_root/assets/admin-drawer-panel-D4CYCd_H.fd8dcc769daf.js +0 -30
  651. codex/static_root/assets/admin-drawer-panel-D4CYCd_H.fd8dcc769daf.js.br +0 -0
  652. codex/static_root/assets/admin-drawer-panel-D4CYCd_H.fd8dcc769daf.js.gz +0 -0
  653. codex/static_root/assets/admin-drawer-panel-D4CYCd_H.js +0 -30
  654. codex/static_root/assets/admin-drawer-panel-D4CYCd_H.js.br +0 -0
  655. codex/static_root/assets/admin-drawer-panel-D4CYCd_H.js.gz +0 -0
  656. codex/static_root/assets/browser-Binc3n9H.313722d27ca3.css +0 -1
  657. codex/static_root/assets/browser-Binc3n9H.313722d27ca3.css.br +0 -0
  658. codex/static_root/assets/browser-Binc3n9H.313722d27ca3.css.gz +0 -0
  659. codex/static_root/assets/browser-Binc3n9H.css +0 -1
  660. codex/static_root/assets/browser-Binc3n9H.css.br +0 -0
  661. codex/static_root/assets/browser-Binc3n9H.css.gz +0 -0
  662. codex/static_root/assets/browser-DOhldfGx.43465be961b0.js +0 -1
  663. codex/static_root/assets/browser-DOhldfGx.43465be961b0.js.br +0 -0
  664. codex/static_root/assets/browser-DOhldfGx.43465be961b0.js.gz +0 -0
  665. codex/static_root/assets/browser-DOhldfGx.js +0 -1
  666. codex/static_root/assets/browser-DOhldfGx.js.br +0 -0
  667. codex/static_root/assets/browser-DOhldfGx.js.gz +0 -0
  668. codex/static_root/assets/change-password-dialog-Cebek1-c.aff2975e31f8.css +0 -1
  669. codex/static_root/assets/change-password-dialog-Cebek1-c.aff2975e31f8.css.br +0 -0
  670. codex/static_root/assets/change-password-dialog-Cebek1-c.aff2975e31f8.css.gz +0 -0
  671. codex/static_root/assets/change-password-dialog-Cebek1-c.css +0 -1
  672. codex/static_root/assets/change-password-dialog-Cebek1-c.css.br +0 -0
  673. codex/static_root/assets/change-password-dialog-Cebek1-c.css.gz +0 -0
  674. codex/static_root/assets/change-password-dialog-CrIdNi1F.9451b8d8e301.js +0 -1
  675. codex/static_root/assets/change-password-dialog-CrIdNi1F.9451b8d8e301.js.br +0 -0
  676. codex/static_root/assets/change-password-dialog-CrIdNi1F.9451b8d8e301.js.gz +0 -0
  677. codex/static_root/assets/change-password-dialog-CrIdNi1F.js +0 -1
  678. codex/static_root/assets/change-password-dialog-CrIdNi1F.js.br +0 -0
  679. codex/static_root/assets/change-password-dialog-CrIdNi1F.js.gz +0 -0
  680. codex/static_root/assets/confirm-dialog-B8T3Aamf.5d5b5715840a.js +0 -1
  681. codex/static_root/assets/confirm-dialog-B8T3Aamf.5d5b5715840a.js.br +0 -0
  682. codex/static_root/assets/confirm-dialog-B8T3Aamf.5d5b5715840a.js.gz +0 -0
  683. codex/static_root/assets/confirm-dialog-B8T3Aamf.js +0 -1
  684. codex/static_root/assets/confirm-dialog-B8T3Aamf.js.br +0 -0
  685. codex/static_root/assets/confirm-dialog-B8T3Aamf.js.gz +0 -0
  686. codex/static_root/assets/confirm-dialog-BmhedLCx.7c2103d319d4.css +0 -1
  687. codex/static_root/assets/confirm-dialog-BmhedLCx.css +0 -1
  688. codex/static_root/assets/datetime-column-DJjaMFv9.d281fe18446a.js +0 -1
  689. codex/static_root/assets/datetime-column-DJjaMFv9.d281fe18446a.js.br +0 -0
  690. codex/static_root/assets/datetime-column-DJjaMFv9.d281fe18446a.js.gz +0 -0
  691. codex/static_root/assets/datetime-column-DJjaMFv9.js +0 -1
  692. codex/static_root/assets/datetime-column-DJjaMFv9.js.br +0 -0
  693. codex/static_root/assets/datetime-column-DJjaMFv9.js.gz +0 -0
  694. codex/static_root/assets/filter-DMpQdE_u.8d88bbf01ae8.js +0 -1
  695. codex/static_root/assets/filter-DMpQdE_u.8d88bbf01ae8.js.br +0 -0
  696. codex/static_root/assets/filter-DMpQdE_u.8d88bbf01ae8.js.gz +0 -0
  697. codex/static_root/assets/filter-DMpQdE_u.js +0 -1
  698. codex/static_root/assets/filter-DMpQdE_u.js.br +0 -0
  699. codex/static_root/assets/filter-DMpQdE_u.js.gz +0 -0
  700. codex/static_root/assets/flag-tab-C2TvU4CO.7b424d4fedb2.js +0 -1
  701. codex/static_root/assets/flag-tab-C2TvU4CO.7b424d4fedb2.js.br +0 -0
  702. codex/static_root/assets/flag-tab-C2TvU4CO.7b424d4fedb2.js.gz +0 -0
  703. codex/static_root/assets/flag-tab-C2TvU4CO.js +0 -1
  704. codex/static_root/assets/flag-tab-C2TvU4CO.js.br +0 -0
  705. codex/static_root/assets/flag-tab-C2TvU4CO.js.gz +0 -0
  706. codex/static_root/assets/flag-tab-DBqpLKi7.css +0 -1
  707. codex/static_root/assets/flag-tab-DBqpLKi7.css.br +0 -0
  708. codex/static_root/assets/flag-tab-DBqpLKi7.css.gz +0 -0
  709. codex/static_root/assets/flag-tab-DBqpLKi7.dcfef39f541e.css +0 -1
  710. codex/static_root/assets/flag-tab-DBqpLKi7.dcfef39f541e.css.br +0 -0
  711. codex/static_root/assets/flag-tab-DBqpLKi7.dcfef39f541e.css.gz +0 -0
  712. codex/static_root/assets/group-tab-BOX6rJuK.58304d7d9f28.js +0 -1
  713. codex/static_root/assets/group-tab-BOX6rJuK.58304d7d9f28.js.br +0 -0
  714. codex/static_root/assets/group-tab-BOX6rJuK.58304d7d9f28.js.gz +0 -0
  715. codex/static_root/assets/group-tab-BOX6rJuK.js +0 -1
  716. codex/static_root/assets/group-tab-BOX6rJuK.js.br +0 -0
  717. codex/static_root/assets/group-tab-BOX6rJuK.js.gz +0 -0
  718. codex/static_root/assets/group-tab-CBKuS3Iv.7e4746634782.css +0 -1
  719. codex/static_root/assets/group-tab-CBKuS3Iv.7e4746634782.css.br +0 -0
  720. codex/static_root/assets/group-tab-CBKuS3Iv.7e4746634782.css.gz +0 -0
  721. codex/static_root/assets/group-tab-CBKuS3Iv.css +0 -1
  722. codex/static_root/assets/group-tab-CBKuS3Iv.css.br +0 -0
  723. codex/static_root/assets/group-tab-CBKuS3Iv.css.gz +0 -0
  724. codex/static_root/assets/http-error-E90fvnsx.103df54057a6.js +0 -1
  725. codex/static_root/assets/http-error-E90fvnsx.103df54057a6.js.br +0 -0
  726. codex/static_root/assets/http-error-E90fvnsx.103df54057a6.js.gz +0 -0
  727. codex/static_root/assets/http-error-E90fvnsx.js +0 -1
  728. codex/static_root/assets/http-error-E90fvnsx.js.br +0 -0
  729. codex/static_root/assets/http-error-E90fvnsx.js.gz +0 -0
  730. codex/static_root/assets/library-tab-Bh7ErAk7.7c44200ee727.css.br +0 -2
  731. codex/static_root/assets/library-tab-Bh7ErAk7.7c44200ee727.css.gz +0 -0
  732. codex/static_root/assets/library-tab-Bh7ErAk7.css.br +0 -2
  733. codex/static_root/assets/library-tab-Bh7ErAk7.css.gz +0 -0
  734. codex/static_root/assets/library-tab-DoLAFv6A.e504e9181e22.js +0 -1
  735. codex/static_root/assets/library-tab-DoLAFv6A.e504e9181e22.js.br +0 -0
  736. codex/static_root/assets/library-tab-DoLAFv6A.e504e9181e22.js.gz +0 -0
  737. codex/static_root/assets/library-tab-DoLAFv6A.js +0 -1
  738. codex/static_root/assets/library-tab-DoLAFv6A.js.br +0 -0
  739. codex/static_root/assets/library-tab-DoLAFv6A.js.gz +0 -0
  740. codex/static_root/assets/main-BnyyRHtu.383bd5bdf135.js +0 -6
  741. codex/static_root/assets/main-BnyyRHtu.383bd5bdf135.js.br +0 -0
  742. codex/static_root/assets/main-BnyyRHtu.383bd5bdf135.js.gz +0 -0
  743. codex/static_root/assets/main-BnyyRHtu.js +0 -6
  744. codex/static_root/assets/main-BnyyRHtu.js.br +0 -0
  745. codex/static_root/assets/main-BnyyRHtu.js.gz +0 -0
  746. codex/static_root/assets/pagination-toolbar-B-H-BgUh.0485a41335d7.js +0 -1
  747. codex/static_root/assets/pagination-toolbar-B-H-BgUh.0485a41335d7.js.br +0 -0
  748. codex/static_root/assets/pagination-toolbar-B-H-BgUh.0485a41335d7.js.gz +0 -0
  749. codex/static_root/assets/pagination-toolbar-B-H-BgUh.js +0 -1
  750. codex/static_root/assets/pagination-toolbar-B-H-BgUh.js.br +0 -0
  751. codex/static_root/assets/pagination-toolbar-B-H-BgUh.js.gz +0 -0
  752. codex/static_root/assets/pagination-toolbar-BzruZPpu.397ad4e3d029.css.br +0 -0
  753. codex/static_root/assets/pagination-toolbar-BzruZPpu.397ad4e3d029.css.gz +0 -0
  754. codex/static_root/assets/pagination-toolbar-BzruZPpu.css.br +0 -0
  755. codex/static_root/assets/pagination-toolbar-BzruZPpu.css.gz +0 -0
  756. codex/static_root/assets/pdf-doc-C_RhfgHE.3d82cd502628.js.br +0 -0
  757. codex/static_root/assets/pdf-doc-C_RhfgHE.3d82cd502628.js.gz +0 -0
  758. codex/static_root/assets/pdf-doc-C_RhfgHE.js.br +0 -0
  759. codex/static_root/assets/pdf-doc-C_RhfgHE.js.gz +0 -0
  760. codex/static_root/assets/pdf-doc-CkC2e3rI.css +0 -1
  761. codex/static_root/assets/pdf-doc-CkC2e3rI.css.br +0 -0
  762. codex/static_root/assets/pdf-doc-CkC2e3rI.css.gz +0 -0
  763. codex/static_root/assets/pdf-doc-CkC2e3rI.da75c385ebd0.css +0 -1
  764. codex/static_root/assets/pdf-doc-CkC2e3rI.da75c385ebd0.css.br +0 -0
  765. codex/static_root/assets/pdf-doc-CkC2e3rI.da75c385ebd0.css.gz +0 -0
  766. codex/static_root/assets/reader-DkEfQBw-.5e7781a737e6.css +0 -1
  767. codex/static_root/assets/reader-DkEfQBw-.5e7781a737e6.css.br +0 -0
  768. codex/static_root/assets/reader-DkEfQBw-.5e7781a737e6.css.gz +0 -0
  769. codex/static_root/assets/reader-DkEfQBw-.css +0 -1
  770. codex/static_root/assets/reader-DkEfQBw-.css.br +0 -0
  771. codex/static_root/assets/reader-DkEfQBw-.css.gz +0 -0
  772. codex/static_root/assets/reader-K27K1JrT.faa6edbda846.js +0 -2
  773. codex/static_root/assets/reader-K27K1JrT.faa6edbda846.js.br +0 -0
  774. codex/static_root/assets/reader-K27K1JrT.faa6edbda846.js.gz +0 -0
  775. codex/static_root/assets/reader-K27K1JrT.js +0 -2
  776. codex/static_root/assets/reader-K27K1JrT.js.br +0 -0
  777. codex/static_root/assets/reader-K27K1JrT.js.gz +0 -0
  778. codex/static_root/assets/relation-chips-CfHz9Cgt.ce0ab88180d5.js +0 -1
  779. codex/static_root/assets/relation-chips-CfHz9Cgt.ce0ab88180d5.js.br +0 -0
  780. codex/static_root/assets/relation-chips-CfHz9Cgt.ce0ab88180d5.js.gz +0 -0
  781. codex/static_root/assets/relation-chips-CfHz9Cgt.js +0 -1
  782. codex/static_root/assets/relation-chips-CfHz9Cgt.js.br +0 -0
  783. codex/static_root/assets/relation-chips-CfHz9Cgt.js.gz +0 -0
  784. codex/static_root/assets/settings-drawer-CF0z39tG.bb0427409b01.js +0 -2
  785. codex/static_root/assets/settings-drawer-CF0z39tG.bb0427409b01.js.br +0 -0
  786. codex/static_root/assets/settings-drawer-CF0z39tG.bb0427409b01.js.gz +0 -0
  787. codex/static_root/assets/settings-drawer-CF0z39tG.js +0 -2
  788. codex/static_root/assets/settings-drawer-CF0z39tG.js.br +0 -0
  789. codex/static_root/assets/settings-drawer-CF0z39tG.js.gz +0 -0
  790. codex/static_root/assets/stats-tab-BXGisn5N.9b7a71e7fe28.css.br +0 -0
  791. codex/static_root/assets/stats-tab-BXGisn5N.9b7a71e7fe28.css.gz +0 -0
  792. codex/static_root/assets/stats-tab-BXGisn5N.css.br +0 -0
  793. codex/static_root/assets/stats-tab-BXGisn5N.css.gz +0 -0
  794. codex/static_root/assets/stats-tab-m4jtc5tB.fe5a865d950f.js +0 -1
  795. codex/static_root/assets/stats-tab-m4jtc5tB.fe5a865d950f.js.br +0 -0
  796. codex/static_root/assets/stats-tab-m4jtc5tB.fe5a865d950f.js.gz +0 -0
  797. codex/static_root/assets/stats-tab-m4jtc5tB.js +0 -1
  798. codex/static_root/assets/stats-tab-m4jtc5tB.js.br +0 -0
  799. codex/static_root/assets/stats-tab-m4jtc5tB.js.gz +0 -0
  800. codex/static_root/assets/task-tab-1XiWn9xP.06cb8e1b794d.css +0 -1
  801. codex/static_root/assets/task-tab-1XiWn9xP.06cb8e1b794d.css.gz +0 -0
  802. codex/static_root/assets/task-tab-1XiWn9xP.css +0 -1
  803. codex/static_root/assets/task-tab-1XiWn9xP.css.gz +0 -0
  804. codex/static_root/assets/task-tab-Bn04U_1c.3b343f42f0a9.js +0 -1
  805. codex/static_root/assets/task-tab-Bn04U_1c.3b343f42f0a9.js.br +0 -0
  806. codex/static_root/assets/task-tab-Bn04U_1c.3b343f42f0a9.js.gz +0 -0
  807. codex/static_root/assets/task-tab-Bn04U_1c.js +0 -1
  808. codex/static_root/assets/task-tab-Bn04U_1c.js.br +0 -0
  809. codex/static_root/assets/task-tab-Bn04U_1c.js.gz +0 -0
  810. codex/static_root/assets/unauthorized-CFFrmehB.25307184f821.js +0 -1
  811. codex/static_root/assets/unauthorized-CFFrmehB.25307184f821.js.br +0 -0
  812. codex/static_root/assets/unauthorized-CFFrmehB.25307184f821.js.gz +0 -0
  813. codex/static_root/assets/unauthorized-CFFrmehB.js +0 -1
  814. codex/static_root/assets/unauthorized-CFFrmehB.js.br +0 -0
  815. codex/static_root/assets/unauthorized-CFFrmehB.js.gz +0 -0
  816. codex/static_root/assets/unauthorized-muDsv-rC.2166ec8b3a32.css.br +0 -0
  817. codex/static_root/assets/unauthorized-muDsv-rC.2166ec8b3a32.css.gz +0 -0
  818. codex/static_root/assets/unauthorized-muDsv-rC.css.br +0 -0
  819. codex/static_root/assets/unauthorized-muDsv-rC.css.gz +0 -0
  820. codex/static_root/assets/user-tab-Bc0BOX75.96057d32f1e9.js +0 -1
  821. codex/static_root/assets/user-tab-Bc0BOX75.96057d32f1e9.js.br +0 -0
  822. codex/static_root/assets/user-tab-Bc0BOX75.96057d32f1e9.js.gz +0 -0
  823. codex/static_root/assets/user-tab-Bc0BOX75.js +0 -1
  824. codex/static_root/assets/user-tab-Bc0BOX75.js.br +0 -0
  825. codex/static_root/assets/user-tab-Bc0BOX75.js.gz +0 -0
  826. codex/static_root/js/choices-admin.1a20a5648f20.json +0 -1
  827. codex/static_root/js/choices-admin.1a20a5648f20.json.br +0 -0
  828. codex/static_root/js/choices-admin.1a20a5648f20.json.gz +0 -0
  829. codex/static_root/js/choices-admin.json +0 -1
  830. codex/static_root/js/choices-admin.json.br +0 -0
  831. codex/static_root/js/choices-admin.json.gz +0 -0
  832. codex/static_root/js/choices.2f6b0359e1ef.json +0 -1
  833. codex/static_root/js/choices.2f6b0359e1ef.json.br +0 -0
  834. codex/static_root/js/choices.2f6b0359e1ef.json.gz +0 -0
  835. codex/static_root/js/choices.json +0 -1
  836. codex/static_root/js/choices.json.br +0 -0
  837. codex/static_root/js/choices.json.gz +0 -0
  838. codex/static_root/manifest.5127f11299cc.json +0 -611
  839. codex/static_root/manifest.5127f11299cc.json.br +0 -0
  840. codex/static_root/manifest.5127f11299cc.json.gz +0 -0
  841. codex/templates/search/indexes/codex/comic_text.txt +0 -47
  842. codex/views/browser/annotations.py +0 -296
  843. codex/views/browser/base.py +0 -140
  844. codex/views/browser/filters/annotations.py +0 -103
  845. codex/views/browser/filters/search.py +0 -196
  846. codex/views/browser/metadata.py +0 -332
  847. {codex-1.6.18.dist-info → codex-1.7.0.dist-info}/LICENSE +0 -0
  848. {codex-1.6.18.dist-info → codex-1.7.0.dist-info}/WHEEL +0 -0
  849. {codex-1.6.18.dist-info → codex-1.7.0.dist-info}/entry_points.txt +0 -0
@@ -1,1446 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" ?>
2
- <!--
3
- Licensed to the Apache Software Foundation (ASF) under one or more
4
- contributor license agreements. See the NOTICE file distributed with
5
- this work for additional information regarding copyright ownership.
6
- The ASF licenses this file to You under the Apache License, Version 2.0
7
- (the "License"); you may not use this file except in compliance with
8
- the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- -->
18
-
19
- <!--
20
- For more details about configurations options that may appear in
21
- this file, see http://wiki.apache.org/solr/SolrConfigXml.
22
- -->
23
- <config>
24
- <!-- In all configuration below, a prefix of "solr." for class names
25
- is an alias that causes solr to search appropriate packages,
26
- including org.apache.solr.(search|update|request|core|analysis)
27
-
28
- You may also specify a fully qualified Java classname if you
29
- have your own custom plugins.
30
- -->
31
-
32
- <!-- Controls what version of Lucene various components of Solr
33
- adhere to. Generally, you want to use the latest version to
34
- get all bug fixes and improvements. It is highly recommended
35
- that you fully re-index after changing this setting as it can
36
- affect both how text is indexed and queried.
37
- -->
38
- <luceneMatchVersion>6.5.0</luceneMatchVersion>
39
- <schemaFactory class="ClassicIndexSchemaFactory"/>
40
-
41
- <!-- <lib/> directives can be used to instruct Solr to load any Jars
42
- identified and use them to resolve any "plugins" specified in
43
- your solrconfig.xml or schema.xml (ie: Analyzers, Request
44
- Handlers, etc...).
45
-
46
- All directories and paths are resolved relative to the
47
- instanceDir.
48
-
49
- Please note that <lib/> directives are processed in the order
50
- that they appear in your solrconfig.xml file, and are "stacked"
51
- on top of each other when building a ClassLoader - so if you have
52
- plugin jars with dependencies on other jars, the "lower level"
53
- dependency jars should be loaded first.
54
-
55
- If a "./lib" directory exists in your instanceDir, all files
56
- found in it are included as if you had used the following
57
- syntax...
58
-
59
- <lib dir="./lib" />
60
- -->
61
-
62
- <!-- A 'dir' option by itself adds any files found in the directory
63
- to the classpath, this is useful for including all jars in a
64
- directory.
65
-
66
- When a 'regex' is specified in addition to a 'dir', only the
67
- files in that directory which completely match the regex
68
- (anchored on both ends) will be included.
69
-
70
- If a 'dir' option (with or without a regex) is used and nothing
71
- is found that matches, a warning will be logged.
72
-
73
- The examples below can be used to load some solr-contribs along
74
- with their external dependencies.
75
- -->
76
- <lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib" regex=".*\.jar" />
77
- <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-cell-\d.*\.jar" />
78
-
79
- <lib dir="${solr.install.dir:../../../..}/contrib/clustering/lib/" regex=".*\.jar" />
80
- <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-clustering-\d.*\.jar" />
81
-
82
- <lib dir="${solr.install.dir:../../../..}/contrib/langid/lib/" regex=".*\.jar" />
83
- <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-langid-\d.*\.jar" />
84
-
85
- <lib dir="${solr.install.dir:../../../..}/contrib/velocity/lib" regex=".*\.jar" />
86
- <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-velocity-\d.*\.jar" />
87
- <!-- an exact 'path' can be used instead of a 'dir' to specify a
88
- specific jar file. This will cause a serious error to be logged
89
- if it can't be loaded.
90
- -->
91
- <!--
92
- <lib path="../a-jar-that-does-not-exist.jar" />
93
- -->
94
-
95
- <!-- Data Directory
96
-
97
- Used to specify an alternate directory to hold all index data
98
- other than the default ./data under the Solr home. If
99
- replication is in use, this should match the replication
100
- configuration.
101
- -->
102
- <dataDir>${solr.data.dir:}</dataDir>
103
-
104
-
105
- <!-- The DirectoryFactory to use for indexes.
106
-
107
- solr.StandardDirectoryFactory is filesystem
108
- based and tries to pick the best implementation for the current
109
- JVM and platform. solr.NRTCachingDirectoryFactory, the default,
110
- wraps solr.StandardDirectoryFactory and caches small files in memory
111
- for better NRT performance.
112
-
113
- One can force a particular implementation via solr.MMapDirectoryFactory,
114
- solr.NIOFSDirectoryFactory, or solr.SimpleFSDirectoryFactory.
115
-
116
- solr.RAMDirectoryFactory is memory based, not
117
- persistent, and doesn't work with replication.
118
- -->
119
- <directoryFactory name="DirectoryFactory"
120
- class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"/>
121
-
122
- <!-- The CodecFactory for defining the format of the inverted index.
123
- The default implementation is SchemaCodecFactory, which is the official Lucene
124
- index format, but hooks into the schema to provide per-field customization of
125
- the postings lists and per-document values in the fieldType element
126
- (postingsFormat/docValuesFormat). Note that most of the alternative implementations
127
- are experimental, so if you choose to customize the index format, it's a good
128
- idea to convert back to the official format e.g. via IndexWriter.addIndexes(IndexReader)
129
- before upgrading to a newer version to avoid unnecessary reindexing.
130
- A "compressionMode" string element can be added to <codecFactory> to choose
131
- between the existing compression modes in the default codec: "BEST_SPEED" (default)
132
- or "BEST_COMPRESSION".
133
- -->
134
- <codecFactory class="solr.SchemaCodecFactory"/>
135
-
136
- <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137
- Index Config - These settings control low-level behavior of indexing
138
- Most example settings here show the default value, but are commented
139
- out, to more easily see where customizations have been made.
140
-
141
- Note: This replaces <indexDefaults> and <mainIndex> from older versions
142
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
143
- <indexConfig>
144
- <!-- maxFieldLength was removed in 4.0. To get similar behavior, include a
145
- LimitTokenCountFilterFactory in your fieldType definition. E.g.
146
- <filter class="solr.LimitTokenCountFilterFactory" maxTokenCount="10000"/>
147
- -->
148
- <!-- Maximum time to wait for a write lock (ms) for an IndexWriter. Default: 1000 -->
149
- <!-- <writeLockTimeout>1000</writeLockTimeout> -->
150
-
151
- <!-- Expert: Enabling compound file will use less files for the index,
152
- using fewer file descriptors on the expense of performance decrease.
153
- Default in Lucene is "true". Default in Solr is "false" (since 3.6) -->
154
- <!-- <useCompoundFile>false</useCompoundFile> -->
155
-
156
- <!-- ramBufferSizeMB sets the amount of RAM that may be used by Lucene
157
- indexing for buffering added documents and deletions before they are
158
- flushed to the Directory.
159
- maxBufferedDocs sets a limit on the number of documents buffered
160
- before flushing.
161
- If both ramBufferSizeMB and maxBufferedDocs is set, then
162
- Lucene will flush based on whichever limit is hit first. -->
163
- <!-- <ramBufferSizeMB>100</ramBufferSizeMB> -->
164
- <!-- <maxBufferedDocs>1000</maxBufferedDocs> -->
165
-
166
- <!-- Expert: Merge Policy
167
- The Merge Policy in Lucene controls how merging of segments is done.
168
- The default since Solr/Lucene 3.3 is TieredMergePolicy.
169
- The default since Lucene 2.3 was the LogByteSizeMergePolicy,
170
- Even older versions of Lucene used LogDocMergePolicy.
171
- -->
172
- <!--
173
- <mergePolicyFactory class="org.apache.solr.index.TieredMergePolicyFactory">
174
- <int name="maxMergeAtOnce">10</int>
175
- <int name="segmentsPerTier">10</int>
176
- <double name="noCFSRatio">0.1</double>
177
- </mergePolicyFactory>
178
- -->
179
-
180
- <!-- Expert: Merge Scheduler
181
- The Merge Scheduler in Lucene controls how merges are
182
- performed. The ConcurrentMergeScheduler (Lucene 2.3 default)
183
- can perform merges in the background using separate threads.
184
- The SerialMergeScheduler (Lucene 2.2 default) does not.
185
- -->
186
- <!--
187
- <mergeScheduler class="org.apache.lucene.index.ConcurrentMergeScheduler"/>
188
- -->
189
-
190
- <!-- LockFactory
191
-
192
- This option specifies which Lucene LockFactory implementation
193
- to use.
194
-
195
- single = SingleInstanceLockFactory - suggested for a
196
- read-only index or when there is no possibility of
197
- another process trying to modify the index.
198
- native = NativeFSLockFactory - uses OS native file locking.
199
- Do not use when multiple solr webapps in the same
200
- JVM are attempting to share a single index.
201
- simple = SimpleFSLockFactory - uses a plain file for locking
202
-
203
- Defaults: 'native' is default for Solr3.6 and later, otherwise
204
- 'simple' is the default
205
-
206
- More details on the nuances of each LockFactory...
207
- http://wiki.apache.org/lucene-java/AvailableLockFactories
208
- -->
209
- <lockType>${solr.lock.type:native}</lockType>
210
-
211
- <!-- Commit Deletion Policy
212
- Custom deletion policies can be specified here. The class must
213
- implement org.apache.lucene.index.IndexDeletionPolicy.
214
-
215
- The default Solr IndexDeletionPolicy implementation supports
216
- deleting index commit points on number of commits, age of
217
- commit point and optimized status.
218
-
219
- The latest commit point should always be preserved regardless
220
- of the criteria.
221
- -->
222
- <!--
223
- <deletionPolicy class="solr.SolrDeletionPolicy">
224
- -->
225
- <!-- The number of commit points to be kept -->
226
- <!-- <str name="maxCommitsToKeep">1</str> -->
227
- <!-- The number of optimized commit points to be kept -->
228
- <!-- <str name="maxOptimizedCommitsToKeep">0</str> -->
229
- <!--
230
- Delete all commit points once they have reached the given age.
231
- Supports DateMathParser syntax e.g.
232
- -->
233
- <!--
234
- <str name="maxCommitAge">30MINUTES</str>
235
- <str name="maxCommitAge">1DAY</str>
236
- -->
237
- <!--
238
- </deletionPolicy>
239
- -->
240
-
241
- <!-- Lucene Infostream
242
-
243
- To aid in advanced debugging, Lucene provides an "InfoStream"
244
- of detailed information when indexing.
245
-
246
- Setting The value to true will instruct the underlying Lucene
247
- IndexWriter to write its debugging info the specified file
248
- -->
249
- <!-- <infoStream file="INFOSTREAM.txt">false</infoStream> -->
250
- </indexConfig>
251
-
252
-
253
- <!-- JMX
254
-
255
- This example enables JMX if and only if an existing MBeanServer
256
- is found, use this if you want to configure JMX through JVM
257
- parameters. Remove this to disable exposing Solr configuration
258
- and statistics to JMX.
259
-
260
- For more details see http://wiki.apache.org/solr/SolrJmx
261
- -->
262
- <jmx />
263
- <!-- If you want to connect to a particular server, specify the
264
- agentId
265
- -->
266
- <!-- <jmx agentId="myAgent" /> -->
267
- <!-- If you want to start a new MBeanServer, specify the serviceUrl -->
268
- <!-- <jmx serviceUrl="service:jmx:rmi:///jndi/rmi://localhost:9999/solr"/>
269
- -->
270
-
271
- <!-- The default high-performance update handler -->
272
- <updateHandler class="solr.DirectUpdateHandler2">
273
-
274
- <!-- Enables a transaction log, used for real-time get, durability, and
275
- and solr cloud replica recovery. The log can grow as big as
276
- uncommitted changes to the index, so use of a hard autoCommit
277
- is recommended (see below).
278
- "dir" - the target directory for transaction logs, defaults to the
279
- solr data directory.
280
- "numVersionBuckets" - sets the number of buckets used to keep
281
- track of max version values when checking for re-ordered
282
- updates; increase this value to reduce the cost of
283
- synchronizing access to version buckets during high-volume
284
- indexing, this requires 8 bytes (long) * numVersionBuckets
285
- of heap space per Solr core.
286
- -->
287
- <updateLog>
288
- <str name="dir">${solr.ulog.dir:}</str>
289
- <int name="numVersionBuckets">${solr.ulog.numVersionBuckets:65536}</int>
290
- </updateLog>
291
-
292
- <!-- AutoCommit
293
-
294
- Perform a hard commit automatically under certain conditions.
295
- Instead of enabling autoCommit, consider using "commitWithin"
296
- when adding documents.
297
-
298
- http://wiki.apache.org/solr/UpdateXmlMessages
299
-
300
- maxDocs - Maximum number of documents to add since the last
301
- commit before automatically triggering a new commit.
302
-
303
- maxTime - Maximum amount of time in ms that is allowed to pass
304
- since a document was added before automatically
305
- triggering a new commit.
306
- openSearcher - if false, the commit causes recent index changes
307
- to be flushed to stable storage, but does not cause a new
308
- searcher to be opened to make those changes visible.
309
-
310
- If the updateLog is enabled, then it's highly recommended to
311
- have some sort of hard autoCommit to limit the log size.
312
- -->
313
- <autoCommit>
314
- <maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
315
- <openSearcher>false</openSearcher>
316
- </autoCommit>
317
-
318
- <!-- softAutoCommit is like autoCommit except it causes a
319
- 'soft' commit which only ensures that changes are visible
320
- but does not ensure that data is synced to disk. This is
321
- faster and more near-realtime friendly than a hard commit.
322
- -->
323
-
324
- <autoSoftCommit>
325
- <maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
326
- </autoSoftCommit>
327
-
328
- <!-- Update Related Event Listeners
329
-
330
- Various IndexWriter related events can trigger Listeners to
331
- take actions.
332
-
333
- postCommit - fired after every commit or optimize command
334
- postOptimize - fired after every optimize command
335
- -->
336
- <!-- The RunExecutableListener executes an external command from a
337
- hook such as postCommit or postOptimize.
338
-
339
- exe - the name of the executable to run
340
- dir - dir to use as the current working directory. (default=".")
341
- wait - the calling thread waits until the executable returns.
342
- (default="true")
343
- args - the arguments to pass to the program. (default is none)
344
- env - environment variables to set. (default is none)
345
- -->
346
- <!-- This example shows how RunExecutableListener could be used
347
- with the script based replication...
348
- http://wiki.apache.org/solr/CollectionDistribution
349
- -->
350
- <!--
351
- <listener event="postCommit" class="solr.RunExecutableListener">
352
- <str name="exe">solr/bin/snapshooter</str>
353
- <str name="dir">.</str>
354
- <bool name="wait">true</bool>
355
- <arr name="args"> <str>arg1</str> <str>arg2</str> </arr>
356
- <arr name="env"> <str>MYVAR=val1</str> </arr>
357
- </listener>
358
- -->
359
-
360
- </updateHandler>
361
-
362
- <!-- IndexReaderFactory
363
-
364
- Use the following format to specify a custom IndexReaderFactory,
365
- which allows for alternate IndexReader implementations.
366
-
367
- ** Experimental Feature **
368
-
369
- Please note - Using a custom IndexReaderFactory may prevent
370
- certain other features from working. The API to
371
- IndexReaderFactory may change without warning or may even be
372
- removed from future releases if the problems cannot be
373
- resolved.
374
-
375
-
376
- ** Features that may not work with custom IndexReaderFactory **
377
-
378
- The ReplicationHandler assumes a disk-resident index. Using a
379
- custom IndexReader implementation may cause incompatibility
380
- with ReplicationHandler and may cause replication to not work
381
- correctly. See SOLR-1366 for details.
382
-
383
- -->
384
- <!--
385
- <indexReaderFactory name="IndexReaderFactory" class="package.class">
386
- <str name="someArg">Some Value</str>
387
- </indexReaderFactory >
388
- -->
389
-
390
- <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
391
- Query section - these settings control query time things like caches
392
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
393
- <query>
394
- <!-- Max Boolean Clauses
395
-
396
- Maximum number of clauses in each BooleanQuery, an exception
397
- is thrown if exceeded.
398
-
399
- ** WARNING **
400
-
401
- This option actually modifies a global Lucene property that
402
- will affect all SolrCores. If multiple solrconfig.xml files
403
- disagree on this property, the value at any given moment will
404
- be based on the last SolrCore to be initialized.
405
-
406
- -->
407
- <maxBooleanClauses>1024</maxBooleanClauses>
408
-
409
-
410
- <!-- Solr Internal Query Caches
411
-
412
- There are two implementations of cache available for Solr,
413
- LRUCache, based on a synchronized LinkedHashMap, and
414
- FastLRUCache, based on a ConcurrentHashMap.
415
-
416
- FastLRUCache has faster gets and slower puts in single
417
- threaded operation and thus is generally faster than LRUCache
418
- when the hit ratio of the cache is high (> 75%), and may be
419
- faster under other scenarios on multi-cpu systems.
420
- -->
421
-
422
- <!-- Filter Cache
423
-
424
- Cache used by SolrIndexSearcher for filters (DocSets),
425
- unordered sets of *all* documents that match a query. When a
426
- new searcher is opened, its caches may be prepopulated or
427
- "autowarmed" using data from caches in the old searcher.
428
- autowarmCount is the number of items to prepopulate. For
429
- LRUCache, the autowarmed items will be the most recently
430
- accessed items.
431
-
432
- Parameters:
433
- class - the SolrCache implementation LRUCache or
434
- (LRUCache or FastLRUCache)
435
- size - the maximum number of entries in the cache
436
- initialSize - the initial capacity (number of entries) of
437
- the cache. (see java.util.HashMap)
438
- autowarmCount - the number of entries to prepopulate from
439
- and old cache.
440
- maxRamMB - the maximum amount of RAM (in MB) that this cache is allowed
441
- to occupy. Note that when this option is specified, the size
442
- and initialSize parameters are ignored.
443
- -->
444
- <filterCache class="solr.FastLRUCache"
445
- size="512"
446
- initialSize="512"
447
- autowarmCount="0"/>
448
-
449
- <!-- Query Result Cache
450
-
451
- Caches results of searches - ordered lists of document ids
452
- (DocList) based on a query, a sort, and the range of documents requested.
453
- Additional supported parameter by LRUCache:
454
- maxRamMB - the maximum amount of RAM (in MB) that this cache is allowed
455
- to occupy
456
- -->
457
- <queryResultCache class="solr.LRUCache"
458
- size="512"
459
- initialSize="512"
460
- autowarmCount="0"/>
461
-
462
- <!-- Document Cache
463
-
464
- Caches Lucene Document objects (the stored fields for each
465
- document). Since Lucene internal document ids are transient,
466
- this cache will not be autowarmed.
467
- -->
468
- <documentCache class="solr.LRUCache"
469
- size="512"
470
- initialSize="512"
471
- autowarmCount="0"/>
472
-
473
- <!-- custom cache currently used by block join -->
474
- <cache name="perSegFilter"
475
- class="solr.search.LRUCache"
476
- size="10"
477
- initialSize="0"
478
- autowarmCount="10"
479
- regenerator="solr.NoOpRegenerator" />
480
-
481
- <!-- Field Value Cache
482
-
483
- Cache used to hold field values that are quickly accessible
484
- by document id. The fieldValueCache is created by default
485
- even if not configured here.
486
- -->
487
- <!--
488
- <fieldValueCache class="solr.FastLRUCache"
489
- size="512"
490
- autowarmCount="128"
491
- showItems="32" />
492
- -->
493
-
494
- <!-- Custom Cache
495
-
496
- Example of a generic cache. These caches may be accessed by
497
- name through SolrIndexSearcher.getCache(),cacheLookup(), and
498
- cacheInsert(). The purpose is to enable easy caching of
499
- user/application level data. The regenerator argument should
500
- be specified as an implementation of solr.CacheRegenerator
501
- if autowarming is desired.
502
- -->
503
- <!--
504
- <cache name="myUserCache"
505
- class="solr.LRUCache"
506
- size="4096"
507
- initialSize="1024"
508
- autowarmCount="1024"
509
- regenerator="com.mycompany.MyRegenerator"
510
- />
511
- -->
512
-
513
-
514
- <!-- Lazy Field Loading
515
-
516
- If true, stored fields that are not requested will be loaded
517
- lazily. This can result in a significant speed improvement
518
- if the usual case is to not load all stored fields,
519
- especially if the skipped fields are large compressed text
520
- fields.
521
- -->
522
- <enableLazyFieldLoading>true</enableLazyFieldLoading>
523
-
524
- <!-- Use Filter For Sorted Query
525
-
526
- A possible optimization that attempts to use a filter to
527
- satisfy a search. If the requested sort does not include
528
- score, then the filterCache will be checked for a filter
529
- matching the query. If found, the filter will be used as the
530
- source of document ids, and then the sort will be applied to
531
- that.
532
-
533
- For most situations, this will not be useful unless you
534
- frequently get the same search repeatedly with different sort
535
- options, and none of them ever use "score"
536
- -->
537
- <!--
538
- <useFilterForSortedQuery>true</useFilterForSortedQuery>
539
- -->
540
-
541
- <!-- Result Window Size
542
-
543
- An optimization for use with the queryResultCache. When a search
544
- is requested, a superset of the requested number of document ids
545
- are collected. For example, if a search for a particular query
546
- requests matching documents 10 through 19, and queryWindowSize is 50,
547
- then documents 0 through 49 will be collected and cached. Any further
548
- requests in that range can be satisfied via the cache.
549
- -->
550
- <queryResultWindowSize>20</queryResultWindowSize>
551
-
552
- <!-- Maximum number of documents to cache for any entry in the
553
- queryResultCache.
554
- -->
555
- <queryResultMaxDocsCached>200</queryResultMaxDocsCached>
556
-
557
- <!-- Query Related Event Listeners
558
-
559
- Various IndexSearcher related events can trigger Listeners to
560
- take actions.
561
-
562
- newSearcher - fired whenever a new searcher is being prepared
563
- and there is a current searcher handling requests (aka
564
- registered). It can be used to prime certain caches to
565
- prevent long request times for certain requests.
566
-
567
- firstSearcher - fired whenever a new searcher is being
568
- prepared but there is no current registered searcher to handle
569
- requests or to gain autowarming data from.
570
-
571
-
572
- -->
573
- <!-- QuerySenderListener takes an array of NamedList and executes a
574
- local query request for each NamedList in sequence.
575
- -->
576
- <listener event="newSearcher" class="solr.QuerySenderListener">
577
- <arr name="queries">
578
- <!--
579
- <lst><str name="q">solr</str><str name="sort">price asc</str></lst>
580
- <lst><str name="q">rocks</str><str name="sort">weight asc</str></lst>
581
- -->
582
- </arr>
583
- </listener>
584
- <listener event="firstSearcher" class="solr.QuerySenderListener">
585
- <arr name="queries">
586
- <!--
587
- <lst>
588
- <str name="q">static firstSearcher warming in solrconfig.xml</str>
589
- </lst>
590
- -->
591
- </arr>
592
- </listener>
593
-
594
- <!-- Use Cold Searcher
595
-
596
- If a search request comes in and there is no current
597
- registered searcher, then immediately register the still
598
- warming searcher and use it. If "false" then all requests
599
- will block until the first searcher is done warming.
600
- -->
601
- <useColdSearcher>false</useColdSearcher>
602
-
603
- </query>
604
-
605
-
606
- <!-- Request Dispatcher
607
-
608
- This section contains instructions for how the SolrDispatchFilter
609
- should behave when processing requests for this SolrCore.
610
-
611
- handleSelect is a legacy option that affects the behavior of requests
612
- such as /select?qt=XXX
613
-
614
- handleSelect="true" will cause the SolrDispatchFilter to process
615
- the request and dispatch the query to a handler specified by the
616
- "qt" param, assuming "/select" isn't already registered.
617
-
618
- handleSelect="false" will cause the SolrDispatchFilter to
619
- ignore "/select" requests, resulting in a 404 unless a handler
620
- is explicitly registered with the name "/select"
621
-
622
- handleSelect="true" is not recommended for new users, but is the default
623
- for backwards compatibility
624
- -->
625
- <requestDispatcher handleSelect="false" >
626
- <!-- Request Parsing
627
-
628
- These settings indicate how Solr Requests may be parsed, and
629
- what restrictions may be placed on the ContentStreams from
630
- those requests
631
-
632
- enableRemoteStreaming - enables use of the stream.file
633
- and stream.url parameters for specifying remote streams.
634
-
635
- multipartUploadLimitInKB - specifies the max size (in KiB) of
636
- Multipart File Uploads that Solr will allow in a Request.
637
-
638
- formdataUploadLimitInKB - specifies the max size (in KiB) of
639
- form data (application/x-www-form-urlencoded) sent via
640
- POST. You can use POST to pass request parameters not
641
- fitting into the URL.
642
-
643
- addHttpRequestToContext - if set to true, it will instruct
644
- the requestParsers to include the original HttpServletRequest
645
- object in the context map of the SolrQueryRequest under the
646
- key "httpRequest". It will not be used by any of the existing
647
- Solr components, but may be useful when developing custom
648
- plugins.
649
-
650
- *** WARNING ***
651
- The settings below authorize Solr to fetch remote files, You
652
- should make sure your system has some authentication before
653
- using enableRemoteStreaming="true"
654
-
655
- -->
656
- <requestParsers enableRemoteStreaming="true"
657
- multipartUploadLimitInKB="2048000"
658
- formdataUploadLimitInKB="2048"
659
- addHttpRequestToContext="false"/>
660
-
661
- <!-- HTTP Caching
662
-
663
- Set HTTP caching related parameters (for proxy caches and clients).
664
-
665
- The options below instruct Solr not to output any HTTP Caching
666
- related headers
667
- -->
668
- <httpCaching never304="true" />
669
- <!-- If you include a <cacheControl> directive, it will be used to
670
- generate a Cache-Control header (as well as an Expires header
671
- if the value contains "max-age=")
672
-
673
- By default, no Cache-Control header is generated.
674
-
675
- You can use the <cacheControl> option even if you have set
676
- never304="true"
677
- -->
678
- <!--
679
- <httpCaching never304="true" >
680
- <cacheControl>max-age=30, public</cacheControl>
681
- </httpCaching>
682
- -->
683
- <!-- To enable Solr to respond with automatically generated HTTP
684
- Caching headers, and to response to Cache Validation requests
685
- correctly, set the value of never304="false"
686
-
687
- This will cause Solr to generate Last-Modified and ETag
688
- headers based on the properties of the Index.
689
-
690
- The following options can also be specified to affect the
691
- values of these headers...
692
-
693
- lastModFrom - the default value is "openTime" which means the
694
- Last-Modified value (and validation against If-Modified-Since
695
- requests) will all be relative to when the current Searcher
696
- was opened. You can change it to lastModFrom="dirLastMod" if
697
- you want the value to exactly correspond to when the physical
698
- index was last modified.
699
-
700
- etagSeed="..." is an option you can change to force the ETag
701
- header (and validation against If-None-Match requests) to be
702
- different even if the index has not changed (ie: when making
703
- significant changes to your config file)
704
-
705
- (lastModifiedFrom and etagSeed are both ignored if you use
706
- the never304="true" option)
707
- -->
708
- <!--
709
- <httpCaching lastModifiedFrom="openTime"
710
- etagSeed="Solr">
711
- <cacheControl>max-age=30, public</cacheControl>
712
- </httpCaching>
713
- -->
714
- </requestDispatcher>
715
-
716
- <!-- Request Handlers
717
-
718
- http://wiki.apache.org/solr/SolrRequestHandler
719
-
720
- Incoming queries will be dispatched to a specific handler by name
721
- based on the path specified in the request.
722
-
723
- Legacy behavior: If the request path uses "/select" but no Request
724
- Handler has that name, and if handleSelect="true" has been specified in
725
- the requestDispatcher, then the Request Handler is dispatched based on
726
- the qt parameter. Handlers without a leading '/' are accessed this way
727
- like so: http://host/app/[core/]select?qt=name If no qt is
728
- given, then the requestHandler that declares default="true" will be
729
- used or the one named "standard".
730
-
731
- If a Request Handler is declared with startup="lazy", then it will
732
- not be initialized until the first request that uses it.
733
-
734
- -->
735
- <!-- SearchHandler
736
-
737
- http://wiki.apache.org/solr/SearchHandler
738
-
739
- For processing Search Queries, the primary Request Handler
740
- provided with Solr is "SearchHandler" It delegates to a sequent
741
- of SearchComponents (see below) and supports distributed
742
- queries across multiple shards
743
- -->
744
- <requestHandler name="/select" class="solr.SearchHandler">
745
- <!-- default values for query parameters can be specified, these
746
- will be overridden by parameters in the request
747
- -->
748
- <lst name="defaults">
749
- <str name="echoParams">explicit</str>
750
- <int name="rows">10</int>
751
- <!-- <str name="df">text</str> -->
752
- <str name="spellcheck.dictionary">default</str>
753
- <str name="spellcheck">on</str>
754
- <str name="spellcheck.extendedResults">true</str>
755
- <str name="spellcheck.count">10</str>
756
- <str name="spellcheck.alternativeTermCount">5</str>
757
- <str name="spellcheck.maxResultsForSuggest">5</str>
758
- <str name="spellcheck.collate">true</str>
759
- <str name="spellcheck.collateExtendedResults">true</str>
760
- <str name="spellcheck.maxCollationTries">10</str>
761
- <str name="spellcheck.maxCollations">5</str>
762
- </lst>
763
- <!-- In addition to defaults, "appends" params can be specified
764
- to identify values which should be appended to the list of
765
- multi-val params from the query (or the existing "defaults").
766
- -->
767
- <!-- In this example, the param "fq=instock:true" would be appended to
768
- any query time fq params the user may specify, as a mechanism for
769
- partitioning the index, independent of any user selected filtering
770
- that may also be desired (perhaps as a result of faceted searching).
771
-
772
- NOTE: there is *absolutely* nothing a client can do to prevent these
773
- "appends" values from being used, so don't use this mechanism
774
- unless you are sure you always want it.
775
- -->
776
- <!--
777
- <lst name="appends">
778
- <str name="fq">inStock:true</str>
779
- </lst>
780
- -->
781
- <!-- "invariants" are a way of letting the Solr maintainer lock down
782
- the options available to Solr clients. Any params values
783
- specified here are used regardless of what values may be specified
784
- in either the query, the "defaults", or the "appends" params.
785
-
786
- In this example, the facet.field and facet.query params would
787
- be fixed, limiting the facets clients can use. Faceting is
788
- not turned on by default - but if the client does specify
789
- facet=true in the request, these are the only facets they
790
- will be able to see counts for; regardless of what other
791
- facet.field or facet.query params they may specify.
792
-
793
- NOTE: there is *absolutely* nothing a client can do to prevent these
794
- "invariants" values from being used, so don't use this mechanism
795
- unless you are sure you always want it.
796
- -->
797
- <!--
798
- <lst name="invariants">
799
- <str name="facet.field">cat</str>
800
- <str name="facet.field">manu_exact</str>
801
- <str name="facet.query">price:[* TO 500]</str>
802
- <str name="facet.query">price:[500 TO *]</str>
803
- </lst>
804
- -->
805
- <!-- If the default list of SearchComponents is not desired, that
806
- list can either be overridden completely, or components can be
807
- prepended or appended to the default list. (see below)
808
- -->
809
- <!--
810
- <arr name="components">
811
- <str>nameOfCustomComponent1</str>
812
- <str>nameOfCustomComponent2</str>
813
- </arr>
814
- -->
815
- <arr name="last-components">
816
- <str>spellcheck</str>
817
- </arr>
818
- </requestHandler>
819
-
820
- <!-- A request handler that returns indented JSON by default -->
821
- <requestHandler name="/query" class="solr.SearchHandler">
822
- <lst name="defaults">
823
- <str name="echoParams">explicit</str>
824
- <str name="wt">json</str>
825
- <str name="indent">true</str>
826
- </lst>
827
- </requestHandler>
828
-
829
- <requestHandler name="/mlt" class="solr.MoreLikeThisHandler" />
830
- <!-- A Robust Example
831
-
832
- This example SearchHandler declaration shows off usage of the
833
- SearchHandler with many defaults declared
834
-
835
- Note that multiple instances of the same Request Handler
836
- (SearchHandler) can be registered multiple times with different
837
- names (and different init parameters)
838
- -->
839
- <requestHandler name="/browse" class="solr.SearchHandler" useParams="query,facets,velocity,browse">
840
- <lst name="defaults">
841
- <str name="echoParams">explicit</str>
842
- </lst>
843
- </requestHandler>
844
-
845
- <initParams path="/update/**,/query,/select,/tvrh,/elevate,/spell,/browse">
846
- <lst name="defaults">
847
- <str name="df">{{ content_field_name }}</str>
848
- </lst>
849
- </initParams>
850
-
851
- <initParams path="/update/**">
852
- <lst name="defaults">
853
- <str name="update.chain">add-unknown-fields-to-the-schema</str>
854
- </lst>
855
- </initParams>
856
-
857
- <!-- ping/healthcheck -->
858
- <requestHandler name="/admin/ping" class="solr.PingRequestHandler">
859
- <lst name="invariants">
860
- <str name="q">solrpingquery</str>
861
- </lst>
862
- <lst name="defaults">
863
- <str name="echoParams">all</str>
864
- </lst>
865
- <!-- An optional feature of the PingRequestHandler is to configure the
866
- handler with a "healthcheckFile" which can be used to enable/disable
867
- the PingRequestHandler.
868
- relative paths are resolved against the data dir
869
- -->
870
- <!-- <str name="healthcheckFile">server-enabled.txt</str> -->
871
- </requestHandler>
872
-
873
- <!-- Solr Cell Update Request Handler
874
-
875
- http://wiki.apache.org/solr/ExtractingRequestHandler
876
-
877
- -->
878
- <requestHandler name="/update/extract"
879
- startup="lazy"
880
- class="solr.extraction.ExtractingRequestHandler" >
881
- <lst name="defaults">
882
- <str name="lowernames">true</str>
883
- <str name="fmap.meta">ignored_</str>
884
- <str name="fmap.content">{{ content_field_name }}</str>
885
- </lst>
886
- </requestHandler>
887
-
888
- <!-- Search Components
889
-
890
- Search components are registered to SolrCore and used by
891
- instances of SearchHandler (which can access them by name)
892
-
893
- By default, the following components are available:
894
-
895
- <searchComponent name="query" class="solr.QueryComponent" />
896
- <searchComponent name="facet" class="solr.FacetComponent" />
897
- <searchComponent name="mlt" class="solr.MoreLikeThisComponent" />
898
- <searchComponent name="highlight" class="solr.HighlightComponent" />
899
- <searchComponent name="stats" class="solr.StatsComponent" />
900
- <searchComponent name="debug" class="solr.DebugComponent" />
901
-
902
- Default configuration in a requestHandler would look like:
903
-
904
- <arr name="components">
905
- <str>query</str>
906
- <str>facet</str>
907
- <str>mlt</str>
908
- <str>highlight</str>
909
- <str>stats</str>
910
- <str>debug</str>
911
- </arr>
912
-
913
- If you register a searchComponent to one of the standard names,
914
- that will be used instead of the default.
915
-
916
- To insert components before or after the 'standard' components, use:
917
-
918
- <arr name="first-components">
919
- <str>myFirstComponentName</str>
920
- </arr>
921
-
922
- <arr name="last-components">
923
- <str>myLastComponentName</str>
924
- </arr>
925
-
926
- NOTE: The component registered with the name "debug" will
927
- always be executed after the "last-components"
928
-
929
- -->
930
-
931
- <!-- Spell Check
932
-
933
- The spell check component can return a list of alternative spelling
934
- suggestions.
935
-
936
- http://wiki.apache.org/solr/SpellCheckComponent
937
- -->
938
- <searchComponent name="spellcheck" class="solr.SpellCheckComponent">
939
-
940
- <str name="queryAnalyzerFieldType">text_en</str>
941
-
942
- <!-- Multiple "Spell Checkers" can be declared and used by this
943
- component
944
- -->
945
-
946
- <!-- a spellchecker built from a field of the main index -->
947
- <lst name="spellchecker">
948
- <str name="name">default</str>
949
- <str name="field">{{ content_field_name }}</str>
950
- <str name="classname">solr.DirectSolrSpellChecker</str>
951
- <!-- the spellcheck distance measure used, the default is the internal levenshtein -->
952
- <str name="distanceMeasure">internal</str>
953
- <!-- minimum accuracy needed to be considered a valid spellcheck suggestion -->
954
- <float name="accuracy">0.5</float>
955
- <!-- the maximum #edits we consider when enumerating terms: can be 1 or 2 -->
956
- <int name="maxEdits">2</int>
957
- <!-- the minimum shared prefix when enumerating terms -->
958
- <int name="minPrefix">1</int>
959
- <!-- maximum number of inspections per result. -->
960
- <int name="maxInspections">5</int>
961
- <!-- minimum length of a query term to be considered for correction -->
962
- <int name="minQueryLength">4</int>
963
- <!-- maximum threshold of documents a query term can appear to be considered for correction -->
964
- <float name="maxQueryFrequency">0.01</float>
965
- <!-- uncomment this to require suggestions to occur in 1% of the documents
966
- <float name="thresholdTokenFrequency">.01</float>
967
- -->
968
- </lst>
969
-
970
- <!-- a spellchecker that can break or combine words. See "/spell" handler below for usage -->
971
- <!--
972
- <lst name="spellchecker">
973
- <str name="name">wordbreak</str>
974
- <str name="classname">solr.WordBreakSolrSpellChecker</str>
975
- <str name="field">name</str>
976
- <str name="combineWords">true</str>
977
- <str name="breakWords">true</str>
978
- <int name="maxChanges">10</int>
979
- </lst>
980
- -->
981
- </searchComponent>
982
-
983
- <!-- A request handler for demonstrating the spellcheck component.
984
-
985
- NOTE: This is purely as an example. The whole purpose of the
986
- SpellCheckComponent is to hook it into the request handler that
987
- handles your normal user queries so that a separate request is
988
- not needed to get suggestions.
989
-
990
- IN OTHER WORDS, THERE IS REALLY GOOD CHANCE THE SETUP BELOW IS
991
- NOT WHAT YOU WANT FOR YOUR PRODUCTION SYSTEM!
992
-
993
- See http://wiki.apache.org/solr/SpellCheckComponent for details
994
- on the request parameters.
995
- -->
996
- <requestHandler name="/spell" class="solr.SearchHandler" startup="lazy">
997
- <lst name="defaults">
998
- <!-- Solr will use suggestions from both the 'default' spellchecker
999
- and from the 'wordbreak' spellchecker and combine them.
1000
- collations (re-written queries) can include a combination of
1001
- corrections from both spellcheckers -->
1002
- <str name="spellcheck.dictionary">default</str>
1003
- <str name="spellcheck">on</str>
1004
- <str name="spellcheck.extendedResults">true</str>
1005
- <str name="spellcheck.count">10</str>
1006
- <str name="spellcheck.alternativeTermCount">5</str>
1007
- <str name="spellcheck.maxResultsForSuggest">5</str>
1008
- <str name="spellcheck.collate">true</str>
1009
- <str name="spellcheck.collateExtendedResults">true</str>
1010
- <str name="spellcheck.maxCollationTries">10</str>
1011
- <str name="spellcheck.maxCollations">5</str>
1012
- </lst>
1013
- <arr name="last-components">
1014
- <str>spellcheck</str>
1015
- </arr>
1016
- </requestHandler>
1017
-
1018
- <!-- Term Vector Component
1019
-
1020
- http://wiki.apache.org/solr/TermVectorComponent
1021
- -->
1022
- <searchComponent name="tvComponent" class="solr.TermVectorComponent"/>
1023
-
1024
- <!-- A request handler for demonstrating the term vector component
1025
-
1026
- This is purely as an example.
1027
-
1028
- In reality you will likely want to add the component to your
1029
- already specified request handlers.
1030
- -->
1031
- <requestHandler name="/tvrh" class="solr.SearchHandler" startup="lazy">
1032
- <lst name="defaults">
1033
- <bool name="tv">true</bool>
1034
- </lst>
1035
- <arr name="last-components">
1036
- <str>tvComponent</str>
1037
- </arr>
1038
- </requestHandler>
1039
-
1040
- <!-- Clustering Component. (Omitted here. See the default Solr example for a typical configuration.) -->
1041
-
1042
- <!-- Terms Component
1043
-
1044
- http://wiki.apache.org/solr/TermsComponent
1045
-
1046
- A component to return terms and document frequency of those
1047
- terms
1048
- -->
1049
- <searchComponent name="terms" class="solr.TermsComponent"/>
1050
-
1051
- <!-- A request handler for demonstrating the terms component -->
1052
- <requestHandler name="/terms" class="solr.SearchHandler" startup="lazy">
1053
- <lst name="defaults">
1054
- <bool name="terms">true</bool>
1055
- <bool name="distrib">false</bool>
1056
- </lst>
1057
- <arr name="components">
1058
- <str>terms</str>
1059
- </arr>
1060
- </requestHandler>
1061
-
1062
-
1063
- <!-- Query Elevation Component
1064
-
1065
- http://wiki.apache.org/solr/QueryElevationComponent
1066
-
1067
- a search component that enables you to configure the top
1068
- results for a given query regardless of the normal lucene
1069
- scoring.
1070
- -->
1071
- <searchComponent name="elevator" class="solr.QueryElevationComponent" >
1072
- <!-- pick a fieldType to analyze queries -->
1073
- <str name="queryFieldType">string</str>
1074
- <str name="config-file">elevate.xml</str>
1075
- </searchComponent>
1076
-
1077
- <!-- A request handler for demonstrating the elevator component -->
1078
- <requestHandler name="/elevate" class="solr.SearchHandler" startup="lazy">
1079
- <lst name="defaults">
1080
- <str name="echoParams">explicit</str>
1081
- </lst>
1082
- <arr name="last-components">
1083
- <str>elevator</str>
1084
- </arr>
1085
- </requestHandler>
1086
-
1087
- <!-- Highlighting Component
1088
-
1089
- http://wiki.apache.org/solr/HighlightingParameters
1090
- -->
1091
- <searchComponent class="solr.HighlightComponent" name="highlight">
1092
- <highlighting>
1093
- <!-- Configure the standard fragmenter -->
1094
- <!-- This could most likely be commented out in the "default" case -->
1095
- <fragmenter name="gap"
1096
- default="true"
1097
- class="solr.highlight.GapFragmenter">
1098
- <lst name="defaults">
1099
- <int name="hl.fragsize">100</int>
1100
- </lst>
1101
- </fragmenter>
1102
-
1103
- <!-- A regular-expression-based fragmenter
1104
- (for sentence extraction)
1105
- -->
1106
- <fragmenter name="regex"
1107
- class="solr.highlight.RegexFragmenter">
1108
- <lst name="defaults">
1109
- <!-- slightly smaller fragsizes work better because of slop -->
1110
- <int name="hl.fragsize">70</int>
1111
- <!-- allow 50% slop on fragment sizes -->
1112
- <float name="hl.regex.slop">0.5</float>
1113
- <!-- a basic sentence pattern -->
1114
- <str name="hl.regex.pattern">[-\w ,/\n\&quot;&apos;]{20,200}</str>
1115
- </lst>
1116
- </fragmenter>
1117
-
1118
- <!-- Configure the standard formatter -->
1119
- <formatter name="html"
1120
- default="true"
1121
- class="solr.highlight.HtmlFormatter">
1122
- <lst name="defaults">
1123
- <str name="hl.simple.pre"><![CDATA[<em>]]></str>
1124
- <str name="hl.simple.post"><![CDATA[</em>]]></str>
1125
- </lst>
1126
- </formatter>
1127
-
1128
- <!-- Configure the standard encoder -->
1129
- <encoder name="html"
1130
- class="solr.highlight.HtmlEncoder" />
1131
-
1132
- <!-- Configure the standard fragListBuilder -->
1133
- <fragListBuilder name="simple"
1134
- class="solr.highlight.SimpleFragListBuilder"/>
1135
-
1136
- <!-- Configure the single fragListBuilder -->
1137
- <fragListBuilder name="single"
1138
- class="solr.highlight.SingleFragListBuilder"/>
1139
-
1140
- <!-- Configure the weighted fragListBuilder -->
1141
- <fragListBuilder name="weighted"
1142
- default="true"
1143
- class="solr.highlight.WeightedFragListBuilder"/>
1144
-
1145
- <!-- default tag FragmentsBuilder -->
1146
- <fragmentsBuilder name="default"
1147
- default="true"
1148
- class="solr.highlight.ScoreOrderFragmentsBuilder">
1149
- <!--
1150
- <lst name="defaults">
1151
- <str name="hl.multiValuedSeparatorChar">/</str>
1152
- </lst>
1153
- -->
1154
- </fragmentsBuilder>
1155
-
1156
- <!-- multi-colored tag FragmentsBuilder -->
1157
- <fragmentsBuilder name="colored"
1158
- class="solr.highlight.ScoreOrderFragmentsBuilder">
1159
- <lst name="defaults">
1160
- <str name="hl.tag.pre"><![CDATA[
1161
- <b style="background:yellow">,<b style="background:lawgreen">,
1162
- <b style="background:aquamarine">,<b style="background:magenta">,
1163
- <b style="background:palegreen">,<b style="background:coral">,
1164
- <b style="background:wheat">,<b style="background:khaki">,
1165
- <b style="background:lime">,<b style="background:deepskyblue">]]></str>
1166
- <str name="hl.tag.post"><![CDATA[</b>]]></str>
1167
- </lst>
1168
- </fragmentsBuilder>
1169
-
1170
- <boundaryScanner name="default"
1171
- default="true"
1172
- class="solr.highlight.SimpleBoundaryScanner">
1173
- <lst name="defaults">
1174
- <str name="hl.bs.maxScan">10</str>
1175
- <str name="hl.bs.chars">.,!? &#9;&#10;&#13;</str>
1176
- </lst>
1177
- </boundaryScanner>
1178
-
1179
- <boundaryScanner name="breakIterator"
1180
- class="solr.highlight.BreakIteratorBoundaryScanner">
1181
- <lst name="defaults">
1182
- <!-- type should be one of CHARACTER, WORD(default), LINE and SENTENCE -->
1183
- <str name="hl.bs.type">WORD</str>
1184
- <!-- language and country are used when constructing Locale object. -->
1185
- <!-- And the Locale object will be used when getting instance of BreakIterator -->
1186
- <str name="hl.bs.language">en</str>
1187
- <str name="hl.bs.country">US</str>
1188
- </lst>
1189
- </boundaryScanner>
1190
- </highlighting>
1191
- </searchComponent>
1192
-
1193
- <!-- Update Processors
1194
-
1195
- Chains of Update Processor Factories for dealing with Update
1196
- Requests can be declared, and then used by name in Update
1197
- Request Processors
1198
-
1199
- http://wiki.apache.org/solr/UpdateRequestProcessor
1200
-
1201
- -->
1202
-
1203
- <!-- Add unknown fields to the schema
1204
-
1205
- An example field type guessing update processor that will
1206
- attempt to parse string-typed field values as Booleans, Longs,
1207
- Doubles, or Dates, and then add schema fields with the guessed
1208
- field types.
1209
-
1210
- This requires that the schema is both managed and mutable, by
1211
- declaring schemaFactory as ManagedIndexSchemaFactory, with
1212
- mutable specified as true.
1213
-
1214
- See http://wiki.apache.org/solr/GuessingFieldTypes
1215
- -->
1216
- <updateRequestProcessorChain name="add-unknown-fields-to-the-schema">
1217
- <!-- UUIDUpdateProcessorFactory will generate an id if none is present in the incoming document -->
1218
- <processor class="solr.UUIDUpdateProcessorFactory" />
1219
- <processor class="solr.RemoveBlankFieldUpdateProcessorFactory"/>
1220
- <processor class="solr.FieldNameMutatingUpdateProcessorFactory">
1221
- <str name="pattern">[^\w-\.]</str>
1222
- <str name="replacement">_</str>
1223
- </processor>
1224
- <processor class="solr.ParseBooleanFieldUpdateProcessorFactory"/>
1225
- <processor class="solr.ParseLongFieldUpdateProcessorFactory"/>
1226
- <processor class="solr.ParseDoubleFieldUpdateProcessorFactory"/>
1227
- <processor class="solr.ParseDateFieldUpdateProcessorFactory">
1228
- <arr name="format">
1229
- <str>yyyy-MM-dd'T'HH:mm:ss.SSSZ</str>
1230
- <str>yyyy-MM-dd'T'HH:mm:ss,SSSZ</str>
1231
- <str>yyyy-MM-dd'T'HH:mm:ss.SSS</str>
1232
- <str>yyyy-MM-dd'T'HH:mm:ss,SSS</str>
1233
- <str>yyyy-MM-dd'T'HH:mm:ssZ</str>
1234
- <str>yyyy-MM-dd'T'HH:mm:ss</str>
1235
- <str>yyyy-MM-dd'T'HH:mmZ</str>
1236
- <str>yyyy-MM-dd'T'HH:mm</str>
1237
- <str>yyyy-MM-dd HH:mm:ss.SSSZ</str>
1238
- <str>yyyy-MM-dd HH:mm:ss,SSSZ</str>
1239
- <str>yyyy-MM-dd HH:mm:ss.SSS</str>
1240
- <str>yyyy-MM-dd HH:mm:ss,SSS</str>
1241
- <str>yyyy-MM-dd HH:mm:ssZ</str>
1242
- <str>yyyy-MM-dd HH:mm:ss</str>
1243
- <str>yyyy-MM-dd HH:mmZ</str>
1244
- <str>yyyy-MM-dd HH:mm</str>
1245
- <str>yyyy-MM-dd</str>
1246
- </arr>
1247
- </processor>
1248
- <!--<processor class="solr.AddSchemaFieldsUpdateProcessorFactory">
1249
- <str name="defaultFieldType">strings</str>
1250
- <lst name="typeMapping">
1251
- <str name="valueClass">java.lang.Boolean</str>
1252
- <str name="fieldType">booleans</str>
1253
- </lst>
1254
- <lst name="typeMapping">
1255
- <str name="valueClass">java.util.Date</str>
1256
- <str name="fieldType">tdates</str>
1257
- </lst>
1258
- <lst name="typeMapping">
1259
- <str name="valueClass">java.lang.Long</str>
1260
- <str name="valueClass">java.lang.Integer</str>
1261
- <str name="fieldType">tlongs</str>
1262
- </lst>
1263
- <lst name="typeMapping">
1264
- <str name="valueClass">java.lang.Number</str>
1265
- <str name="fieldType">tdoubles</str>
1266
- </lst>
1267
- </processor>-->
1268
- <processor class="solr.LogUpdateProcessorFactory"/>
1269
- <processor class="solr.DistributedUpdateProcessorFactory"/>
1270
- <processor class="solr.RunUpdateProcessorFactory"/>
1271
- </updateRequestProcessorChain>
1272
-
1273
- <!-- Deduplication
1274
-
1275
- An example dedup update processor that creates the "id" field
1276
- on the fly based on the hash code of some other fields. This
1277
- example has overwriteDupes set to false since we are using the
1278
- id field as the signatureField and Solr will maintain
1279
- uniqueness based on that anyway.
1280
-
1281
- -->
1282
- <!--
1283
- <updateRequestProcessorChain name="dedupe">
1284
- <processor class="solr.processor.SignatureUpdateProcessorFactory">
1285
- <bool name="enabled">true</bool>
1286
- <str name="signatureField">id</str>
1287
- <bool name="overwriteDupes">false</bool>
1288
- <str name="fields">name,features,cat</str>
1289
- <str name="signatureClass">solr.processor.Lookup3Signature</str>
1290
- </processor>
1291
- <processor class="solr.LogUpdateProcessorFactory" />
1292
- <processor class="solr.RunUpdateProcessorFactory" />
1293
- </updateRequestProcessorChain>
1294
- -->
1295
-
1296
- <!-- Language identification
1297
-
1298
- This example update chain identifies the language of the incoming
1299
- documents using the langid contrib. The detected language is
1300
- written to field language_s. No field name mapping is done.
1301
- The fields used for detection are text, title, subject and description,
1302
- making this example suitable for detecting languages form full-text
1303
- rich documents injected via ExtractingRequestHandler.
1304
- See more about langId at http://wiki.apache.org/solr/LanguageDetection
1305
- -->
1306
- <!--
1307
- <updateRequestProcessorChain name="langid">
1308
- <processor class="org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory">
1309
- <str name="langid.fl">text,title,subject,description</str>
1310
- <str name="langid.langField">language_s</str>
1311
- <str name="langid.fallback">en</str>
1312
- </processor>
1313
- <processor class="solr.LogUpdateProcessorFactory" />
1314
- <processor class="solr.RunUpdateProcessorFactory" />
1315
- </updateRequestProcessorChain>
1316
- -->
1317
-
1318
- <!-- Script update processor
1319
-
1320
- This example hooks in an update processor implemented using JavaScript.
1321
-
1322
- See more about the script update processor at http://wiki.apache.org/solr/ScriptUpdateProcessor
1323
- -->
1324
- <!--
1325
- <updateRequestProcessorChain name="script">
1326
- <processor class="solr.StatelessScriptUpdateProcessorFactory">
1327
- <str name="script">update-script.js</str>
1328
- <lst name="params">
1329
- <str name="config_param">example config parameter</str>
1330
- </lst>
1331
- </processor>
1332
- <processor class="solr.RunUpdateProcessorFactory" />
1333
- </updateRequestProcessorChain>
1334
- -->
1335
-
1336
- <!-- Response Writers
1337
-
1338
- http://wiki.apache.org/solr/QueryResponseWriter
1339
-
1340
- Request responses will be written using the writer specified by
1341
- the 'wt' request parameter matching the name of a registered
1342
- writer.
1343
-
1344
- The "default" writer is the default and will be used if 'wt' is
1345
- not specified in the request.
1346
- -->
1347
- <!-- The following response writers are implicitly configured unless
1348
- overridden...
1349
- -->
1350
- <!--
1351
- <queryResponseWriter name="xml"
1352
- default="true"
1353
- class="solr.XMLResponseWriter" />
1354
- <queryResponseWriter name="json" class="solr.JSONResponseWriter"/>
1355
- <queryResponseWriter name="python" class="solr.PythonResponseWriter"/>
1356
- <queryResponseWriter name="ruby" class="solr.RubyResponseWriter"/>
1357
- <queryResponseWriter name="php" class="solr.PHPResponseWriter"/>
1358
- <queryResponseWriter name="phps" class="solr.PHPSerializedResponseWriter"/>
1359
- <queryResponseWriter name="csv" class="solr.CSVResponseWriter"/>
1360
- <queryResponseWriter name="schema.xml" class="solr.SchemaXmlResponseWriter"/>
1361
- -->
1362
-
1363
- <queryResponseWriter name="json" class="solr.JSONResponseWriter">
1364
- <!-- For the purposes of the tutorial, JSON responses are written as
1365
- plain text so that they are easy to read in *any* browser.
1366
- If you expect a MIME type of "application/json" just remove this override.
1367
- -->
1368
- <str name="content-type">text/plain; charset=UTF-8</str>
1369
- </queryResponseWriter>
1370
-
1371
- <!--
1372
- Custom response writers can be declared as needed...
1373
- -->
1374
- <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" startup="lazy">
1375
- <str name="template.base.dir">${velocity.template.base.dir:}</str>
1376
- <str name="solr.resource.loader.enabled">${velocity.solr.resource.loader.enabled:true}</str>
1377
- <str name="params.resource.loader.enabled">${velocity.params.resource.loader.enabled:false}</str>
1378
- </queryResponseWriter>
1379
-
1380
- <!-- XSLT response writer transforms the XML output by any xslt file found
1381
- in Solr's conf/xslt directory. Changes to xslt files are checked for
1382
- every xsltCacheLifetimeSeconds.
1383
- -->
1384
- <queryResponseWriter name="xslt" class="solr.XSLTResponseWriter">
1385
- <int name="xsltCacheLifetimeSeconds">5</int>
1386
- </queryResponseWriter>
1387
-
1388
- <!-- Query Parsers
1389
-
1390
- https://cwiki.apache.org/confluence/display/solr/Query+Syntax+and+Parsing
1391
-
1392
- Multiple QParserPlugins can be registered by name, and then
1393
- used in either the "defType" param for the QueryComponent (used
1394
- by SearchHandler) or in LocalParams
1395
- -->
1396
- <!-- example of registering a query parser -->
1397
- <!--
1398
- <queryParser name="myparser" class="com.mycompany.MyQParserPlugin"/>
1399
- -->
1400
-
1401
- <!-- Function Parsers
1402
-
1403
- http://wiki.apache.org/solr/FunctionQuery
1404
-
1405
- Multiple ValueSourceParsers can be registered by name, and then
1406
- used as function names when using the "func" QParser.
1407
- -->
1408
- <!-- example of registering a custom function parser -->
1409
- <!--
1410
- <valueSourceParser name="myfunc"
1411
- class="com.mycompany.MyValueSourceParser" />
1412
- -->
1413
-
1414
-
1415
- <!-- Document Transformers
1416
- http://wiki.apache.org/solr/DocTransformers
1417
- -->
1418
- <!--
1419
- Could be something like:
1420
- <transformer name="db" class="com.mycompany.LoadFromDatabaseTransformer" >
1421
- <int name="connection">jdbc://....</int>
1422
- </transformer>
1423
-
1424
- To add a constant value to all docs, use:
1425
- <transformer name="mytrans2" class="org.apache.solr.response.transform.ValueAugmenterFactory" >
1426
- <int name="value">5</int>
1427
- </transformer>
1428
-
1429
- If you want the user to still be able to change it with _value:something_ use this:
1430
- <transformer name="mytrans3" class="org.apache.solr.response.transform.ValueAugmenterFactory" >
1431
- <double name="defaultValue">5</double>
1432
- </transformer>
1433
-
1434
- If you are using the QueryElevationComponent, you may wish to mark documents that get boosted. The
1435
- EditorialMarkerFactory will do exactly that:
1436
- <transformer name="qecBooster" class="org.apache.solr.response.transform.EditorialMarkerFactory" />
1437
- -->
1438
-
1439
- <!-- Extras noted by users of DJangoHaystack -->
1440
- <requestHandler name="/analysis/field"
1441
- startup="lazy"
1442
- class="solr.FieldAnalysisRequestHandler" />
1443
- <requestHandler name="/analysis/document"
1444
- class="solr.DocumentAnalysisRequestHandler"
1445
- startup="lazy" />
1446
- </config>