RE: [solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-03 Thread Doss
Hi, The data import process will not happen automatically, we have to do it manually through the admin interface or by calling the URL https://lucene.apache.org/solr/guide/7_5/uploading-structured-data-store-data-with-the-data-import-handler.html Full Import: http://node1ip:8983/solr/yourindexn

RE: [solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-03 Thread 유정인
Hi Did you tell me how to call one node directly? Are you saying that one of the three nodes is automatically run? I would like to know how one of the three nodes is automatically performed. -Original Message- From: Doss Sent: Friday, January 04, 2019 3:38 PM To: solr-user@lucene.apac

Re: [solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-03 Thread Doss
Hi, I am assuming you are having the same index replicated in all 3 nodes, then doing a full index/ delta index using DIH in one node will replicate the data to other nodes, so no need to do it in all 3 nodes. Hope this helps! Best, Doss. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-U

Regarding Shards - Composite / Implicit , Replica Type - NRT / TLOG

2019-01-03 Thread Doss
Hi, We are planning to setup a SOLR cloud with 6 nodes for 3 million records (expected to grow to 5 million in a year), with 150 fields and over all index would come around 120GB. We plan to use NRT with 5 sec soft commit and 1 min hard commit. Expected query volume would be 5000 select hits per

Solr with Tableau

2019-01-03 Thread Saurabh Chandra
Hi, We want to connect Solr from Tableau. I don’t see default Solr connector available for Tableau. We thought we can use Solr JDBC driver, I think it will work for single collection but it will not support joins (what we get from Solr streams)? Please let me know if th

[solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-03 Thread 유정인
Hi solrcloud Configured on 3 nodes. DIH is used for collecting / indexing, and each node has the same DIH. The DIH is executed at a fixed interval each time. Then there is the question here. Are you running on 3 nodes simultaneously? Or is it only a leader? And how do you know the leade

Re: Identifying product name and other details from search string

2019-01-03 Thread Jan Høydahl
Check out http://solr.cool for some candidate query parsers -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 30. des. 2018 kl. 17:33 skrev UsesRN : > > Is there any way to identify product name and other details from search > string in Solr or Java

Re: Solr Size Limitation upto 32 KB files

2019-01-03 Thread Jan Høydahl
You are not saying exactly how you index those documents. But check out the requestParsers tag in solrconfig.xml, see https://lucene.apache.org/solr/guide/6_6/requestdispatcher-in-solrconfig.html#RequestDispatcherinSolrConfig-requestParsersElement

Re: Solr 7.2.1 Stream API throws null pointer execption when used with collapse filter query

2019-01-03 Thread David Smiley
File a JIRA issue please On Thu, Jan 3, 2019 at 5:20 PM gopikannan wrote: > Hi, >I am getting null pointer exception when streaming search is done with > collapse filter query. When debugged the last element in FixedBitSet array > is null. Please let me know if I can raise an issue. > > > ht

Re: So Many Zookeeper Warnings--There Must Be a Problem

2019-01-03 Thread Scott Stults
Good! Hopefully that's your smoking gun. The port settings are fine, but since you're deploying to separate servers you don't need different ports in the "server.x=" section. This section of the docs explains it better: http://zookeeper.apache.org/doc/r3.4.7/zookeeperAdmin.html#sc_zkMulitServerSe

Solr 7.2.1 Stream API throws null pointer execption when used with collapse filter query

2019-01-03 Thread gopikannan
Hi, I am getting null pointer exception when streaming search is done with collapse filter query. When debugged the last element in FixedBitSet array is null. Please let me know if I can raise an issue. https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/handler

Re: HttpParser URI is too large

2019-01-03 Thread Jan Høydahl
Upgrade to v7.6 https://issues.apache.org/jira/browse/SOLR-12814 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 21. des. 2018 kl. 21:00 skrev Tannen, Lev (USAEO) [Contractor] > : > > Hello Solr community, > > My

Re: AutoScaling Solr on AWS

2019-01-03 Thread Aaron Cline
I thought I'd try to add some more information here. 1. I have setup TLS for Solr and it seems to be working fine 2. I have setup Basic Auth for Solr which also seems to be working fine 3. I have setup ACLs for the Solr configs in Zookeepers which also seems to be working as expected. We have

Re: So Many Zookeeper Warnings--There Must Be a Problem

2019-01-03 Thread Joe Lerner
Hi Scott, First, we are definitely mis-onfigured for the myid thing. Basically two of them were identifying as ID #2, and they are the two ZK's claiming to be the leader. Definitely something to straighten out! Our 3 lines in zoo.cfg look correct. Except they look like this: clientPort:2181 ser

Re: So Many Zookeeper Warnings--There Must Be a Problem

2019-01-03 Thread Scott Stults
Hi Joe, Yeah, two leaders is definitely a problem. I'd fix that before wading through the error logs. Check out zoo.cfg on each server. You should have three lines at the end similar to this: server.1=host1:2181:2281 server.2=host2:2182:2282 server.3=host3:2183:2283 (substitute "host*" with the

So Many Zookeeper Warnings--There Must Be a Problem

2019-01-03 Thread Joe Lerner
Hi, We have a simple architecture: 2 SOLR Cloud servers (on servers #1 and #2), and 3 zookeeper instances (on servers #1, #2, and #3). Things work fine (although we had a couple of brief unexplained outages), but: One worrisome thing is that when I status zookeeper on #1 and #2, I get Mode=Leader

Re: SOLR v7 Security Issues Caused Denial of Use - Sonatype Application Composition Report

2019-01-03 Thread Bob Hathaway
Critical and Severe security vulnerabilities against Solr v7.1. Many of these appear to be from old open source framework versions. *9* CVE-2017-7525 com.fasterxml.jackson.core : jackson-databind : 2.5.4 Open CVE-2016-131 commons-fileupload : commons-fileupload : 1.3.2 Open CVE-2015-

SOLR v7 Security Issues Caused Denial of Use - Sonatype Application Composition Report

2019-01-03 Thread Bob Hathaway
We want to use SOLR v7 but Sonatype scans past v6.5 show dozens of critical and severe security issues and dozens of licensing issues. The critical security violations using Sonatype are inline and are indexed with codes from the National Vulnerability Database, Are there recommended steps for run

AutoScaling Solr on AWS

2019-01-03 Thread Aaron Cline
Solr Version 7.3.1 Java Version 1.8.0_151 I'm trying to get solrcloud to autoscale when a new node is added to the cluster and balance the existing replicas across the new node accordingly. I'm running into some kind of odd error during the compute_plan action. I'm hoping someone here will point m

Accessing multiValued field from within custom function

2019-01-03 Thread Dariusz Wojtas
Hi, I am using SOLR 7.5 in the cloud mode. I want to create a custom function similar to 'strdist' that works on multivalued fields (multiValued=true) and finds the highest matching score. Yes, I know the potential performance issues, but in my usecase this would bring a huge benefit. There is no

Re: Question about Solr concept

2019-01-03 Thread Alexandre Rafalovitch
I believe the answer is yes, but specifics depends on whether you mean online or offline index creation (as in when does the content appear) and also why you want to do so. Couple of ideas: 1) If you just want to make sure all updates are visible at once, you can control that with commit strategie

Question about Solr concept

2019-01-03 Thread KrishnaKumar Satyamurthy
Hi Solr Community Help, We are new to Solr and have have a basic question about Solr functioning. Is it possible to configure solr to perform searching only but not perform any indexing by reading the indexes created by a second solr instance? We really appreciate your kind response in this matte

Solr 7.6.0 and Java 11: ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')

2019-01-03 Thread Paul Smith Parker
Hello, I am going nuts with an issue I noticed since upgrading to Java 11. What I am using: Java 11 Spring Boot 2.1.1 with spring-boot-starter-data-solr (amongst spring-data-jpa etc) solr-solrj 7.6.0 What I am doing: SolrCrudRepository.saveAll(documents) What I am getting: 2019-01-03 13:47:5