Re: Parent product show in search result

2018-06-05 Thread Charlie Hull
On 04/06/2018 17:15, Apurba Hazra wrote: Hello, We are implementing solr search for our webseite using magento. Our requirement is, in search result page we have to show only parent product not all child product if the parent exist, otherwise we have to show child product. Will you please tell

Re: Solr 7.3 suggest dictionary building fails in cloud mode with large number of rows

2018-06-05 Thread Alessandro Benedetti
In addition to what Erick and Walter correctly mentioned : "heap usage varies from 5 gb to 12 gb . Initially it was 5 gb then increased to 12 gb gradually and decreasing to 5 gb again. (may be because of garbage collection) 10-12 GB maximum heap uses, allocated is 50 GB. " Did I read it right

Re: Solr Cloud 6.6.4 in Docker containers: collection creation fails

2018-06-05 Thread Ronja Koistinen
On 01.06.2018 16:35, Ronja Koistinen wrote: > Hello, > > I am running Solr Cloud 6.6.4 in Docker containers on three RHEL7 > virtual machines. The containers are networked in bridge mode. > > I can access the Solr Admin web interface on the nodes and I can see all > nodes in the /live_nodes tree

Re: Parent product show in search result

2018-06-05 Thread Andrea Gazzarini
Hi, as far as I remember the Magento integration (at least the connector version I worked with) doesn't have such capabilities, so if I remember well and it is still valid, your need would require some custom (client) code. The alternative, which would move the search workflow entirely in Sol

BlendedInfixSuggester wiki errata corrige

2018-06-05 Thread Alessandro Benedetti
Hi all, I have been working quite a bit on the BlendedInfixSuggester : - to fix a bug : LUCENE-8343 - to bring an improvement : LUCENE-8347 I was reviewing the wiki documentation for the B

Re: BlendedInfixSuggester wiki errata corrige

2018-06-05 Thread Alessandro Benedetti
Errata corrige to my Errata corrige post : e.g. Position Of First match = *0 | 1 | 2 | 3 |* Linear |1 | 0.9|0.8|0.7 Reciprocal |1 | 1/2|1/3|1/4 Exponential Reciprocal |1 | 1/4|*1/9*|1/16 - --- Alessandro Benedetti

Windows monitoring software for Solr recommendation

2018-06-05 Thread TK Solr
My client's Solr 6.6 running on a Windows server is mysteriously crashing without any JVM crash log. No unusual activities recorded in solr.log. GC log does not indicate the OOM situation. It's a simple single-core, single node deployment (no solrCloud). It has very light load. No indexing activ

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Christopher Schultz
TK On 6/5/18 1:12 PM, TK Solr wrote: > My client's Solr 6.6 running on a Windows server is mysteriously > crashing without any JVM crash log. No unusual activities recorded in > solr.log. GC log does not indicate the OOM situation. It's a simple > single-core, single node deployment (no solrCloud)

Re: deleted master index files replica did not replicate

2018-06-05 Thread Jeff Courtade
Nothing in the logs it's like it didn't happen. So I think I need to address my logging levels log4j On Tue, Jun 5, 2018, 12:35 AM Jeff Courtade wrote: > Yes unix. > > It was an amazing moment. > > > > On Mon, Jun 4, 2018, 11:28 PM Erick Erickson > wrote: > >> bq. To be clear I deleted the

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Shawn Heisey
On 6/5/2018 11:12 AM, TK Solr wrote: > My client's Solr 6.6 running on a Windows server is mysteriously > crashing without any JVM crash log. No unusual activities recorded in > solr.log. GC log does not indicate the OOM situation. It's a simple > single-core, single node deployment (no solrCloud).

Re: SolrCloud Collection Backup - Solr 5.5.4

