Re: Unexpected Performance decrease when upgrading Solr 5.5.2 to 8.5.2

2020-09-16 Thread matthew sporleder
Did you re-work your schema at all? There are new primitive types, new lucene versions, DocValue's, etc On Wed, Sep 16, 2020 at 12:40 PM Keene Chen wrote: > > Hi, > > Thanks for pointing that out. I've linked the images below: > > solr5_response_times.png >

Re: Unexpected Performance decrease when upgrading Solr 5.5.2 to 8.5.2

2020-09-16 Thread Toke Eskildsen
Keene Chen wrote: > We have been doing some performance tests on Solr 5.5.2 > and Solr 8.5.2 as part of an upgrading process, and we have > noticed some reduced performance for certain types of > requests, particularly those that requests a large number of > rows, eg. 1. Solr 5→8… One large c

Re: Unexpected Performance decrease when upgrading Solr 5.5.2 to 8.5.2

2020-09-16 Thread Keene Chen
Hi, Thanks for pointing that out. I've linked the images below: solr5_response_times.png solr8_response_times.png solr5_throu

Re: Unexpected Performance decrease when upgrading Solr 5.5.2 to 8.5.2

2020-09-16 Thread Colvin Cowie
Hello, Your images won't appear on the mailing list. You'll need to post them elsewhere and link to them. On Tue, 15 Sep 2020 at 09:44, Keene Chen wrote: > Hi Solr users community, > > > We have been doing some performance tests on Solr 5.5.2 and Solr 8.5.2 as > part of an upgrading process, an

Unexpected Performance decrease when upgrading Solr 5.5.2 to 8.5.2

2020-09-15 Thread Keene Chen
Hi Solr users community, We have been doing some performance tests on Solr 5.5.2 and Solr 8.5.2 as part of an upgrading process, and we have noticed some reduced performance for certain types of requests, particularly those that requests a large number of rows, eg. 1. Would anyone have an exp

Re: Upgrading solr to 8.2

2020-01-18 Thread Zara Parst
There has been modification in field types. I would suggest you need to compare two schema and then may be you have to reindex it. Other than that latest version has light footprint so it should be the case. On Wed, Jan 15, 2020 at 9:05 PM kshitij tyagi wrote: > Hi, > > Any suggestions from anyo

Re: Upgrading solr to 8.2

2020-01-15 Thread kshitij tyagi
Hi, Any suggestions from anyone? Regards, kshitij On Tue, Jan 14, 2020 at 4:11 PM Jan Høydahl wrote: > Please don’t cross-post, this discussion belongs in solr-user only. > > Jan > > > 14. jan. 2020 kl. 22:22 skrev kshitij tyagi >: > > > > Also trie fileds have been updated to point fields, w

Re: Upgrading solr to 8.2

2020-01-14 Thread Jan Høydahl
Please don’t cross-post, this discussion belongs in solr-user only. Jan > 14. jan. 2020 kl. 22:22 skrev kshitij tyagi : > > Also trie fileds have been updated to point fields, will that by any chance > degrade my response time by 50 percent? > > On Tue, Jan 14, 2020 at 1:37 PM kshitij tyagi >

Re: Upgrading solr to 8.2

2020-01-14 Thread kshitij tyagi
Also trie fileds have been updated to point fields, will that by any chance degrade my response time by 50 percent? On Tue, Jan 14, 2020 at 1:37 PM kshitij tyagi wrote: > Hi Team, > > I am currently upgrading my system from solr 6.6 to solr 8.2 : > > 1. I am observing increased search time in m

Upgrading solr to 8.2

2020-01-14 Thread kshitij tyagi
Hi Team, I am currently upgrading my system from solr 6.6 to solr 8.2 : 1. I am observing increased search time in my queries i.e. search response time is increasing along with cpu utilisation, although memory looks fine, on analysing heap dumps I figured out that queries are taking most of the

Re: Upgrading Solr 6.3.0 to 7.5.0 without having to re-index

