ACS-5706: ES: Sorting by mimetype, size and modifier doesn't work (#2146)

* ACS-5706: ES: Sorting by cm:content.mimetype, cm:content.size and cm:modifier doesn't work
This commit is contained in:
Krystian Dabrowski
2023-08-24 18:04:28 +02:00
committed by GitHub
parent 467a6d6970
commit a483159269
2 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- xsi:schemaLocation="http://www.alfresco.org/model/dictionary/1.0 modelSchema.xsd" -->
<model name="cm:contentmodel"
xmlns="http://www.alfresco.org/model/dictionary/1.0"
<model name="cm:contentmodel"
xmlns="http://www.alfresco.org/model/dictionary/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<description>Alfresco Content Domain Model</description>
@@ -91,7 +91,7 @@
<mandatory>false</mandatory>
<!-- Although content is marked as indexed atomically it may end up asynchronous -->
<!-- if the content conversion will take too long. Content that does not require conversion -->
<!-- to UTF8 test/plain will always be indexed atomically -->
<!-- to UTF8 text/plain will always be indexed atomically -->
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
@@ -609,7 +609,7 @@
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
</property>
@@ -633,7 +633,7 @@
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
</property>

View File

@@ -583,6 +583,9 @@
<type>d:text</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
<index enabled="true">
<tokenised>false</tokenised>
</index>
</property>
<property name="cm:modified">
<title>Modified</title>
@@ -600,6 +603,9 @@
<type>d:text</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
<index enabled="true">
<tokenised>false</tokenised>
</index>
</property>
<property name="cm:accessed">
<title>Accessed</title>