unable to find valid certification path to requested target

2019-03-31 Thread JTytler
I have created a keystore file and have enabled SSL on my solr server using the following procedures: 1) Created pkcs#12 file using the command: Keytool –genkey –alias aliasname –keystore /solr-ssl.keystore.pfx –storetype PKCS12 –keyalg RSA –storepass password –ext SAN=dns:localhost,dns:solr-dev

Re: wildcard search doesn't fetch results when field has whi

2019-03-31 Thread Erick Erickson
Yes. But You haven’t told us what _type_ of field you’re working with though. If it’s a “string” type, then ComplexPhraseQueryParser won’t work. Looking again at your example it looks as though you are using strings. Then try abc\ d* Adding debug=query to your url will show you how the query get

Re: wildcard search doesn't fetch results when field has whi

2019-03-31 Thread Ahemad Ali
Erick,I tried complexqueryparser, still no result.Escape white space, do you mean to say using "\" ?Thanks,Ahemad  Sent from Yahoo Mail on Android On Sun, Mar 31, 2019 at 1:22, Erick Erickson wrote: Try complexphrasequeryparser. If (and only if) you always want to search from the beginnin