Re: Solr Issue - Logger : UpdateLog Error Message : java.io.EOFException

2020-10-03 Thread Erick Erickson
Very strange things start to happen when GC becomes unstable. The first and simplest thing to do would be to bump up your heap, say to 20g (note, try to stay under 32G or be prepared to jump significantly higher. At 32G long pointers have to be used and you actually have less memory available

Re: Solr issue with Sitecore 9.0.1

2020-01-16 Thread Jan Høydahl
You have to provide a lot more information in order to get help. Java version, solr version, solr config (env vars), much more logs than what you posted (something is crashing) Jan Høydahl > 16. jan. 2020 kl. 12:22 skrev Lakshmana Gudivada (AU) > : > > Hi Team, > > Recently I have

Re: SOLR Issue

2018-08-21 Thread Shawn Heisey
On 8/21/2018 8:05 AM, Sandesh Ingawale wrote: We have ecommerce base web application and we used SOLR for search. Now we want to implement SOLR authentication and SOLR ranking feature with our application. We need to do this programmatically(C#), can you please suggest what should be

Re: Solr Issue after the DSE upgrade

2018-06-18 Thread Charlie Hull
On 17/06/2018 03:10, Umadevi Nalluri wrote: I am getting Connection refused (Connection refused) when I am runnind reload_core with dsetool after we setup jmx , this issue is happening since the dse upgrade to 5.0.12 , can some one please help with this issue is this a bug? Is there a work

Re: SOLR ISSUE

2018-05-16 Thread Shawn Heisey
On 5/16/2018 9:27 AM, Shah, Rimple (LNG-RDU) wrote: > https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html > I am trying to follow these instructions for running SOLR on EC2. Somehow I > am getting this error each and every time when I try to access the dashboard. > Is anyone

Re: Solr Issue

2018-01-05 Thread Erick Erickson
Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Tuesday, January 02, 2018 6:34 PM > To: solr-user <solr-user@lucene.apache.org> > Subject: Re: Solr Issue > > wait, what is it you want to do? Streaming is built expressly to handle >

RE: Solr Issue

2018-01-05 Thread Lewin Joy (TMNA)
ible to do in Solr without using streaming expressions? -Lewin -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, January 02, 2018 6:34 PM To: solr-user <solr-user@lucene.apache.org> Subject: Re: Solr Issue wait, what is it you want to do? St

Re: Solr Issue

2018-01-02 Thread Rick Leir
Lewin Is this not a job for a database like MySQL? Solr is a search engine, which can be used as a DB with some effort. Choose the right tool for the job . Cheers -- Rick On January 2, 2018 4:35:47 PM EST, "Lewin Joy (TMNA)" wrote: >** PROTECTED 関係者外秘 >Hi, > >I am using

Re: Solr Issue

2018-01-02 Thread Erick Erickson
wait, what is it you want to do? Streaming is built expressly to handle very large result sets. It is _not_ really designed to deliver pages at a time. Why do you want to use it at all? Why not just use straight Solr, perhaps with cursorMark if you want to page deeply. The query is something

Re: Solr Issue

2017-09-07 Thread Michael Kuhlmann
Hi Patrick, can you attach the query you're sending to Solr and one example result? Or more specific, what are your hl.* parameters? -Michael Am 07.09.2017 um 09:36 schrieb Patrick Fallert: > > Hey Guys,  > i´ve got a problem with my Solr Highlighter.. > When I search for a word, i get some

Re: Solr Issue While indexing Data

2017-07-21 Thread Susheel Kumar
By the way you shouldn't be running solr as root. On Fri, Jul 21, 2017 at 12:06 AM, rajat rastogi < rajat.rast...@hindustantimes.com> wrote: > Hi Shawn , > I have Two instances of solr running and my indexing process is in java as > well . > PID 15958 is my indexing process. > PID 4499 is my

Re: Solr Issue While indexing Data

2017-07-20 Thread rajat rastogi
Hi Shawn , I have Two instances of solr running and my indexing process is in java as well . PID 15958 is my indexing process. PID 4499 is my Solr instance which has Stuck Commits PID 9299 is another solr instance which is forking fine regards Rajat On 20-Jul-2017, at 16:40, Shawn Heisey-2

Re: Solr Issue While indexing Data

2017-07-20 Thread rajat rastogi
Hi Shawn , I mailed you the info @ apa...@elyograg.org I can resend it the mail. regards Rajat On 20-Jul-2017, at 16:40, Shawn Heisey-2 [via Lucene] > wrote: On 7/20/2017 12:29 AM,

Re: Solr Issue While indexing Data

2017-07-20 Thread Shawn Heisey
On 7/20/2017 12:29 AM, rajat rastogi wrote: > I shared The code base, config , schema with you . Were they of any help , or > can You point what I am doing wrong in them . I did not see any schema or config. The top output shows that you have three large Java processes, all running as root.

Re: Solr Issue While indexing Data

2017-07-20 Thread rajat rastogi
Hi Shawn , I shared The code base, config , schema with you . Were they of any help , or can You point what I am doing wrong in them . regards Rajat On 19-Jul-2017, at 21:41, Shawn Heisey-2 [via Lucene] > wrote:

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
hi Shawn , Top out put is as follows regards Rajat -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Issue-While-indexing-Data-tp4339417p4346917.html Sent from the Solr - User

Re: Solr Issue While indexing Data

2017-07-19 Thread Shawn Heisey
On 6/7/2017 5:10 AM, rajat.rast...@hindustantimes.com wrote: > My enviorment > > os :Ubuntu 14.04.1 LTS > java : Orcale hotspot 1.8.0_121 > solr version :6.4.2 > cpu :16 cores > ram :124 gb Everybody seems to want different information from you. Here's my contribution: On the linux

Re: Solr Issue While indexing Data

2017-07-19 Thread Susheel Kumar
What is you current a) softcommit and hardcommit settings. you can share as it is from config and how are you committing then? b) how much is heap out of 124gb c) how many documents are you adding that is taking long and approx how many fields including copy fields? Thnx On Wed, Jul 19, 2017 at

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
Hi Erik, Some Logs of solr 2017-07-19 08:14:09.104 INFO (qtp434091818-6937) [ x:cda] o.a.s.u.p.LogUpdateProcessorFactory [cda] webapp=/solr path=/update params={wt=javabin=2}{add=[54945918f81f4e218b994b75]} 0 24362730 2017-07-19 08:14:09.181 DEBUG (qtp434091818-10997) [ x:cda6m]

