Re: Backup from old server and Restore to new server

2023-09-27 Thread Shawn Heisey
On 9/27/23 02:16, Jim Morgan wrote: OK, so I had some more time to work on this. I removed version 9.3 and tried with version 8.11. But still the same story: any of the API restore methods I try are rejected. I have also tried stopping solr, copying the whole /var/solr/data/collectionname direct

Re: Timeout on LTR query causing out of memory

2023-09-27 Thread rajani m
Any alternative to timeout LTR re-ranker similar to the "timeAllowed" that limits the main ranker? or is there a way to tell if a query is expensive for ltr given a number of terms or has N hits? The LTR queries are taking forever and timing out at some point with "ExitableDirectoryReader '' excep

Re: Backup from old server and Restore to new server

2023-09-27 Thread Vincenzo D'Amore
Which schema you are using depends on how it is configured your solrconfig.xml file (i.e. if you have explicitly declared the ClassicIndexSchemaFactory or not). If not Solr will assume it is managed, and create a managed_schema from your schema.xml file, at which point your schema.xml file is no lo

Unsolicited snitch tags and Replica Placement Plugins

2023-09-27 Thread Colvin Cowie
Hello We've started using the https://solr.apache.org/guide/solr/latest/configuration-guide/replica-placement-plugins.html in Solr 9.3.0. When configured and creating a new collection, the following ERRORs are logged *2023-09-27 08:45:58.188 ERROR (OverseerThreadFactory-19-thread-5) [] o.a.s

Re: Backup from old server and Restore to new server

2023-09-27 Thread Jim Morgan
Wait! Progress! I have no idea if this is the right way to do things, but I copied the entire core over, conf and data directories. Then I created a core on the new server, but put the conf location as conf/solrconfig.xml, and the schema location as conf/managed-schema (seems someone had renamed it

Re: Backup from old server and Restore to new server

2023-09-27 Thread Vincenzo D'Amore
You should see the data import handler configuration in the same folder of your solr index config files: solrconfig.xml and usually a XML file (something like data-config.xml) Take a look at: https://solr.apache.org/guide/8_5/uploading-structured-data-store-data-with-the-data-import-handler.html#co

Re: Backup from old server and Restore to new server

2023-09-27 Thread Jim Morgan
"If you use Data Import Handler," How would I know if I use Data Import Handler? Seems the import also fails on 8.11, but it might be useful knowledge to have. On Mon, Sep 25, 2023 at 5:40 PM Jan Høydahl wrote: > This is hard to tell whithout knowing what data you index to Solr and how. > If you

Re: Backup from old server and Restore to new server

2023-09-27 Thread Jim Morgan
OK, so I had some more time to work on this. I removed version 9.3 and tried with version 8.11. But still the same story: any of the API restore methods I try are rejected. I have also tried stopping solr, copying the whole /var/solr/data/collectionname directory from old server to new server, and