mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[CST-7756] added missing index field
This commit is contained in:
@@ -280,6 +280,7 @@
|
||||
<!-- used by the DSpace Discovery Solr Indexer to track the last time a document was indexed -->
|
||||
<field name="SolrIndexer.lastIndexed" type="date" indexed="true" stored="true" default="NOW" multiValued="false" omitNorms="true" />
|
||||
<field name="lastModified" type="date" indexed="true" stored="true" default="NOW" multiValued="false" omitNorms="true" />
|
||||
<field name="lastModified_dt" type="date" indexed="true" stored="true" default="NOW" multiValued="false" omitNorms="true" docValues="true"/>
|
||||
|
||||
<!-- used to filter out items that are older versions of another item -->
|
||||
<field name="latestVersion" type="boolean" indexed="true" stored="true" default="true" multiValued="false" omitNorms="true"/>
|
||||
@@ -355,5 +356,6 @@
|
||||
|
||||
<copyField source="*" dest="search_text"/>
|
||||
<copyField source="dspace.entity.type" dest="search.entitytype"/>
|
||||
<copyField source="lastModified" dest="lastModified_dt"/>
|
||||
|
||||
</schema>
|
||||
|
Reference in New Issue
Block a user