Re: Upgrading config from 4.5.0 to 6.5.1

2017-06-05 Thread Rick Leir
Nawab, There are several samples. Say : find . -name solrconfig.xml You will find one under configsets/sample_techproducts/ or thereabouts. It might be in a different place in your version. The sample solrconfig is large because it is teaching you all the Solr features, and showing all the defaul

Re: Upgrading config from 4.5.0 to 6.5.1

2017-06-05 Thread Nawab Zada Asad Iqbal
Thanks Tony, but I think Rick's answer is different. He asked me to start with "new version of solrconfig.xml". @Rick I have been doing what Tony said (copied my config to new core, and fixed each error or warning). Is there some mega solrconfig.xml which which you recommended me to start from?

Re: Upgrading config from 4.5.0 to 6.5.1

2017-06-02 Thread Tony Wang
Hi Nawab, We did exact the same way like Rick recommended. When you apply your change from your old configs on top of the originals, it will give you the errors for incompatible settings. For an example of "text_general_edge_ngram" fieldType setting, side="front" is no longer valid attributes. T

Re: Upgrading config from 4.5.0 to 6.5.1

2017-05-31 Thread Rick Leir
Hi Nawab The recommended way is to use the new version of solrconfig.xml and apply your modifications to it. You will want to go through it looking for developments that would affect you. Cheers Rick On May 31, 2017 3:45:58 PM EDT, Nawab Zada Asad Iqbal wrote: >Hi, > >I am upgrading 4.5.0 to la

Upgrading config from 4.5.0 to 6.5.1

2017-05-31 Thread Nawab Zada Asad Iqbal
Hi, I am upgrading 4.5.0 to latest stable bits and wondering what will be the quickest way to find out any obsolete or deprecated settings in config files? If I run the latest server with my old config (solr.xml, solrconfig.xml, schema.xml) files, will it warn for deprecated/less-optimal values?