RE: mergeindexes action does not seem to be merging cores.

2019-05-14 Thread Piyush Kumar Nayak
AM, Piyush Kumar Nayak > wrote: > > Hi, > > I don't seem to be able to get the merge core feature to work with Solr 7.2.1. > I'm using the srcCore parameter method documented at > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fluce > ne.apache.org%2Fsol

mergeindexes action does not seem to be merging cores.

2019-05-14 Thread Piyush Kumar Nayak
Hi, I don't seem to be able to get the merge core feature to work with Solr 7.2.1. I'm using the srcCore parameter method documented at https://lucene.apache.org/solr/guide/6_6/coreadmin-api.html#CoreAdminAPI-MERGEINDEXES I am making the following GET HTTP call using a browser:

migrating cores with Solr upgrade

2018-11-04 Thread Piyush Kumar Nayak
Hi, What is the best way to migrate cores from an old version of Solr (say 5.x) to a newer version (say 7.x). I did not find anything pertinent to the matter in the Solr reference guide. Is there a tool that can do that seamlessly? Regards, Piyush.

RE: change in the Standard Query Parser behavior when migrating from Solr 5 to 7.

2018-05-10 Thread Piyush Kumar Nayak
To: solr-user@lucene.apache.org Subject: Re: change in the Standard Query Parser behavior when migrating from Solr 5 to 7. On 5/9/2018 2:37 PM, Piyush Kumar Nayak wrote: > Same here. "sow" restores the old behavior. This might be a bug.  I'd like someone who has better understanding of t

RE: change in the Standard Query Parser behavior when migrating from Solr 5 to 7.

2018-05-09 Thread Piyush Kumar Nayak
Same here. "sow" restores the old behavior. The schema.xml in both Solr versions for me is the one that gets copied from the default template folder to the collections's conf folder. On 7 though, looks like the schema changes file changes to "managed-schema". The fieldtype that corresponds to

change in the Standard Query Parser behavior when migrating from Solr 5 to 7.

2018-05-09 Thread Piyush Kumar Nayak
we have recently upgraded from Solr5 to Solr7. I'm running into a change of behavior that I cannot fathom. For the term "test3" Solr7 splits the numeric and alphabetical components and does a simple term search while Solr 5 did a phrase search.