coord in SolR 7

2018-02-12 Thread Moll, Dr. Andreas
Hi, I try to upgrade our SolR installation from SolR 5 to 7. We use a customized similarity class that heavily depends on the coordination factor to scale the similarity for OR-queries with multiple terms. Since SolR 7 this feature has been removed. Is there any hook to implement this in our own

coord in SolR 7

2018-02-12 Thread Moll, Dr. Andreas
Hi, I try to upgrade our SolR installation from SolR 5 to 7. We use a customized similarity class that heavily depends on the coordination factor to scale the similarity for OR-queries with multiple terms. Since SolR 7 this feature has been removed. Is there any hook to implement this in our own

Re: SolR 5.3.1 deletes index files

2016-01-18 Thread Moll, Dr. Andreas
> I still think you should look at ensuring your merge policy is turned off >in solrconfig.xml (if I understand your scenario, you have 1 instance which >is read-only for searching, and another writing to the same index >location), and did your turn infostream on as Erick suggested? Thank you for

Re: SolR 5.3.1 deletes index files

2016-01-15 Thread Moll, Dr. Andreas
Hi, If you look at the files at the ls-Output in my last post you will see that SolR has deleted the segments_f -file. Thus the index can no longer be loaded. I also had other cases in which the data directory of SolR was empty after the SolR shutdown. And yes, it ist bad. Best regards Andre

Re: SolR 5.3.1 deletes index files

2016-01-15 Thread Moll, Dr. Andreas
rmation in the logs, but does log > detailed information and if this is some weird path in Solr it should > show up in one of the logs. > > Best, > Erick > > 2015-12-18 0:08 GMT-08:00 Moll, Dr. Andreas juris.de>: > > Hi Shawn, > > > >>To figure out what

RE: SolR 5.3.1 deletes index files

2015-12-18 Thread Moll, Dr. Andreas
Hi Shawn, >To figure out what's going on, we will need information about your >server, exactly how you installed Solr, how it is started, how it is >stopped, etc. thanks for your interest in our problem. I currently start SolR on Linux via solr-5.3.1/bin/solr start -f because we are still in a

SolR 5.3.1 deletes index files

2015-12-17 Thread Moll, Dr. Andreas
Hi, we are using SolR for some years now and are currently switching from SolR 3.6 to 5.3.1. SolR 5.3.1 deletes all index files when it shuts down and there were external changes on the index-files (in our case from a second SolR-server which produces the index). Is this behaviour intentional?