Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn and Paul, On 5/23/19 08:57, Shawn Heisey wrote: > On 5/23/2019 5:45 AM, Paul wrote: >> unable to find valid certification path to requested target > > This seems to be the root of your problem with the connection to > SQL server. > > If I

Re: G1GC with Solr7

2019-05-24 Thread sajitmk
Hello Shawn, Firstly thank you for reply & your article - was using your article as a reference before I even tried making this change. I used the installer script to install. Im starting solr as sudo service solr restart Interestingly, I believe the other parameters are being set from

Re: alias read access impossible for anyone other than admin?

2019-05-24 Thread Jason Gerlowski
Hi Sotiris, First, what version of Solr are you running? We've made some fixes recently (esp. SOLR-13355) to RBAP, and they might affect the behavior you're seeing or any fixes we can recommend. Second, the order of permissions in security.json has a huge effect on how . Solr always uses the

Restore is creating the cluster incorrectly

2019-05-24 Thread Chuck Reynolds
I have 4 instances of Solr running on 3 servers with a replication factor of 3. They are using ports 10001 -10004 Server 1 10.xxx.xxx.75 Server 2 10.xxx.xxx.220 Server 3 10.xxx.xxx.245 When I execute the command to do the restore to a new cluster it create each master with the same IP address

Re: G1GC with Solr7

2019-05-24 Thread Shawn Heisey
On 5/24/2019 9:23 AM, Shawn Heisey wrote: On 5/24/2019 9:02 AM, sajitmk wrote: Im trying to use G1GC garbage collection with Apache Solr 7.7 I've set the variable GC_TUNE as follows GC_TUNE="-XX:+UseG1GC -XX:+UseStringDeduplication" in /etc/default/solr.in.sh However, the solr process

Re: G1GC with Solr7

2019-05-24 Thread Shawn Heisey
On 5/24/2019 9:02 AM, sajitmk wrote: Im trying to use G1GC garbage collection with Apache Solr 7.7 I've set the variable GC_TUNE as follows GC_TUNE="-XX:+UseG1GC -XX:+UseStringDeduplication" in /etc/default/solr.in.sh However, the solr process still seems to be using CMS

G1GC with Solr7

2019-05-24 Thread sajitmk
Im trying to use G1GC garbage collection with Apache Solr 7.7 I've set the variable GC_TUNE as follows GC_TUNE="-XX:+UseG1GC -XX:+UseStringDeduplication" in /etc/default/solr.in.sh However, the solr process still seems to be using CMS -XX:+UseConcMarkSweepGC Any thoughts / help -- Sent

Re: My problem with T-shirts and nested documents

2019-05-24 Thread Walter Underwood
If you are really keeping inventory, use a relational database. Solr is a really poor choice for this kind of application. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 24, 2019, at 6:12 AM, Mikhail Khludnev wrote: > > It's possible to

Re: Restore is creating the cluster incorrectly

2019-05-24 Thread Shawn Heisey
On 5/24/2019 7:16 AM, Chuck Reynolds wrote: I have 4 instances of Solr running on 3 servers with a replication factor of 3. When I execute the command to do the restore to a new *TEST* cluster it create each master with the same IP address and port but all subsequent replicas are create

Re: My problem with T-shirts and nested documents

2019-05-24 Thread Gian Marco Tagliani
Hi Mikhail, thanks for the quick response! I'll try to do it with your suggestion Many thanks :) On Fri, May 24, 2019 at 3:12 PM Mikhail Khludnev wrote: > It's possible to search for stocks filtering by M, sorting by qty, and then > parent docs need to be added to result list. >

Re: My problem with T-shirts and nested documents

2019-05-24 Thread Bernd Fehling
How about "Pivot (Decision Tree) Faceting"? http://lucene.apache.org/solr/guide/6_6/faceting.html#Faceting-Pivot_DecisionTree_Faceting Regards Bernd Am 24.05.19 um 14:16 schrieb Gian Marco Tagliani: Hi all, I'm facing a problem with Nested Documents. To illustrate my problem I'll use the

Restore is creating the cluster incorrectly

2019-05-24 Thread Chuck Reynolds
I have 4 instances of Solr running on 3 servers with a replication factor of 3. When I execute the command to do the restore to a new TEST cluster it create each master with the same IP address and port but all subsequent replicas are create correctly. That means that the other 3 instances of

Re: My problem with T-shirts and nested documents

2019-05-24 Thread Mikhail Khludnev
It's possible to search for stocks filtering by M, sorting by qty, and then parent docs need to be added to result list. Unfortunately, there is no [parent] result transformer. Thus it can be done with generic

My problem with T-shirts and nested documents

2019-05-24 Thread Gian Marco Tagliani
Hi all, I'm facing a problem with Nested Documents. To illustrate my problem I'll use the example with T-shirts in stock. For every model of a T-shirt, we can have different colors and sizes, for each combination we have the number of items in stock. In Solr, for every model we have a document,

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-24 Thread Paul
Ta - it works if I set trustCertificate=true so for now that will do for test. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html