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
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?
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
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
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?