Re: Solr Issue While indexing Data

2017-07-19 Thread rajat rastogi
Hi Eric , Thanks for your Reply. I tried the solution given , but it did not work. Please help me to narrow down the problem. Please let me know if any more inputs are required from my end viz schema, configs etc. Can this problem be related to GC ? regards Rajat -- View this message in

Re: Solr Issue While indexing Data

2017-06-07 Thread Erick Erickson
bq: All setting are set to default in solrconfig with a change of auto commit off . Did you take your 4x solrconfig and just use it? I'd strongly recommend you take the 6x configs and use those as a base, moving any customizations over. Secondly, be sure you specify classic schema rather than

Re: Solr Issue

2016-12-07 Thread Greg Harris
Hi Monti, As pointed out there is a huge gap of no information. There are two primary possibilities. One is that something about your resources is depleted. As Shawn has pointed out... watch them as you start up. Two, Solr is somehow locked or waiting on something. Since there is no information

Re: Solr Issue

2016-12-07 Thread Erick Erickson
It's possibly you have autosuggest configured and it's rebuilding on startup. See "buildOnStartup" here: https://cwiki.apache.org/confluence/display/solr/Suggester Depending on the suggester, this will re-read _all_ documents from the index to build the internal autosuggest structures which can

Re: Solr Issue

2016-12-07 Thread Shawn Heisey
On 12/7/2016 3:24 AM, Monti Chandra wrote: > I am working on solr version to 6.2.1. It was working so nice for the first > 20 days and now the server is restarting very slow(15-20 min). > Please get the hardware specs of my system below: > Linux version 3.10.0-327.el7.x86_64

Re: solr issue with pdf forms

2015-04-22 Thread Dan Davis
Steve, Are you using ExtractingRequestHandler / DataImportHandler or extracting the text content from the PDF outside of Solr? On Wed, Apr 22, 2015 at 6:40 AM, steve.sch...@t-systems.com wrote: Hi guys, hopefully you can help me with my issue. We are using a solr setup and have the

RE: Solr issue