2019-04-17 Thread Shawn Heisey
On 4/17/2019 3:52 AM, Ritesh Kumar wrote: Field type in old configuration - string (solr.StrField) indexed and stored set to true. Field type in new configuration - solr.SortableTextField (docValues enabled) On your schema, you have changed the field class -- from StrField to SortableTextFie

Upgrading Solr 6.3.0 to 7.5.0 without having to re-index

2019-04-17 Thread Ritesh Kumar
Hello Team, I have been trying to upgrade Solr 6.3.0 to 7.5.0 and I do not want to re-index. I tried it using the Index Upgrader Tool . The tool did its part and the current index is according to the current file format. The proble

Re: Upgrading SOLR (not clustered)

2018-07-25 Thread Shawn Heisey
On 7/25/2018 10:38 AM, Staley, Phil R - DCF wrote: > What are the steps for upgrading a non-clustered SOLR version? Here's what I > thought should work: That depends on how you did the initial install. If you used the service installer script that's included with Solr to do the initial install:

RE: Upgrading SOLR (not clustered)

2018-07-25 Thread Staley, Phil R - DCF
Christopher, I'll test it tomorrow and let you know! Thanks again! Phil -Original Message- From: Christopher Schultz Sent: Wednesday, July 25, 2018 3:40 PM To: solr-user@lucene.apache.org Subject: Re: Upgrading SOLR (not clustered) -BEGIN PGP SIGNED MESSAGE- Hash: S

Re: Upgrading SOLR (not clustered)

2018-07-25 Thread Christopher Schultz
;8983" I would expect your process to work. Did it? - -chris > -Original Message- From: Christopher Schultz > Sent: Wednesday, July 25, 2018 3:23 > PM To: solr-user@lucene.apache.org Subject: Re: Upgrading SOLR (not > clustered) > > Phil, > > On 7/25/18 12:

RE: Upgrading SOLR (not clustered)

2018-07-25 Thread Staley, Phil R - DCF
HOME="/var/solr/data" LOG4J_PROPS="/var/solr/log4j.properties" SOLR_LOGS_DIR="/var/solr/logs" SOLR_PORT="8983" Thanks, Phil -Original Message- From: Christopher Schultz Sent: Wednesday, July 25, 2018 3:23 PM To: solr-user@lucene.apache.org Subject: Re: U

Re: Upgrading SOLR (not clustered)

2018-07-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Phil, On 7/25/18 12:38 PM, Staley, Phil R - DCF wrote: > What are the steps for upgrading a non-clustered SOLR version? > Here's what I thought should work: > > > > 1. Open a bash window and ssh login to desired server with > your Linux admi

Upgrading SOLR (not clustered)

2018-07-25 Thread Staley, Phil R - DCF
What are the steps for upgrading a non-clustered SOLR version? Here's what I thought should work: 1. Open a bash window and ssh login to desired server with your Linux admin credentials 2. Change directories: cd /opt 3. Download the latest Linux/OSX version direct to server:

Upgrading SOLR (not clustered)

2018-07-25 Thread Staley, Phil R - DCF
What are the steps for upgrading a non-clustered SOLR version? Here's what I thought should work: 1. Open a bash window and ssh login to desired server with your Linux admin credentials 2. Change directories: cd /opt 3. Download the latest Linux/OSX version direct to server:

Re: Upgrading solr 5.2 to solr 5.5

2017-03-01 Thread Shawn Heisey
On 2/28/2017 8:45 AM, skasab2s wrote: > we are trying to upgrade solr 5.2 to solr 5.5. > > In solr 5.2 we had an own, customised version of solr.war and we put it > under > > solr-5.2.1/server/webapps/ (we overwrote the default solr.war), > > so on the solr startup, the war was extracted to > >

Upgrading solr 5.2 to solr 5.5

