Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Ishan Chattopadhyaya
Please open a JIRA. On Thu, 16 May, 2019, 8:09 AM Jörn Franke, wrote: > Sorry autocorrection. It is not only a admin UI issue. I described in my > previous email that access through the collection alias does not work. I > cannot even do execute the select query handler if I use the collection >

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Jörn Franke
Sorry autocorrection. It is not only a admin UI issue. I described in my previous email that access through the collection alias does not work. I cannot even do execute the select query handler if I use the collection alias instead of the collection name. So it is maybe more problematic. > Am

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Jörn Franke
Note only an admin UI issue. Access collections via their alias does not work. > Am 15.05.2019 um 15:47 schrieb Mikhail Khludnev : > > It seems creating alias in Solr Admin UI is broken. It's a minor issue for > 8.1.0 > I've alias via REST call >

Graph query extremely slow

2019-05-15 Thread Rahul Goswami
Hello, I am running Solr 7.2.1 in standalone mode with 8GB heap. I have an index with ~4 million documents. Not too big. I am using a graph query parser to filter out some documents as below: fq={!graph from=from_field to=to_field returnRoot=false} Both from_field and to_field are indexed and

Re: Turning on SSL on solr 4.2.1

2019-05-15 Thread Niranjan Babu Bommu
thanks Jan, I realized when I install 5.5 which has option to enable SSL. On Wed, May 15, 2019 at 5:54 PM Jan Høydahl wrote: > You need at least 5.2 or 5.3 to use SSL. > But if you at all care about security you should REALLY REALLY upgrade to > latest version. Just check the list of fixed

Re: Turning on SSL on solr 4.2.1

2019-05-15 Thread Jan Høydahl
You need at least 5.2 or 5.3 to use SSL. But if you at all care about security you should REALLY REALLY upgrade to latest version. Just check the list of fixed vulnerabilities and bugs. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 15. mai 2019 kl. 14:41 skrev

Re: Solr 7.0.1 Duplicate document appearing in search results

2019-05-15 Thread Erick Erickson
> On May 15, 2019, at 10:53 AM, Erick Erickson wrote: > > Or something unexpected like there being no defined in the schema > somehow. Meant to say that somehow the schemas used during your process weren’t what you thought they were and “somehow” didn’t have a defined. That would

Re: [CDCR]Unable to locate core

2019-05-15 Thread Natarajan, Rajeswari
I am also facing this issue. Any resolution found on this issue, Please update. Thanks On 2/7/19, 10:42 AM, "Tim" wrote: So it looks like I'm having an issue with this fix: https://issues.apache.org/jira/browse/SOLR-11724 So I've messed around with this for a while and every

Re: Solr 7.0.1 Duplicate document appearing in search results

2019-05-15 Thread Erick Erickson
> On May 14, 2019, at 7:46 PM, Adam Walz wrote: > > but do > use an external map reduce process to reindex Here’s where I’d look then. Not knowing any details of your process this may be totally wrong of course…. If there’s any step that performs a MERGEINDEX operation, _and_ somehow the

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Ishan Chattopadhyaya
Thanks Jörn for reporting this. Sounds like some backward comparability break with aliases. Can you please open a JIRA? I'll take a look at reproducing it soon. On Wed, 15 May, 2019, 7:18 PM Mikhail Khludnev, wrote: > It seems creating alias in Solr Admin UI is broken. It's a minor issue for >

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Mikhail Khludnev
It seems creating alias in Solr Admin UI is broken. It's a minor issue for 8.1.0 I've alias via REST call http://localhost:8983/solr/admin/collections?action=CREATEALIAS=testalias=gettingstarted successfully. Jörn, thanks for reporting. On Tue, May 14, 2019 at 11:03 PM Jörn Franke wrote: > Hi,

Turning on SSL on solr 4.2.1

2019-05-15 Thread Niranjan Babu Bommu
Hi All, I'm niranjan, we have been running solr 4.2.1 in stage and prod, we have a new requirement to turn on SSL on solr, unfortunately I couldn't be able to find SSL part in 4.2.1 docs, I'm wondering whether 4.2.1 doesn't support SSL, can some one forward me the docs if there is an option to

Re: Potential authorization bug when making HTTP requests

2019-05-15 Thread adfel70
Opened SOLR-13472 -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr 7.0.1 Duplicate document appearing in search results

2019-05-15 Thread Adam Walz
Thanks Erick, We've never merged indexes. We don't use the MapReduceIndexerTool, but do use an external map reduce process to reindex. To reindex from an empty state we have a map reduce job which runs on a separate HBase cluster and indexes into this shard. During this job each mapper is