Re: MixedCase or dashed-case for long options in Solr CLI?

2024-03-03 Thread Eric Pugh
Thanks all for weighing in. So I’m going to go for —dashed-case for long options. So expect some —solr-url and —zk-host parameters coming! > On Feb 26, 2024, at 10:28 AM, Walter Underwood wrote: > > Long options are dashed-case, following the GNU convention. POSIX only > specifies single

Re: MixedCase or dashed-case for long options in Solr CLI?

2024-03-03 Thread Arrieta, Alejandro
Hello, dashed-case is called kebab case almost everywhere. One example: https://www.theserverside.com/definition/Kebab-case I was looking at the meaning of dashed-case, and it always pointed to kebab-case. Having kebab, Kamel, and other cases helps troubleshoot over a conference to see command e

White space in facet filter not working

2024-03-03 Thread MUHAMMADALI V
Hi, I have a facet field indexed with value contains some spaces in it. When i am applying filter by passing the value with space I am not getting any matching results. Please let me know if i need to do any configurations in solr to resolve this issue. Thanks & Regards Muhammadali V