2017-02-28 Thread skasab2s
in context: http://lucene.472066.n3.nabble.com/Upgrading-solr-5-2-to-solr-5-5-tp4322629.html Sent from the Solr - User mailing list archive at Nabble.com.

problem with boolaen queries after upgrading solr to 6.2

2016-09-06 Thread Mohsen Saboorian
​I recently upgraded from Solr 4.10 to 6.2 and fully re-indexed my data. There is something strange with boolean queries against edismax. When searching for term abc, it returns 100 results, while when I add another term, say bcd, with OR it returns 10 results. Is there any change in boolean quer

Re: Upgrading solr 4.1.4 to solr 6.1.0

2016-07-12 Thread Rachid Bouacheria
Thank you very much for your prompt response. I really appreciate it! Rachid On Jul 12, 2016 17:13, "Shawn Heisey" wrote: > On 7/12/2016 5:54 PM, Rachid Bouacheria wrote: > > I am running solr 4.10.4 and I would like to upgrade to the latest > version > > 6.1.0 > > > > The documentation I found p

Re: Upgrading solr 4.1.4 to solr 6.1.0

2016-07-12 Thread Shawn Heisey
On 7/12/2016 5:54 PM, Rachid Bouacheria wrote: > I am running solr 4.10.4 and I would like to upgrade to the latest version > 6.1.0 > > The documentation I found provides steps to upgrade from 4.10.4 to 5.x > And it seems like going from 4.x to 5.x is pretty consequent. > Going from 5.x to 6.1.0 se

Upgrading solr 4.1.4 to solr 6.1.0

2016-07-12 Thread Rachid Bouacheria
Hi All, I am running solr 4.10.4 and I would like to upgrade to the latest version 6.1.0 The documentation I found provides steps to upgrade from 4.10.4 to 5.x And it seems like going from 4.x to 5.x is pretty consequent. Going from 5.x to 6.1.0 seems to be less effort but still non negligible.

Re: Error in log after upgrading Solr

2015-11-19 Thread Shawn Heisey
On 11/19/2015 3:02 PM, Shawn Heisey wrote: > On 11/19/2015 2:10 PM, Chris Hostetter wrote: >> when you indexed docs into this test config, did you use waitSearcher=true >> like in your original logs? >> >> I think that + newSearcher QuerySendListener is the key to triggering the >> error logging.

Re: Error in log after upgrading Solr

2015-11-19 Thread Shawn Heisey
On 11/19/2015 2:10 PM, Chris Hostetter wrote: > when you indexed docs into this test config, did you use waitSearcher=true > like in your original logs? > > I think that + newSearcher QuerySendListener is the key to triggering the > error logging. I don't recall ever configuring anything with an

Re: Error in log after upgrading Solr

2015-11-19 Thread Chris Hostetter
: on sample_techproducts_configs. Because removing newSearcher and : firstSearcher fixed the problem for me, the next step was to configure : similar newSearcher and firstSearcher queries to what I used to have in : my config, and try indexing docs. : : I did this, and the problem did not reprod

Re: Error in log after upgrading Solr

2015-11-19 Thread Shawn Heisey
On 11/18/2015 3:29 PM, Shawn Heisey wrote: > I'll see if I can put together a minimal configuration to reproduce. The really obvious idea here was to start with the example server, built from the same source I used for the real thing, and create a core based on sample_techproducts_configs. Becau

Re: Error in log after upgrading Solr

2015-11-18 Thread Shawn Heisey
On 11/18/2015 2:20 PM, Chris Hostetter wrote: > : > I'm getting errors in my log every time I make a commit on a core. > > Do you have any custom plugins? > what is the definition of the /lbcheck handler? I have one simple update processor in use that I wrote myself, and we have a third-party plu

Re: Error in log after upgrading Solr

2015-11-18 Thread Chris Hostetter
: > I'm getting errors in my log every time I make a commit on a core. Do you have any custom plugins? what is the definition of the /lbcheck handler? : > 2015-11-16 20:28:11.554 ERROR : > (searcherExecutor-82-thread-1-processing-x:sparkinclive) [ : > x:sparkinclive] o.a.s.c.SolrCore Previous

