Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plone 5 and upwards needs this index to figure out the icon. #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions solr-base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parts =

# Increment this value, if you change solr related configs in this file.
# This makes the solr recipe detect a change and perform a reinstall.
config-version = 4
config-version = 5


[solr-settings]
Expand Down Expand Up @@ -173,7 +173,7 @@ additional-solrconfig =
${:solrconfig-shards}
</lst>
<lst name="invariants">
<str name="fl">Creator Title Description modified portal_type path_string getIcon UID getRemoteUrl</str>
<str name="fl">Creator Title Description modified portal_type path_string getIcon UID getRemoteUrl mime_type</str>
</lst>
<arr name="last-components">
<str>spellcheck</str>
Expand All @@ -187,7 +187,7 @@ additional-solrconfig =
<int name="rows">1000</int>
</lst>
<lst name="invariants">
<str name="fl">Title Description portal_type path_string getIcon getRemoteUrl Type</str>
<str name="fl">Title Description portal_type path_string getIcon getRemoteUrl Type mime_type</str>
</lst>
</requestHandler>

Expand Down Expand Up @@ -224,3 +224,4 @@ index =
name:UID type:string stored:true required:true
name:crawler_site_id type:string stored:true
name:trashed type:boolean stored:true
name:mime_type type:string stored:true