Re: Error on searches containing specific character pattern

2020-09-07 Thread Andy @ BlueFusion
Thanks David, I'll set up  the techproducts schema and see what happens. Kind regards, Andy On 4/09/20 4:09 pm, David Smiley wrote: Hi, I looked at the code at those line numbers and it seems simply impossible that an ArrayIndexOutOfBoundsException could be thrown there because it's guarded

Re: Must specify either 'defaultFieldType' or declare one typeMapping as default

2020-09-07 Thread Ronald R.
Hi Alex, Thanks for your detailed explanation, it's much appreciated. I think you're right though and I need to take a step back. I really want to learn but for some reason it seems like something I just can't get any control over. I'll give your presentation a go and look for something that

Re: Inverse English an digits in Arabic Text

2020-09-07 Thread Erick Erickson
A quick test would be to send some simple queries by curl rather than the browser, that’ll avoid any rendering issues. Second, take a look at the admin UI>>pick_a_collection_from_the_dropdown>>analysis page and look at the terms in the field in question. Do they look “ok”?l You’re looking at

Re: Inverse English an digits in Arabic Text

2020-09-07 Thread Alexandre Rafalovitch
> Doc in Arabic with some English - English text is inverted (for example, "gro.echapa.www"), what makes search by key words impossible. What very specifically do you mean by that. How do you see the inversion? If that's within some sort of web ui, then you are probably seeing the HTML bidi

Inverse English an digits in Arabic Text

2020-09-07 Thread adeq8
Hi, Could please help to resolve an issue. I upload/index several documents in English and in Arabic languages to SOLR, in addition I use handler for Arabic language:                                               

Re: Solr client

2020-09-07 Thread Konstantinos Koukouvis
Had no idea about this! Thanks a lot Eric!! > On 4 Sep 2020, at 12:14, Eric Pugh wrote: > > Konstantinos, have you seen https://solr.cool/? It’s an aggregation site for > all the extensions to Solr. You can add your project there, and that should > get some more awareness! > > >> On Sep

Re: BasicAuth help

2020-09-07 Thread Jan Høydahl
That github patch is interesting. My initial proposal for how to plug LDAP into Solr was to make the AuthenticationProvider pluggable in BasicAuthPlugin, so you could plug in an LDAPAuthProvider. See https://issues.apache.org/jira/browse/SOLR-8951