Re: 8.0 upgrade issue

2019-07-10 Thread Scott Yeadon
Hi Shawn, The GC seems to be the issue, changing back to CMS worked and I see in the G1 docs it states it really doesn’t work well for small heap sizes. We’ll be changing to a better resourced 64-bit VM with more memory later next year with the next Ubuntu LTS release, so it should cease to be

Re: 8.0 upgrade issue

2019-07-10 Thread Shawn Heisey
On 6/19/2019 7:15 PM, Scott Yeadon wrote: I’m running Solr on Ubuntu 18.04 (32-bit) using OpenJDK 10.0.2. Up until now I have had no problem with Solr (started running it since 4.x), however after upgrading from 7.x to 8.x I am getting serious memory issues. I have a small repository of 30,000

Re: [EXTERNAL] Re: Turn on TLS

2019-07-10 Thread Jan Høydahl
What Solr version? What Java version? SolrCloud? How did you setup Solr for SSL? What are the exact error messages and where do they come from (browser? Solr log?) Jan > 10. jul. 2019 kl. 23:47 skrev David M Giannone : > > U. > > Get Outlook for Android > > ___

Re: 8.0 upgrade issue

2019-07-10 Thread Jan Høydahl
See comments in issue https://issues.apache.org/jira/browse/SOLR-13617 which is now closed. Appears you try to run Solr on a system with only 1Gb physical ram and allocate 1Gb to Solr. Remember that Linux also needs memory! I’d leave 1Gb for Linux, 1Gb for Solr and 2Gb un-allocated, which will

Re: [EXTERNAL] Re: Turn on TLS

2019-07-10 Thread David M Giannone
U. Get Outlook for Android From: lltvw Sent: Tuesday, July 9, 2019 10:33:33 AM To: solr-user Cc: solr-user@lucene.apache.org Subject: [EXTERNAL] Re: Turn on TLS aa On 09/13/2017 21:52, Younge, Kent A - Norman, OK - Contractor wrote:

Re: QTime

2019-07-10 Thread Shawn Heisey
On 7/10/2019 3:17 PM, Lucky Sharma wrote: I am seeing one very weird behaviour of QTime of SOLR. Scenario is : When I am hitting the Solr Cloud Instance, situated at a DC with my local machine while load test I was seeing 400ms Qtime response and 1sec Http Response time. How much data was in t

QTime

2019-07-10 Thread Lucky Sharma
Hi all, I am seeing one very weird behaviour of QTime of SOLR. Scenario is : When I am hitting the Solr Cloud Instance, situated at a DC with my local machine while load test I was seeing 400ms Qtime response and 1sec Http Response time. While I am trying to do the same process within the same DC

RE: Solr upgrade question

2019-07-10 Thread Margo Breäs | INDI
Erick and Charlie, thanks for your responses. It's clear that it is better to read the CHANGES.txt files first and then decide in how many steps the upgrade should take place. Best, Margo Met vriendelijke groet / Kind regards, Margo Breäs ​Categoriespecialist ​T. +31 88 0666 000 ​E. margo.b

Re: Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Santosh Kumar S
Thank you Shawn for your prompt response. However we have that option open of having a separate date only field or a separate field with date along with default Timestamp like you mentioned (00:00:00.000). But this change shall need a full-import or full crawl, as we lot many data, we looking o

Re: Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Santosh Kumar S
Thank you Shawn for your prompt response. However we have that option open of having a separate date only field or a separate field with date along with default Timestamp like you mentioned (00:00:00.000). But this change shall need a full-import or full crawl, as we lot many data, we looking out a

Re: Dynamic field schema

2019-07-10 Thread Shawn Heisey
On 7/10/2019 6:52 AM, ericstein wrote: the documents are in both cores. the official title field data exists in both. However, it only gives me the official_title_s field in the second core when I query. When I look at the schema in the admin it only shows the official_title_s field The schema

Re: Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Shawn Heisey
On 7/10/2019 7:22 AM, Santosh Kumar S wrote: When we try sorting it, then the records are getting sorted based on Timestamp, but we need to sort only on date part keeping timestamp part aside. That is how sorting on a field that has a timestamp is going to work. It will always use the whole fi

Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Santosh Kumar S
Hi, We have a scenario where we need to sort on Date and Name combination. We have a Date field of type DateTime and a Name field. When we try sorting it, then the records are getting sorted based on Timestamp, but we need to sort only on date part keeping timestamp part aside. Here is an example

Re: Dynamic field schema

2019-07-10 Thread ericstein
Hi Shawn, the documents are in both cores. the official title field data exists in both. However, it only gives me the official_title_s field in the second core when I query. When I look at the schema in the admin it only shows the official_title_s field -- Sent from: http://lucene.472066.n3.na

Re: Solr 7 - core is lost after restart

2019-07-10 Thread talvinder.matharu
Hi Erick. I have raised issue SOLR-13618. Thanks, Tal -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

SolrSuggester Store Lookup build failed

2019-07-10 Thread Paras Jadav
Hi Team, Upon solr suggestion functionality implementation, we have started getting below error in solr admin error panel:- 2019-06-19 10:35:39.996 INFO (searcherExecutor-65-thread-1-processing-x:sitecore_master_index) [ x:sitecore_master_index] o.a.s.h.c.SuggestComponent buildOnCommit: mySugg

Re: Swap space in Solr Getting full and unable to index all data in solr

2019-07-10 Thread PandurangPailvan
Thanks Shawn for detailed information. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html