Re: Convert TLOG collection to NRT

2019-12-10 Thread Dominique Bejean
Thank you Shawn. You're right ! It is better to read the good version of the Collection API documentation. Le mar. 10 déc. 2019 à 19:49, Shawn Heisey a écrit : > On 12/10/2019 11:25 AM, Dominique Bejean wrote: > > I would like to convert a collection (3 shards x 3 replicas) from TLOG to > >

A question of solr recovery

2019-12-10 Thread Hongxu Ma
Hi all In my cluster, Solr node turned into long time recovery sometimes. So I want to know more about recovery and have read a good blog: https://lucidworks.com/post/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ It mentioned in the recovery section: "Replays the documents

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread Joel Bernstein
Did a recent change to Chrome cause this? In Solr 8x, I'm not seeing slowness with Chrome on Mac. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Dec 10, 2019 at 8:26 PM SAGAR INGALE wrote: > I am also facing the same issue for v6.4.0 > > On Wed, 11 Dec, 2019, 5:37 AM Joel Bernstein,

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread SAGAR INGALE
I am also facing the same issue for v6.4.0 On Wed, 11 Dec, 2019, 5:37 AM Joel Bernstein, wrote: > What version of Solr? > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Tue, Dec 10, 2019 at 5:58 PM Arnold Bronley > wrote: > > > I am also facing similar issue. I have also

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread Joel Bernstein
What version of Solr? Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Dec 10, 2019 at 5:58 PM Arnold Bronley wrote: > I am also facing similar issue. I have also switched to other browsers to > solve this issue. > > On Tue, Dec 10, 2019 at 2:22 PM Webster Homer < >

Re: Indexing strategies for user profiles

2019-12-10 Thread Dave
I would index the products a user purchased as well as the number of times purchased, then I would take a user, search their bought products boosted by how many times purchased, against other users, have a facet for products and filter out the top bought products that are not on the users

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread Arnold Bronley
I am also facing similar issue. I have also switched to other browsers to solve this issue. On Tue, Dec 10, 2019 at 2:22 PM Webster Homer < webster.ho...@milliporesigma.com> wrote: > It seems like the Solr Admin console has become slow when you use it on > the chrome browser. If I go to the

Indexing strategies for user profiles

2019-12-10 Thread Arnold Bronley
Hi, I have a Solr collection 'products' for different products that users interact with. With MoreLikeThis, I can retrieve for a given product another related product. Now, I want to create a Solr collection for users such that I can use MoreLikeThis approach between users and products. Not just

Solr Admin Console hangs on Chrome

2019-12-10 Thread Webster Homer
It seems like the Solr Admin console has become slow when you use it on the chrome browser. If I go to the query tab and execute a query, even the default *:* after that the browser window becomes very slow. I'm using chrome Version 78.0.3904.108 (Official Build) (64-bit) on Windows The work

Re: Convert TLOG collection to NRT

2019-12-10 Thread Shawn Heisey
On 12/10/2019 11:25 AM, Dominique Bejean wrote: I would like to convert a collection (3 shards x 3 replicas) from TLOG to NRT. The only solution I imagine is something like : * with collection API, remove replicas in order to keep only 1 replica per 3 shard * update the collection state.json in

Convert TLOG collection to NRT

2019-12-10 Thread Dominique Bejean
Hi, I would like to convert a collection (3 shards x 3 replicas) from TLOG to NRT. The only solution I imagine is something like : * with collection API, remove replicas in order to keep only 1 replica per 3 shard * update the collection state.json in zookeer * with collection API, reload the

Re: Search returning unexpected matches at the top

2019-12-10 Thread rhys J
I did the following query with debug=results turned on to get an explanation about why owl-2924-8 does not float to the top of the search results. I'm not good at parsing it all, but it appears that it's doing what we expected, in that it's treating the - like a word boundary and matching owl,

Re: Search returning unexpected matches at the top

2019-12-10 Thread rhys J
On Tue, Dec 10, 2019 at 12:35 AM Paras Lehana wrote: > That's great. > > But I also wanted to know why the concerned document was scored lower in > the original query. Anyways, glad that the issue is resolved. :) > > That I need to look into. If I find an answer, I will let you know. Thanks,

Indexing with customized parameters

2019-12-10 Thread Anuj Bhargava
I am trying to index where the *sector field* has the values 27 and/or 2701 and/or 2702 using the following - The sector field has comma separated multiple values like - 27,19,527 38,27,62701 2701,49 55,2702,327 The issue is when I run the above, it indexes the fields containing data

Re: native Thread - solr 8.2.0

2019-12-10 Thread Joe Obernberger
Thank you Erick - it was a mistake for this collection to be running in schemaless mode; I will fix that, but right now the 'PROCESSOR_LOGS' schema only has 10 fields.  Another managed schema in the system has over 1,000. Shawn - I did see a post about setting vm.max_map_count higher (it was

Re: native Thread - solr 8.2.0

2019-12-10 Thread Erick Erickson
One other red flag is you’re apparently running in “schemaless” mode, based on: org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.processAdd(AddSchemaFieldsUpdateProcessorFactory.java:475) When running in schemaless mode, if Solr encounters a