Customize sort-behaviour on solr.StrField for German language

2022-02-01 Thread Sebastian Riemer
Hello, I have documents with family names in german language context. The field type is defined like this: When sorting by this family name, I get results ordered like that: Ascending order: 1. Bart 2. Otz 3. Ozzbourne 4. Zacharias 5. bariton 6. biene 7. burtsch 8. ozza 9. Ádele 10. Òle 11. Ônn

AW: Customize sort-behaviour on solr.StrField for German language

2022-02-01 Thread Sebastian Riemer
her computer. -Ursprüngliche Nachricht- Von: Sebastian Riemer Gesendet: Dienstag, 1. Februar 2022 12:58 An: solr-u...@lucene.apache.org Betreff: Customize sort-behaviour on solr.StrField for German language Hello, I have documents with family names in german language context. The field typ

Solr Release Roadmap - any advice on when to upgrade from 8.11.1 to 9.x.x?

2022-05-27 Thread Sebastian Riemer
Hi, I'm working out upgrade strategies for all the libraries and components we use and wonder what would be a good time to upgrade from 8.11.1 to 9.x.x? We use it in conjunction with SolrJ. Currently running Solr 8.11.1 on Ubuntu 20.04 and Java 11. Is there an official site which makes it clea

Using facet.limit in combination with grouping

2023-03-07 Thread Sebastian Riemer
Afrika",1, null,35234]}, "facet_ranges":{}, "facet_intervals":{}, "facet_heatmaps":{}}} This shows even better, when lastly I reduce the "facet.limit" to 5: http://localhost:8982/solr/#/wemi/query?q=*:* &q.op=OR &indent=true &start=0 &facet=true &facet.missing=true &facet.sort=count &facet.mincount=1 &fl=m_classificationList_lang_2_ts_ns_fac &rows=0 &facet.field=%7B!ex%3Dm_cl_0%7Dm_classificationList_lang_2_ts_ns_fac &facet.contains=Ka &facet.contains.ignoreCase=true &facet.limit=5 &fq=tenant_id:6 &fq=cat_db_id:2 &fq=%7B!tag%3Dm_cl_0%7D(((m_classificationList_lang_2_ts_ns:(Ka &fq=m_markedAsDeleted_b:false ... "facet_counts":{ "facet_queries":{}, "facet_fields":{ "m_classificationList_lang_2_ts_ns_fac":[ "Ckk Nordamerika",66, "Ckm Südamerika",44, "Xbp2 Zucht und Haltung von Hunden und Katzen",43, "1D-I DVD / Kabarett",35, "Ak Kommunikation, Medien, Publizistik, Journalismus",25, null,35234]}, "facet_ranges":{}, "facet_intervals":{}, "facet_heatmaps":{}}} This result deems correct! My current workaround is, to just set facet.limit=-1, and do the limiting outside of solr. Do you spot any obvious wrong-doing, or can you explain the nuances about faceting while grouping? Best regards, Sebastian Riemer