Re: Migrating huge files volume

2021-05-15 Thread SF G
Sent from my iPhone > On May 15, 2021, at 4:20 PM, matthew sporleder wrote: > > Ensure your new cluster has a unique zookeeper chroot. > >> On May 15, 2021, at 3:10 PM, jerome moliere wrote: >> >> Hi guys (Shawn.Dwane & others) >> thanks for your support... >> My problem is tricky , I

Solr product recommendations

2021-05-15 Thread Venkateswarlu Bommineni
Hello All, Is there any Solr OOTB functionality or Any external plugin that can be plugged into Solr easily to get the Recommendations by understanding customer browsing history,top sold products,etc ? and consider that we feed all the necessary information to Solr (browsing history,top sold pro

Re: Migrating huge files volume

2021-05-15 Thread matthew sporleder
Ensure your new cluster has a unique zookeeper chroot. > On May 15, 2021, at 3:10 PM, jerome moliere wrote: > > Hi guys (Shawn.Dwane & others) > thanks for your support... > My problem is tricky , I will try to summarize the constraints : > - existing Solr with Zookeeper cluster , I cannot mi

Re: Migrating huge files volume

2021-05-15 Thread jerome moliere
Hi guys (Shawn.Dwane & others) thanks for your support... My problem is tricky , I will try to summarize the constraints : - existing Solr with Zookeeper cluster , I cannot migrate Zk ensemble cluster separately because it is used by other applications (kafka ...) or I should change the current c

Re: Cannot import documents in Tutorial, exercise 3

2021-05-15 Thread Gaétan QUENTIN
hi,  i have this pb too, with 8.8.2. But why does it work well with a core X1 defined as below : solr create_core -c X1 -d sample_techproducts_configs but not with a shemaless core X2 created like this: solr create_core -c X2  ? Regards Gaétan On 2021/05/10 17:14:00, Jason Gerlowski wr

Re: Migrating huge files volume

2021-05-15 Thread Shawn Heisey
On 5/14/2021 3:12 PM, jerome moliere wrote: I would like to know the best practices to migrate a mission critical Solr cluster from version 6.x to 8.x without any service shutdown. Is the double upgrade required (mandatory) ? We can introduce another temporary group of machines ro join the cluste

Re: Migrating huge files volume

2021-05-15 Thread matthew sporleder
On Fri, May 14, 2021 at 5:13 PM jerome moliere wrote: > > Hi all, > I would like to know the best practices to migrate a mission critical Solr > cluster from version 6.x to 8.x without any service shutdown. > Is the double upgrade required (mandatory) ? > We can introduce another temporary group o

Re: Date string field not recognized...

2021-05-15 Thread Alexandre Rafalovitch
Not sure why the date is not recognized. But to parse alternative formats, you can create a custom UpdateRequestProcessor with a number of formats to accept. That's part of how "schema less" mode works, you can explore that by checking solrconfig.xml Regards, Alex On Sat., May 15, 2021, 5:42

Date string field not recognized...

2021-05-15 Thread WORK Gaétan QUENTIN
Hi,  I have a problem with dateformat not recognized in ods document: Environment: -- ubuntu 20.04, lxd container openjdk version "14.0.2" 2020-07-14 solr 8.8.2 Problem: -- Indexer fails with a LibreOffice document .ods file: SimplePostTool: WARNING: Response:

Re: Migrating huge files volume

2021-05-15 Thread Dwane Hall
Hey Jerome, Are you using Solr Cloud? If so you'll require a reindex as you hint at below (Solr committers recommend reindexing through major version jumps anyway). From memory you need to be on at least a 7.x version of Solr to be able to upgrade to 8.x and the newer 8.x releases (from about