Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-07-16 Thread harjagsbby
SolrQuery used: q=*:*&defType=edismax&fl=comboid,skuid&start=0&rows=15&facet.limit=100&variant=A&debugQuery=true&debug.explain.structured=true&fq=!status_facet:inactive&fq=!mode:AF_ONLY&fq=**{!join+from=skuid+to=skuid+fromIndex=promotion_rules}id:promo-opera-test-1000_promo-opera-test-1000**&enable

Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-07-16 Thread harjagsbby
2019-07-09 17:37:30.053 INFO (facetExecutor-67-thread-22-processing-n:127.0.0.1:8983_solr x:products_comp-v1_shard1_replica_n21 c:products_comp-v1 s:shard1 r:core_node22) [ ] o.a.s.c.SolrCore [promotion_rules-v1_shard1_replica_n1] **CLOSING SolrCore org.apache.solr.core.SolrCore**@44de0f89 2019

Parse multivalued field as list with custom function

2019-07-16 Thread Gregory.Guichard
Hello, I'm trying to parse multivalued field (i.e : [8, 6, 9, 50]) as a List in a custom function. I looked all the existing parser here : (https://github.com/apache/lucene-solr/tree/master/solr/core/src/java/org/apache/solr/search), and I don't find any example of how to parse a multivalued

Using DIH for dynamic list of mailboxes

2019-07-16 Thread Mr Havercamp
I am currently integrating Solr with a service which uses Zimbra for mail. I have been tasked with importing inbox content into Solr and have opted to use DIH. Because this service adds/removes mailboxes, what would be the best approach for managing a list of mailboxes for DIH? My main concern is

Re: API to get all the solr nodes (active/down)

2019-07-16 Thread Walter Underwood
Put this in a script and pass any hostname from the cluster as the argument. I use the host name of the load balancer for the cluster. You will need to install the “jq” tool. https://stedolan.github.io/jq/ #!/bin/bash cluster=$1 echo "Live nodes:" for ho

Re: Problems using a suggester component in the /select handler in cloud mode

2019-07-16 Thread Alexandros Paramythis
Hi everyone, We have a fix for the problem described in the message below. Could anyone provide pointers to documentation on how we would go about contributing this back? Thanks in advance for your input, Alex On 26/06/2019 10:48, Alexandros Paramythis wrote: Hi everyone, Environment: S

Re: Returning multiple fields in graph streaming expression response documents

2019-07-16 Thread markus kalkbrenner
You have to perform a „join“ to get more fields. > Am 16.07.2019 um 13:52 schrieb Ahmed Adel : > > Hi, > > How can multiple fields be returned in graph traversal streaming expression > response documents? For example, the following query: > > nodes(emails, > walk="john...@apache.org->fro

Returning multiple fields in graph streaming expression response documents

2019-07-16 Thread Ahmed Adel
Hi, How can multiple fields be returned in graph traversal streaming expression response documents? For example, the following query: nodes(emails, walk="john...@apache.org->from", gather="to") returns these documents in the response: { "result-set": { "docs": [ {

API to get all the solr nodes (active/down)

2019-07-16 Thread Fatima Khan
Hi All, I am working on a project in which we use Solr for our audit logs. We have implemented bootstrapping for the same and we are currently using the getLiveNodes() method for getting the live Solr nodes but we wanted to know if there is any other api in which we can get all the Solr nodes i