<div dir="ltr"><div><div><div><div><div><div><div><div>Hi Thorsten,<br></div>I missed that with your priority sort field.<br></div>Do you just want to give your higher prioritized elements some kind of a boolean boost, i.e. a checkbox, so that all elements marked with the checkbox come first, ordered by their title and then all elements without this checkbox checked, again ordered by their title, or do you want to completely adjust the order of the higher prioritized elements?<br>
</div>For the first case, map your boolean value to a field named "priority_sort_b" or so, *_b is mapped as dynamic field of type boolean.<br></div>For the second case, try to map your integer value to a field of type sint (sortable int). There is no dynamic field definition for that type, so you have to create your own field definition like for your sort title.<br>
</div>In either case, you can sort in solr by multiple fields. First take your priority sort field, then your title field, e.g. "sort=priority_sort_b asc, sorttitle_de_s asc".<br></div>Both types, boolean and sint, are defined to sort empty values at the end, so you should be fine with this default setting.<br>
<br></div>HTH,<br></div>Stephan<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-13 15:56 GMT+01:00 Thorsten Duhn <span dir="ltr"><<a href="mailto:duhn@regio-gmbh.de" target="_blank">duhn@regio-gmbh.de</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You could configure a new field in Solr's schema<br>
(/WEB-INF/solr/conf/schema.<u></u>xml) that takes a copy of your title<br>
with a type that is appropriate for your sorting requirements.<br>
</blockquote>
<br></div>
thanks a lot for your response. Sounds great for the smaller problem (sorting case-insensitive and ignoring special characters), but is this a way to solve the problem of having some items sorted out of order (f.i. first) without modifying title? That was why I mentioned this idea of having another "sortname" field with some different content, and my problem of getting default value for this. Maybe it's just a stupid way and you know something better.<br>

<br>
Regards,<div class="HOEnZb"><div class="h5"><br>
Thorsten<br>
<br>
______________________________<u></u>_________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-<u></u>bin/mailman/listinfo/opencms-<u></u>dev</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>