2018-06-05 Thread Shawn Heisey
On 6/4/2018 5:36 AM, Greenhorn Techie wrote: 1. In the SolrCloud, as a single host can have information about multiple shards (either leader or replica), how does the backup API handle the underlying data copy? I presume it will simply copy the data across ALL the shards (both leader and replicas

Re: sharding guidelines

2018-06-05 Thread Shawn Heisey
On 6/4/2018 4:36 PM, Oakley, Craig (NIH/NLM/NCBI) [C] wrote: We have a collection (one shard, two replicas, currently running Solr6.6) which sometimes becomes unresponsive on the non-leader node. It is 214 gigabytes, and we were wondering whether there is a rule of thumb how large to allow a co

Re: Is commit for SOLR-11444 for SolrCloudClient#sendRequest(SolrRequest, List) ok?

2018-06-05 Thread mmb1234
In the below mentioned git commit, I see SolrCloudClient has been changed to generate solr core urls differently than before. In the previous version, solr urls were computed using "url = coreNodeProps.getCoreUrl()". This concatenated "base_url" + "core" name from the clusterstate for a tenant's s

Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
Hi, I understand that we can do the health checking of the Solr by using the solr.cmd command under ./bin/solr, which is run from command prompt. Would like to check, is this feature available via URL from browser? I am using Solr 7.3.1. Regards, Edwin

Re: Solr 'healthcheck' command

2018-06-05 Thread Shawn Heisey
On 6/5/2018 9:43 PM, Zheng Lin Edwin Yeo wrote: I understand that we can do the health checking of the Solr by using the solr.cmd command under ./bin/solr, which is run from command prompt. Would like to check, is this feature available via URL from browser? I am using Solr 7.3.1. The healthc

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread TK Solr
On 6/5/18 10:31 AM, Christopher Schultz wrote: How about Apache procrun/commons-daemon? https://commons.apache.org/proper/commons-daemon/procrun.html Thank you, I'll take a look. On 6/5/18 1:51 PM, Shawn Heisey wrote: The best bet for an easy service install is probably NSSM. It's got a nam

Re: Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
Hi Shawn, Thanks for the reply. The healthcheck action in SolrCLI is able to return the health status of individual collection, while this http://host:port/solr/admin/info/system URL returns the overall health status of Solr. We will need the information on the health status of individual collect

Re: Solr 'healthcheck' command

2018-06-05 Thread Shawn Heisey
On 6/5/2018 10:58 PM, Zheng Lin Edwin Yeo wrote: The healthcheck action in SolrCLI is able to return the health status of individual collection, while this http://host:port/solr/admin/info/system URL returns the overall health status of Solr. We will need the information on the health status of i

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Alexandre Rafalovitch
I wrote about installing early version of Solr as a service on Windows. Maybe it would be helpful: https://www.outerthoughts.com/2013/07/setting-up-apache-solr-on-windows-as-a-service/ Regarding the crash, I wonder if it is connected to PermGen. It historically gave less of an error message than o

Re: Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
For this clusterstatus, as we are still pointing it at the Solr directly http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS It is not likely to work if the main replica is down. Let's say I have 2 replica, one in localhost:8983, and other in another server, like 192.168.1.2:8984. I

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Shawn Heisey
On 6/5/2018 10:26 PM, TK Solr wrote: I visualized the GC log with GCMV (GCVM?) and the graph shows Solr was using less than half of the heap space at the peak. This Solr doesn't get much query traffic and no indexing was running. It's really a sudden death of JVM with no trace. If you aren't

Re: Solr 'healthcheck' command

2018-06-05 Thread Shawn Heisey
On 6/5/2018 11:22 PM, Zheng Lin Edwin Yeo wrote: For this clusterstatus, as we are still pointing it at the Solr directly http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS It is not likely to work if the main replica is down. Let's say I have 2 replica, one in localhost:8983, an

Re: Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
Thanks for the info. Previously you have mentioned that there's no URL for CloudSolrClient, so this will be the same scenario? Regards, Edwin On 6 June 2018 at 13:37, Shawn Heisey wrote: > On 6/5/2018 11:22 PM, Zheng Lin Edwin Yeo wrote: > >> For this clusterstatus, as we are still pointing it

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Deepak Goel
It would be a bit extensive, but would be interesting to know if a similar error/situation occurs in Linux too (there are kernel level debugging tools available for this open source OS) On Wed, 6 Jun 2018, 10:59 Shawn Heisey, wrote: > On 6/5/2018 10:26 PM, TK Solr wrote: > > I visualized the GC

Block join query parser

2018-06-05 Thread Ryan Yacyshyn
Hi all, I'm looking for a way to query nested documents that would return the parent documents along with its child documents nested under it, but only the child documents that match the query. The [child] doc transformer comes close, but it returns all child docs. I'm looking for something simil