Re: Error in log after upgrading Solr

2015-11-18 Thread Shawn Heisey
On 11/17/2015 12:42 AM, Shawn Heisey wrote: > I have upgraded from 5.2.1 to a 5.3.2 snapshot -- the lucene_solr_5_3 > branch plus the patch for SOLR-6188. > > I'm getting errors in my log every time I make a commit on a core. > > 2015-11-16 20:28:11.554 ERROR > (searcherExecutor-82-thread-1-process

Error in log after upgrading Solr

2015-11-16 Thread Shawn Heisey
I have upgraded from 5.2.1 to a 5.3.2 snapshot -- the lucene_solr_5_3 branch plus the patch for SOLR-6188. I'm getting errors in my log every time I make a commit on a core. 2015-11-16 20:28:11.554 ERROR (searcherExecutor-82-thread-1-processing-x:sparkinclive) [ x:sparkinclive] o.a.s.c.SolrCore

Re: Upgrading Solr 4.7.2 to 4.10.3

2015-02-10 Thread Shawn Heisey
On 2/10/2015 2:29 PM, Elan Palani wrote: > Planning to Upgrade solr from 4.7.2 to 4.10.3 , I just want through the > Documentation > seems like a straight forward download/install.. > > Anything specifically issues I should look for? Chances are that replacing the war and any extra jars you're u

RE: Upgrading Solr 4.7.2 to 4.10.3

2015-02-10 Thread Markus Jelsma
Well, the CHANGES.txt is filled with just the right information you need :) -Original message- > From:Elan Palani > Sent: Tuesday 10th February 2015 22:30 > To: solr-user@lucene.apache.org > Subject: Upgrading Solr 4.7.2 to 4.10.3 > > Team.. > > Planning to

Upgrading Solr 4.7.2 to 4.10.3

2015-02-10 Thread Elan Palani
Team.. Planning to Upgrade solr from 4.7.2 to 4.10.3 , I just want through the Documentation seems like a straight forward download/install.. Anything specifically issues I should look for? Any help will be appreciated. Thanks Elan

Re: Upgrading Solr from 1.4.1 to 4.10

2014-11-28 Thread Shawn Heisey
On 11/28/2014 2:44 AM, rajadilipchowdary.ko...@cognizant.com wrote: > We are using Apache Solr 1.4.1 for our project. Now a days we are facing many > problems regarding solr indexing, so when we saw website we found latest > version is 4.10, could you please help us in Upgrading the Solr. > > Is

Re: Upgrading Solr from 1.4.1 to 4.10

2014-11-28 Thread Erick Erickson
are you facing? > > You should look into the link mentioned below. The best way to upgrade from > such older version to latest is to configure the features that you were > using in Solr 1.4 into solr 4.10, run test cases and start using it. > > Thanks - David. > > https://cwi

Re: Upgrading Solr from 1.4.1 to 4.10

2014-11-28 Thread David Philip
look into the link mentioned below. The best way to upgrade from such older version to latest is to configure the features that you were using in Solr 1.4 into solr 4.10, run test cases and start using it. Thanks - David. https://cwiki.apache.org/confluence/display/solr/Upgrading+Solr On

Upgrading Solr from 1.4.1 to 4.10

2014-11-28 Thread RajaDilipChowdary.Kolli
Hi Team, We are using Apache Solr 1.4.1 for our project. Now a days we are facing many problems regarding solr indexing, so when we saw website we found latest version is 4.10, could you please help us in Upgrading the Solr. Is there any specific things which we need to change from our current

Re: Upgrading Solr Cloud from 4.7.1 to 4.10

