Re: Client Connection Resets during Solr API Calls

2019-04-05 Thread bban954
Resolved this when I noticed that the ELB health checks were able to access the admin UI. The issue was that port 8983 was indeed blocked from the SSH machine, as that machine was located over a VPN tunnel into AWS. Our deployed applications had no issue accessing the test collection as they

Re: high cpu threads (solr 7.5)

2019-04-05 Thread Hari Nakka
Thank you. We are planning to upgrade the JDK 11. Is solr 7.5 fully compatible with openjdk 11. On Thu, Apr 4, 2019 at 9:58 AM Erick Erickson wrote: > It hasn’t been addressed by any Java 8 releases that I know of. > > See: https://issues.apache.org/jira/browse/SOLR-13349 > > The work-around

Client Connection Resets during Solr API Calls

2019-04-05 Thread bban954
I've recently stood up a SolrCloud 7.7.1 cluster on AWS EC2 instances, with a dedicated zookeeper ensemble (3.4.13). It looks to have the basic trappings of a 'test' collection, I can access the Solr admin UI through an SSH tunnel as well as run the following API calls with success (from a solr

Re: Solr LTR model Performance Issues

2019-04-05 Thread Kamal Kishore Aggarwal
Hi, Any update on this? Is this model running in multi threaded mode or is there is any scope to do this. Please let me know. Regards Kamal On Sat, Mar 23, 2019 at 10:35 AM Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > HI Jörn Franke, > > Thanks for the quick reply. > > I have

Re: Solr 6.6 and OpenJDK11

2019-04-05 Thread Jan Høydahl
The page below is just a draft for some wording that will go in the Reference Guide in next version. You can stick with Java8 for Solr 7.x and 8.x as well, but in most cases Java11 will work just fine. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 5. apr. 2019

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread Rohan Kasat
Hi Rashi, Can you share your spellcheck configuration, it will be easy to check from the configuration? Regards, Rohan Kasat On Fri, Apr 5, 2019 at 10:29 AM rashi gandhi wrote: > HI, > > I am working on Solr spellcheck feature, and I am using index based > spellcheck dictionary as a source

Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread rashi gandhi
HI, I am working on Solr spellcheck feature, and I am using index based spellcheck dictionary as a source for spellcheck suggestions. I observed that collated results returned by spellcheck component, provide the suggestions for misspelled words, however also provide suggestions for correctly

Re: Model type does not exist MultipleAdditiveTreesModel

2019-04-05 Thread Kamal Kishore Aggarwal
Hi Roee, It looks the error is due to blank feature param value in the json. "name" : "my", "features":[], "params" : { I have observed that many a times solr ltr returns generic error that 'Model type does not exist', but later actually found to be an issue with json. Just wanted to

Re: Document IDs instead of count for facets?

2019-04-05 Thread Jan Moszczynski
This is old. Still worth replying, as sometimes somebody might stumble across the same problem. Well I achieved this rather simply by using facet.pivot. If you define your facet.pivot as “n_cellered_diseaseExact,id” you will get in return the data structure containing pivot list of all

Re: DocValues or stored fields to enable atomic updates

2019-04-05 Thread Emir Arnautović
Hi Andreas, Stored values are compressed so should take less disk. I am thinking that doc values might perform better when it comes to executing atomic update. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training -

Re : Re: Solr 6.6 and OpenJDK11

2019-04-05 Thread e_briere
There is a lack of consensus about Java 11 support. We have been recommended to stick to Java 8 even on Solr 7.X. Is the page bellow the 'official' position? Eric. Le 05/04/19 03:23, Jan Høydahl a écrit : > > Solr7 is the first Solr version that has been proved to work with JDK9+ > So you

DocValues or stored fields to enable atomic updates

2019-04-05 Thread Andreas Hubold
Hi, I have a question on schema design: If a single-valued StrField is just used for filtering results by exact value (indexed=true) and its value isn't needed in the search result and not for sorting, faceting or highlighting - should I use docValues=true or stored=true to enable atomic

Re: Windows SSL.Keystore and Windows TrustStore requires an empty PKCS#12 Key Store

2019-04-05 Thread Jan Høydahl
Hi, Thanks for your proposal. I think it warrants a new JIRA issue as a feature request. Patches to both code and documentation are highly welcome! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 5. apr. 2019 kl. 10:53 skrev Herbert Hackelsberger : > > Hi, > > I

Windows SSL.Keystore and Windows TrustStore requires an empty PKCS#12 Key Store

2019-04-05 Thread Herbert Hackelsberger
Hi, I managed to get Windows-MY (SSL Personal Store) and Windows-ROOT (Root CA Store) with Solr 8.0.0 to work. How? I enabled the following in solr.in.cmd: set SOLR_SSL_CHECK_PEER_NAME=true set SOLR_SSL_ENABLED=true set SOLR_SSL_KEY_STORE=NONE set SOLR_SSL_KEY_STORE_PASSWORD= set

[ANNOUNCE] Apache Solr 6.6.6 released

2019-04-05 Thread Ishan Chattopadhyaya
5 April 2019, Apache Solr™ 6.6.6 available The Lucene PMC is pleased to announce the release of Apache Solr 6.6.6. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted

Re: solr tika extraction video creation date problem (hours ahead)

2019-04-05 Thread Alexandre Rafalovitch
Well, Tika would use different libraries to extract different formats. So maybe there is a bug. I would just get a standalone tika (of matching version to the one in Solr) and see what the output from two sample files are. Then, I would check with the latest Tika, just in case. I would also use

Re: Solr 6.6 and OpenJDK11

2019-04-05 Thread Jan Høydahl
Solr7 is the first Solr version that has been proved to work with JDK9+ So you better stick with Java8. Solr 7/8 will work with JDK11, and Solr 9 will likely require it. Much more details to be found here: https://wiki.apache.org/solr/SolrJavaVersions -- Jan Høydahl, search solution architect