Re: multi-level Nested entities in dih

2019-04-30 Thread Alexandre Rafalovitch
Well, you can do Entities within Entities and all of that hierarchical matching will go into a single document (unless you use child=true flag). But there is nothing that supports random number of deep levels. And, given the complexity, I still would keep away from using DIH for such use case.

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-30 Thread Zheng Lin Edwin Yeo
Hi, Any expected timeline on when we can solve this bug? Regards, Edwin On Fri, 26 Apr 2019 at 00:21, Zheng Lin Edwin Yeo wrote: > Thanks Jan. > > I have created a bug in JIRA under > https://issues.apache.org/jira/browse/SOLR-13421 > > Regards, > Edwin > > On Thu, 25 Apr 2019 at 19:53, Jan

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-30 Thread Erick Erickson
Patches welcome! > On Apr 30, 2019, at 8:17 PM, Zheng Lin Edwin Yeo wrote: > > Hi, > > Any expected timeline on when we can solve this bug? > > Regards, > Edwin > > On Fri, 26 Apr 2019 at 00:21, Zheng Lin Edwin Yeo > wrote: > >> Thanks Jan. >> >> I have created a bug in JIRA under >>

multi-level Nested entities in dih

2019-04-30 Thread Srinivas Kashyap
Hello, I'm using DIH to index the data using SQL. I have requirement as shown below: Parent entity Child1 Child2 Child3 CHILD4( child41, child42, CHILD43(child 431,child432,child433,CHILD434...) How to recursively iterate the

Re: Solr monitoring

2019-04-30 Thread shruti suri
Hi Emir, Is there any open source tool for monitoring. Thanks Shruti - Regards Shruti -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

RE: [collection create & delete] collection It is not created after several hundred times when it is repeatedly deleted and created. Resolved after restarting the service.

2019-04-30 Thread 유정인
The error log. The important thing here is that the other collection was normal. The following logs were generated when only collection with backup-delete- create was created hundreds of times. The collection where the issue occurred indexed batches every 10 minutes. [Repeat(Repeat the process

Re: multi-level Nested entities in dih

2019-04-30 Thread Alexandre Rafalovitch
DIH may not be able to do arbitrary nesting. And it is not recommended for complex production cases. However, in general, you also have to focus on what your _search_ will look like. Amd only then think about the mapping. For example, is that whole tree gets mapped to and returned as a single

Re: Solr monitoring

2019-04-30 Thread Bernd Fehling
I would say yes. https://lucene.apache.org/solr/guide/7_3/monitoring-solr-with-prometheus-and-grafana.html Am 30.04.19 um 13:30 schrieb shruti suri: Prometheus with grafana can be used? Thanks Shruti Suri - Regards Shruti -- Sent from:

Unable to tag queries (q) in SOLR >= 7.2

2019-04-30 Thread Fredrik Rodland
Hi. I seems SOLR-11501 may have changed more than just the ability to control the query parser set through {!queryparser}. We tag our queries to provide facets both with and without the query in the same request, just as tagging in fq described here:

Re: Solr monitoring

2019-04-30 Thread Bernd Fehling
We use munin with solr plugin but you can also use zabbix with solr plugin. But there are much more. Even Oracle has a Monitoring (Java Mission Control with Java Flight Recorder). Regards, Bernd Am 30.04.19 um 13:09 schrieb shruti suri: Hi Emir, Is there any open source tool for

Re: Solr monitoring

2019-04-30 Thread shruti suri
Prometheus with grafana can be used? Thanks Shruti Suri - Regards Shruti -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

RE: boost parameter produces garbage hits

2019-04-30 Thread Baloo
To answer your question "Why does the boost parameter return garbage hits with 0 score?" >> Syntax for Solr's query function is query(subquery, default) it returns >> the score for the given subquery, or the default value for documents not >> matching the query. In your case for the documents

Re: Solr monitoring

2019-04-30 Thread shruti suri
I am using solr-6.1, will grafana with Prometheus would work ? Thanks Shruti - Regards Shruti -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

RE: multi-level Nested entities in dih

2019-04-30 Thread Srinivas Kashyap
Hi Alexandre, Yes, the whole tree gets mapped to and returned as single flat document. When you search, it should return all the matching documents if it matches that nested field. Thanks and Regards, Srinivas Kashyap -Original Message- From: Alexandre Rafalovitch Sent: 30 April

Re: Unable to tag queries (q) in SOLR >= 7.2

2019-04-30 Thread David Smiley
Hi Frederik, In your example, I think you may have typed it manually since there are mistakes like df=edismax which I think you meant defType=edismax. Any way, assuming you need local-param syntax in 'q' (for tagging or whatever other reason), then this means you must specify the query parser

Re: Solr monitoring

2019-04-30 Thread Walter Underwood
Metrics support was added after 6.1, so use the latest 6.x release. I was waiting for that support, then decided it was not useful for us because it doesn’t break down performance by collection and request handler. But it does report tons of stuff we don’t care about. So it does nothing for