2014-09-23 Thread Nitin Agarwal
Thanks Shawn, will try and it out without re-indexing and see how that goes. Nitin On Tue, Sep 23, 2014 at 9:00 AM, Shawn Heisey wrote: > On 9/23/2014 8:40 AM, Nitin Agarwal wrote: > > Hi, we are planning for a Solr Cloud upgrade from 4.7.1 to 4.10. I have > > identified the following steps for

Re: Upgrading Solr Cloud from 4.7.1 to 4.10

2014-09-23 Thread Shawn Heisey
On 9/23/2014 8:40 AM, Nitin Agarwal wrote: > Hi, we are planning for a Solr Cloud upgrade from 4.7.1 to 4.10. I have > identified the following steps for the upgrade > > 1. Update solrconfig.xml to be compliant with 4.10. > 2. Update the required jar files and war files from Solr 4.10 distribution.

Upgrading Solr Cloud from 4.7.1 to 4.10

2014-09-23 Thread Nitin Agarwal
Hi, we are planning for a Solr Cloud upgrade from 4.7.1 to 4.10. I have identified the following steps for the upgrade 1. Update solrconfig.xml to be compliant with 4.10. 2. Update the required jar files and war files from Solr 4.10 distribution. 3. Verified we are using Java 1.7. Now comes the q

Re: Upgrading Solr cluster without downtime

2013-12-01 Thread Raymond Wiker
etty does not refresh the web container until we delete > solr-webapp folder's content. > Can someone please share from his experience? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Upgrading-Solr-cluster-without-downtime-tp41

Upgrading Solr cluster without downtime

2013-12-01 Thread adfel70
m his experience? -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrading-Solr-cluster-without-downtime-tp4104223.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: upgrading Solr - org.apache.lucene.search.Filter and acceptDocs

2012-02-25 Thread Yonik Seeley
On Sat, Feb 25, 2012 at 3:37 PM, Jamie Johnson wrote: >  I.e. just do if(!acceptDocs.get(doc)) return false; at > the top? Yep, that should do it. -Yonik lucenerevolution.com - Lucene/Solr Open Source Search Conference. Boston May 7-10

Re: upgrading Solr - org.apache.lucene.search.Filter and acceptDocs

