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 defaults. You would be wise to trim it down to 
just the parts where you are changing away from the defaults. Then it will be 
smaller and easier to work with.
Cheers -- Rick

On June 5, 2017 4:05:32 PM EDT, Nawab Zada Asad Iqbal  wrote:
>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?
>
>
>Nawab
>
>
>On Fri, Jun 2, 2017 at 12:15 PM, Tony Wang 
>wrote:
>
>> 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.
>>
>> Tony
>>
>>
>> On Wed, May 31, 2017 at 3:53 PM, Rick Leir 
>wrote:
>>
>> > 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 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?
>> > >
>> > >
>> > >Thanks
>> > >Nawab
>> >
>> > --
>> > Sorry for being brief. Alternate email is rickleir at yahoo dot com
>>
>> --
>>
>>
>> [image: What's New with Xactly]
>
>>
>>   [image: LinkedIn]
>>   [image:
>Twitter]
>>   [image: Facebook]
>>   [image: YouTube]
>> 
>>

-- 
Sorry for being brief. Alternate email is rickleir at yahoo dot com 

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?


Nawab


On Fri, Jun 2, 2017 at 12:15 PM, Tony Wang  wrote:

> 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.
>
> Tony
>
>
> On Wed, May 31, 2017 at 3:53 PM, Rick Leir  wrote:
>
> > 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 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?
> > >
> > >
> > >Thanks
> > >Nawab
> >
> > --
> > Sorry for being brief. Alternate email is rickleir at yahoo dot com
>
> --
>
>
> [image: What's New with Xactly] 
>
>   [image: LinkedIn]
>   [image: Twitter]
>   [image: Facebook]
>   [image: YouTube]
> 
>


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.

Tony


On Wed, May 31, 2017 at 3:53 PM, Rick Leir  wrote:

> 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 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?
> >
> >
> >Thanks
> >Nawab
>
> --
> Sorry for being brief. Alternate email is rickleir at yahoo dot com

-- 


[image: What's New with Xactly] 

  [image: LinkedIn] 
  [image: Twitter] 
  [image: Facebook] 
  [image: YouTube] 



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

-- 
Sorry for being brief. Alternate email is rickleir at yahoo dot com 

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?


Thanks
Nawab