Re: Large Data set relationships handling

2019-06-20 Thread Lucky Sharma
Hi Mikhail, Sorry for the confusion, it is indeed many to many relationship. Is there any possibility to make both the index and just query on the elements of set A and we can get the results of set B, As you mentioned join seems trivial. Is there any other design which can be looked upon.

Re: SolrCloud: Configured socket timeouts not reflecting

2019-06-20 Thread Rahul Goswami
Hi Gus, Thanks for the response and referencing the umbrella JIRA for these kind of issues. I see that it won't solve the problem since the builder object which is used to instantiate a ConcurrentUpdateSolrClient itself doesn't contain the timeout values. I did create a local solr-core binary to

RE: creating date facets

2019-06-20 Thread Nightingale, Jonathan A (US)
I was thinking of doing a copy field to a special tokenizer I can't use a regex because I want to get a decimal value for the hour+ minutes so I need to calculate that. It's not just part for the date string. So I'll calculate 60*hours + minutes / 60 and put it into a double field for hour of

Re: Large Data set relationships handling

2019-06-20 Thread Mikhail Khludnev
On Thu, Jun 20, 2019 at 5:47 PM Lucky Sharma wrote: > Hi all, > Needed help in one use case : > It is like when you have 2 sets of data suppose A and B, which are > linked to each other. For example, each entity of set X can have 1 to > many relationships to the set B, and as a result, I need

Solr 7.7.2 - SolrCloud - Autoscale Triggers - indexSize trigger - Failure isn't sending listener a FAILED message, but a SUCCEEDED message

2019-06-20 Thread Andrew Kettmann
First, pardon any copy/pasted examples of my policies/triggers/etc as they are in Python format as that is my language of choice when working with APIs and the like. So Ignore that they are not JSON exactly as the APIs are getting JSON. Issue summary: Collection with strict autoscaling rules

Use "relatedness(...)" faceting function as a replacement for MoreLikeThis?

2019-06-20 Thread Scott Bouma
Hi all! First question to the group so hopefully this is the right way to ask a question :) I watched one of Trey Grainger's talks in which he said that the new relatedness metric is an improvement on MoreLikeThis (MLT). I would like to use it to analyze a set of text files from different

Refresh doesn't work in the new Nodes view in Admin UI on Windows

2019-06-20 Thread Colvin Cowie
On Solr 8.1.1 / 7.7.2 with Oracle 1.8.0_191 25.191-b12 with Solr running on Windows 10 In the Nodes view of the Admin UI, http://localhost:8983/solr/#/~cloud?view=nodes there is a refresh button. However when you click it, the only thing that gets visibly refreshed is the 'bar chart' (not sure

Re: SOLR Suggester returns either the full field value or single terms only

2019-06-20 Thread Mark H. Wood
On Wed, Jun 19, 2019 at 12:20:43PM -0700, ppunet wrote: > As the SuggeterComponent provides the 'entire content' of the field in the > suggestions. How is it possible to have Suggester to return only part of the > content of the field, instead of the entire content, which in my scenario > quite

Re: SolrCloud: Configured socket timeouts not reflecting

2019-06-20 Thread Gus Heck
Hi Rahul, Did you try the patch int that issue? Also food for thought: https://issues.apache.org/jira/browse/SOLR-13457 -Gus On Tue, Jun 18, 2019 at 5:52 PM Rahul Goswami wrote: > Hello, > > I was looking into the code to try to get to the root of this issue. Looks > like this is an issue

Large Data set relationships handling

2019-06-20 Thread Lucky Sharma
Hi all, Needed help in one use case : It is like when you have 2 sets of data suppose A and B, which are linked to each other. For example, each entity of set X can have 1 to many relationships to the set B, and as a result, I need the sorted/faceted values of the values from Set B. For example

Re: creating date facets

2019-06-20 Thread Joel Bernstein
You might find this useful. If makes creating time series aggregations a little easier. It uses JSON facets under the covers and is very fast. https://lucene.apache.org/solr/guide/7_6/stream-source-reference.html#timeseries Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jun 19, 2019 at

Problems with long named parameters with update extract handler

2019-06-20 Thread Julien
Hi, I recently experienced some problems with the update extract handler. When sending a document via multipart POST update request, if a doc parameter name contains too much chars, the POST method fails and I can see the following exception in the Solr logs : ERROR 2019-06-20T09:43:41,089

Re: solrcloud 8.0.0 - debugQuery=on, exception

2019-06-20 Thread Mikhail Khludnev
IMHO, this NPE on explain deserves a jira ticket. Pls also post what you have on debug=query. On Thu, Jun 20, 2019 at 6:38 AM derrick cui wrote: > Hi all, > I run a query in solr admin, it's ok if debugQuery=off, but it's throw an > exception if I set debugQuery=on, please help, thanks > there

Re: REINDEXCOLLECTION does not work with (basic) authentication

2019-06-20 Thread Colvin Cowie
I've raised SOLR-13566 On Thu, 20 Jun 2019 at 09:14, Jan Høydahl wrote: > I think this may be a case where the (background) job should use PKI auth. > Can you file a JIRA issue? > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > > 19. jun. 2019 kl. 20:50

Re: REINDEXCOLLECTION does not work with (basic) authentication

2019-06-20 Thread Jan Høydahl
I think this may be a case where the (background) job should use PKI auth. Can you file a JIRA issue? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 19. jun. 2019 kl. 20:50 skrev Colvin Cowie : > > Hello > > I'm on the Solr 8.1 branch off commit >