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
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
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
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