Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
I cleared the Firefox cache and restarted and things are working ok now. Jim On Sun, Jun 7, 2020 at 3:44 PM Jim Anderson wrote: > @Jan > > Thanks for the suggestion. I tried opera instead of firefox and it worked. > I will try cleaner the cache on firefox, restart it and see if it works >

Re: Indexing PDF on SOLR 8.5

2020-06-07 Thread Erick Erickson
https://lucidworks.com/post/indexing-with-solrj/ > On Jun 7, 2020, at 3:22 PM, Fiz N wrote: > > Thanks Jorn and Erick. > > Hi Erick, looks like the skeletal SOLRJ program attachment is missing. > > Thanks > Fiz > > On Sun, Jun 7, 2020 at 12:20 PM Erick Erickson > wrote: > >> Here’s a

Re: Indexing PDF on SOLR 8.5

2020-06-07 Thread Fiz N
Thanks Erick... On Sun, Jun 7, 2020 at 1:50 PM Erick Erickson wrote: > https://lucidworks.com/post/indexing-with-solrj/ > > > > On Jun 7, 2020, at 3:22 PM, Fiz N wrote: > > > > Thanks Jorn and Erick. > > > > Hi Erick, looks like the skeletal SOLRJ program attachment is missing. > > > > Thanks

Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
Hi, I'm a newbie with Solr, and going through tutorials and trying to get Solr working with Nutch. Today, I started up Solr and then brought up Solr Admin at: http://localhost:8983/solr/ The admin pages comes up with: SolrCore Initialization Failures - *{{core}}:* {{error}} Please check

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
>>> Did you install Solr with the installer script I was not aware that there is an install script. I will look for it, but if you can point me to it, that will help >>> or just >>> start it up after extracting the archive? I extracted the files from a tar ball and did a bit of setting up. For

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Shawn Heisey
On 6/7/2020 10:16 AM, Jim Anderson wrote: The admin pages comes up with: SolrCore Initialization Failures I look in my .../solr/server/logs directory and cannot find and meaningful errors or warnings. Should I be looking elsewhere? That depends. Did you install Solr with the installer

Re: Indexing PDF on SOLR 8.5

2020-06-07 Thread Jörn Franke
You have to write an external application that creates multiple threads, parses the PDFs and index them in Solr. Ideally you parse the PDFs once and store the resulting text on some file system and then index it. Reason is that if you upgrade to two major versions of Solr you might need to

Re: Indexing PDF on SOLR 8.5

2020-06-07 Thread Erick Erickson
Here’s a skeletal SolrJ program using Tika as another alternative. Best, Erick > On Jun 7, 2020, at 2:06 PM, Jörn Franke wrote: > > You have to write an external application that creates multiple threads, > parses the PDFs and index them in Solr. Ideally you parse the PDFs once and > store

Re: Indexing PDF on SOLR 8.5

2020-06-07 Thread Fiz N
Thanks Jorn and Erick. Hi Erick, looks like the skeletal SOLRJ program attachment is missing. Thanks Fiz On Sun, Jun 7, 2020 at 12:20 PM Erick Erickson wrote: > Here’s a skeletal SolrJ program using Tika as another alternative. > > Best, > Erick > > > On Jun 7, 2020, at 2:06 PM, Jörn Franke

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jan Høydahl
Try force reloading the admin page in your browser a few times. Or try another browser? Jan Høydahl > 7. jun. 2020 kl. 21:07 skrev Jim Anderson : > >  Did you install Solr with the installer script > > I was not aware that there is an install script. I will look for it, but if > you can

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
An update. I started over by removing my Solr 7.3.1 installation and untarring again. Then went to the bin root directory and entered: bin/solr -start Next, I brought up the solr admin window and it still gives the same error message and hangs up. As far as I can tell I am running solr

Re: Periodically 100% cpu and high load/IO

2020-06-07 Thread Marvin Bredal Lillehaug
We have upgrading 8.5.2 on the way to production, so we'll see. We are running with default merge config, and based on the description on https://lucene.apache.org/solr/guide/8_5/taking-solr-to-production.html#dynamic-defaults-for-concurrentmergescheduler I don't understand why all cpus are

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
@Jan Thanks for the suggestion. I tried opera instead of firefox and it worked. I will try cleaner the cache on firefox, restart it and see if it works there. Jim On Sun, Jun 7, 2020 at 3:28 PM Jim Anderson wrote: > An update. > > I started over by removing my Solr 7.3.1 installation and

Indexing PDF on SOLR 8.5

2020-06-07 Thread Fiz N
Hello SOLR Experts, I am working on a POC to Index millions of PDF documents present in Multiple Folder in fileshare. Could you please let me the best practices and step to implement it. Thanks Fiz Nadiyal.

Re: Limit Solr Disk IO

2020-06-07 Thread Anshuman Singh
Hi Eric, Thanks for your reply! I have one more question which I think you missed in my previous email. *"When our core size becomes ~100 G, indexing becomes really slow. Why is this happening? Do we need to put a limit on how large each core can grow?"* This question is unrelated to segments. I

Re: Edismax query using different strings for different fields

2020-06-07 Thread David Zimmermann
Thanks for the support Erick. Not using the “qf" parameter at all seems to give me valid query results now. The query debug information: "debug":{ "rawquerystring":"claims_en:(An English sentence) description_en:(An English sentence) claims_de:(Ein Deutscher Satz) description_de:(Ein Deutscher

Re: Highlighting values of non stored fields

2020-06-07 Thread mosh bla
Thanks Erick for the reply. Your answer is eaxctly what I was expecting from the highlight component but it seems like I am getting different behaviour. I'll try to give a simple example and I hope you can explain where is my mistake. Say I have the following fields configuration: And I

Re: Periodically 100% cpu and high load/IO

2020-06-07 Thread Phill Campbell
Can you switch to 8.5.2 and see if it still happens. In my testing of 8.5.1 I had one of my machines get really hot and bring the entire system to a crawl. What seemed to cause my issue was memory usage. I could give the JVM running Solr less heap and the problem wouldn’t manifest. I haven’t

RE: Atomic updates with nested documents

2020-06-07 Thread Kaminski, Adi
Hi Ludger, We had the same issue with Solr 7.6, and after discussing with the community we've found out that this partial update of parent document without "harm" parent-child association can work only on Solr 8.1 or higher, and It also requires some prerequisites. See the below item and it's