You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Administrator/Index.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,26 @@ d. Reindex all documents. This can be done by the kitodo:reindex CLI command wit
226
226
Furthermore version 5.1 supports the use of Solr Managed Schemas to update the schemas automatically during the update of the extension.
227
227
To use this feature you have to change the schemaFactory within solrconfig.xml from "ClassicIndexSchemaFactory" to "ManagedIndexSchemaFactory".
228
228
229
+
Version 5.1 & Version 6.0 -> 7.0
230
+
==================
231
+
232
+
Version 7.0 introduces a new Solr field :code:`structure_path`, that provides context in the ListView about where search results appear in the structure tree. Indexing requires
233
+
the field to be present in your running Solr instance, thus making the update of the schema.xml mandatory.
234
+
235
+
Steps to Update your Solr schema.xml
236
+
---------------
237
+
a. Copy the updated schema.xml to your Solr configsets in $SOLR_HOME/configsets/dlf/
238
+
b. Restart Solr.
239
+
c. Reindex all documents in order to profit from the new field. This can be done by the kitodo:reindex CLI command with the '-a' (all) flag. See: :ref:`reindex_collections`.
240
+
241
+
Plugin ListView
242
+
---------------
243
+
244
+
The ListView plugin has now a new setting 'Show breadcrumb/path to result location within the structure map', which is deactivated by default. When activated the
245
+
search results will display a string similar to a breadcrumb, that shows the label or type of the parents structures up to but excluding the toplevel structure. The
246
+
structure path will always be generated during indexing, the plugin settings toggles wether it will be displayed or not. Documents that not have been reindexed yet
Copy file name to clipboardExpand all lines: Resources/Private/Language/de.locallang_labels.xlf
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -821,6 +821,10 @@
821
821
<target>Solr-Schema-Feld "volume" : Volume field is mandatory for identifying documents (Standard ist "volume")</target>
822
822
<source>Solr Schema Field "volume" : Volume field is mandatory for identifying documents (default is "volume")</source>
823
823
</trans-unit>
824
+
<trans-unitid="config.solr.fields.structurePath">
825
+
<target>Solr-Schema-Feld "structure_path" : Field providing context about the location of a resource in the structure map (Standard ist "structure_path")</target>
826
+
<source>Solr Schema Field "structure_path" : Field providing context about the location of a resource in the structure map (default is "structure_path")</source>
827
+
</trans-unit>
824
828
<trans-unitid="config.solr.fields.date">
825
829
<target>Solr Schema Field "date" : The date a resource was issued or created. Used for datesearch (Standard ist "date")</target>
826
830
<source>Solr Schema Field "date" : The date a resource was issued or created. Used for datesearch (default is "date")</source>
0 commit comments