2014-09-01 Thread Shay Sofer
it and NPE is established. -Original Message- From: Patanachai Tangchaisin [mailto:patanachai.tangchai...@wizecommerce.com] Sent: Thursday, August 28, 2014 10:42 PM To: solr-user@lucene.apache.org Subject: Re: Solr issue Hi Shay, I'm not quite sure about this. But, I think it is get fixed

Re: Solr issue

2014-08-28 Thread Patanachai Tangchaisin
Hi Shay, I'm not quite sure about this. But, I think it is get fixed with this. https://issues.apache.org/jira/browse/SOLR-6223 https://issues.apache.org/jira/browse/SOLR-4186 https://issues.apache.org/jira/browse/SOLR-4049 Could you try 4.10 from a svn branch and see if your problem is fixed?

Re: solr issue

2013-02-22 Thread Gora Mohanty
On 22 February 2013 12:40, Pawankumar Rote pawankumar.r...@aressindia.net wrote: Hi One of our client has purchased SOLR extension. We have integrated it with mageno community edition. We are facing below issues. 1] On click of search box pop up appears - it is ok. But the price displayed

Re: solr issue with seaching words

2012-09-14 Thread Erick Erickson
And you have SnowballPorterFilterFactory in your analysis chain which is transforming jacke into jack. Best Erick On Mon, Sep 10, 2012 at 7:15 AM, zainu zainu...@gmail.com wrote: http://lucene.472066.n3.nabble.com/file/n4006583/Unbenannt.png -- View this message in context:

Re: solr issue with seaching words

2012-09-10 Thread zainu
Thank you very much guys for your reply and sorry for getting back to you so late. Here is output from anylsis. Please see the attached image. I can see , it returns me Jack as well when i type jacke. -- View this message in context:

Re: solr issue with seaching words

2012-09-10 Thread zainu
http://lucene.472066.n3.nabble.com/file/n4006583/Unbenannt.png -- View this message in context: http://lucene.472066.n3.nabble.com/solr-issue-with-seaching-words-tp4005200p4006583.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr issue with seaching words

2012-09-06 Thread Chris Hostetter
: I am facing a strange problem. I am searching for word jacke but solr also : returns result where my description contains 'RCA-Jack/'. Íf i search : jacka or jackc or jackd, it works fine and does not return me any : result which is what i am expecting in this case. you need to tell us what

Re: solr issue with seaching words

2012-09-04 Thread Rafał Kuć
Hello! I suppose, you may have word delimiter along with stemming in your configuration. You may see how your analysis chain works in Solr analysis pages (admin panel). You can paste the type configuration for the field you experiencing issues on and we will be able to see what is happening. --

Re: solr issue with seaching words

2012-09-04 Thread Dikchant Sahi
Try debugging it using analysis page or running the query in debug mode (debugQuery=true). In analysis page, add 'RCA-Jack/' to index and 'jacke' to query. This might help you understanding the behavior. If still unable to debug, some additional information would be required to help. On Tue,

Re: Solr Issue : SOLR-3771

2012-08-31 Thread Lance Norskog
Java has system properties for setting proxies. http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html On Fri, Aug 31, 2012 at 3:43 AM, Nagaraj Molala nmol...@gmail.com wrote: Hi, Is there any option in the configuration to add proxy setting in the rss-data-config.xml file or

RE: SOLR issue - too many search queries

2012-04-10 Thread Darren Govoni
My first reaction to your question is why are you running thousands of queries in a loop? Immediately, I think this will not scale well and the design probably needs to be re-visited. Second, if you need that many requests, then you need to seriously consider an architecture that supports it.

Re: SOLR issue - too many search queries

2012-04-10 Thread Yonik Seeley
On Tue, Apr 10, 2012 at 8:51 AM, arunssasidhar arunssasid...@gmail.com wrote: We have a PHP web application which is using SOLR for searching. The APP is using CURL to connect to the SOLR server and which run in a loop with thousands of predefined keywords. That will create thousands of

Re: solr issue..

2011-12-23 Thread Erick Erickson
What version of Solr? It might help to review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Fri, Dec 23, 2011 at 4:55 AM, karan_jindal karan_jin...@students.iiit.ac.in wrote: hi all, I am getting this error while clicking on the replication link on the admin page of solr..