You need to add a facet.mincount=1 to your request I believe https://solr.apache.org/guide/6_6/faceting.html
> On Apr 22, 2021, at 6:54 PM, ufuk yılmaz <uyil...@vivaldi.net.invalid> wrote: > > When I facet over a string field (indexed=false, stored=false, > docValues=true, multiValued=false, useDocValuesAsStored=true) > > With &facet=on&facet.field=myField > > I get these weird results after actual facet results: > > "00000000",0, > "00000000000009r",0, > "00000000000009s",0, > "0000000000000FB",0, > "0000000000000ql",0, > "00000000000010a",0, > "000000000000KG",0, > "000000000000awe",0, > "00000000000AKS",0, > "00000000000jud",0, > "00000000000sssa",0, > "000000000021212",0, > "0000000000Casey",0, > "0000000000KAIJU",0, > "0000000000NS",0, > "0000000000Nikki",0, > "0000000000fooo",0, > > facet.minCount=1 is not affecting the results too > > Is this normal? What may cause this behavior and how can I avoid it? > > -ufuk yilmaz > > Sent from Mail for Windows 10 >