2012-02-25 Thread Jamie Johnson
I am assuming you meant should not be returned right? I basically return a filtered doc id set and do the following return new FilteredDocIdSet(startingFilter.getDocIdSet(readerCtx, acceptDocs)) { @Override public boolean match(int doc) {

Re: upgrading Solr - org.apache.lucene.search.Filter and acceptDocs

2012-02-25 Thread Yonik Seeley
On Sat, Feb 25, 2012 at 3:16 PM, Jamie Johnson wrote: > I'm trying to upgrade an application I have from an old snapshot of > solr to the latest stable trunk and see that the constructor for > Filter has changed, specifically there is another parameter named > acceptDocs, the API says the followin

upgrading Solr - org.apache.lucene.search.Filter and acceptDocs

2012-02-25 Thread Jamie Johnson
I'm trying to upgrade an application I have from an old snapshot of solr to the latest stable trunk and see that the constructor for Filter has changed, specifically there is another parameter named acceptDocs, the API says the following acceptDocs - Bits that represent the allowable docs to match

Re: Upgrading solr from 3.3 to 3.4

2011-09-19 Thread Isan Fulia
Whon wrote: > > > >> If you are already using Apache Lucene 3.1, 3.2 or 3.3, we strongly > >> recommend you upgrade to 3.4.0 because of the index corruption bug on > >> OS or computer crash or power loss (LUCENE-3418), now fixed in 3.4.0. > >> > >>

Re: Upgrading solr from 3.3 to 3.4

2011-09-19 Thread Erik Hatcher
computer crash or power loss (LUCENE-3418), now fixed in 3.4.0. >> >> 2011/9/19 Isan Fulia >> >>> Hi all, >>> >>> Does upgrading solr from 3.3 to 3.4 requires reindexing of all the cores >> or >>> we can directly copy the data folders to >>> the new solr ? >>> >>> >>> -- >>> Thanks & Regards, >>> Isan Fulia. >>> >> > > > > -- > Thanks & Regards, > Isan Fulia.

Re: Upgrading solr from 3.3 to 3.4

2011-09-19 Thread Isan Fulia
3.3, we strongly > recommend you upgrade to 3.4.0 because of the index corruption bug on > OS or computer crash or power loss (LUCENE-3418), now fixed in 3.4.0. > > 2011/9/19 Isan Fulia > > > Hi all, > > > > Does upgrading solr from 3.3 to 3.4 requires reindex

Re: Upgrading solr from 3.3 to 3.4

2011-09-18 Thread Wyhw Whon
If you are already using Apache Lucene 3.1, 3.2 or 3.3, we strongly recommend you upgrade to 3.4.0 because of the index corruption bug on OS or computer crash or power loss (LUCENE-3418), now fixed in 3.4.0. 2011/9/19 Isan Fulia > Hi all, > > Does upgrading solr from 3.3 to 3.4

Upgrading solr from 3.3 to 3.4

2011-09-18 Thread Isan Fulia
Hi all, Does upgrading solr from 3.3 to 3.4 requires reindexing of all the cores or we can directly copy the data folders to the new solr ? -- Thanks & Regards, Isan Fulia.

Re: Upgrading solr from 1.4 to latest version

2011-07-14 Thread rvidela
Thanks Edorado. I will try installing manually. -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrading-solr-from-1-4-to-latest-version-tp3164312p3169768.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrading solr from 1.4 to latest version

2011-07-14 Thread Edoardo Tosca
t; is 1.4.1. But i see there is 3.x version already available. Just wondering > if there is any easy way to upgrade it to latest version. > > Tried specifying version number in apt-get, But it does not work. > Appreciate > your help. > > Thanks > Ravi > > -- > View this me

Upgrading solr from 1.4 to latest version

2011-07-13 Thread rvidela
able. Just wondering if there is any easy way to upgrade it to latest version. Tried specifying version number in apt-get, But it does not work. Appreciate your help. Thanks Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrading-solr-from-1-4-to-latest-version-tp3164312p31

RE: upgrading solr

2008-10-08 Thread dudes dudes
thanks for your quick response.. yes it was under the right path... However, the problem was fixed by changing the ownership under index folder :) thanks again ak > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: upgra

Re: upgrading solr

2008-10-08 Thread Alok Dhir
solr/admin/stats.jsp and no indexed files were detected ! Either I'm doing it wrong or I have missed something ! thanks for your time ak From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Subject: Re: upgrading solr Date: Wed, 8 Oct 2008 07:29

RE: upgrading solr

2008-10-08 Thread dudes dudes
rg > Subject: Re: upgrading solr > Date: Wed, 8 Oct 2008 07:29:33 -0400 > > I've upgraded solr several times from nightly to nightly and then to > the 1.3 release without reindexing, with no apparent ill effects. > > On Oct 8, 2008, at 6:12 AM, dudes dudes wrote: > &

RE: upgrading solr

2008-10-08 Thread dudes dudes
thanks, I will give it a try ,,, any probs will let you know :) ak > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: upgrading solr > Date: Wed, 8 Oct 2008 07:29:33 -0400 > > I've upgraded solr severa

Re: upgrading solr

2008-10-08 Thread Alok Dhir
I've upgraded solr several times from nightly to nightly and then to the 1.3 release without reindexing, with no apparent ill effects. On Oct 8, 2008, at 6:12 AM, dudes dudes wrote: Hello all, I would like to upgrade to the latest Solr from its nightly version. MY understanding is to re-in

upgrading solr

2008-10-08 Thread dudes dudes
Hello all, I would like to upgrade to the latest Solr from its nightly version. MY understanding is to re-index all the data after upgrading .. Is there a way that doesn't require re-indexing all the data ? for example a solr script or any third party tools ? or do I have to re-index all