Re: Advice on how to work with pure JSON data.

2017-04-20 Thread russell . lemaster
One thing I forgot to mention in my original post is that I wish to do this using the SolrJ client. I have my own rest server that presents a common API to our users, but the back-end can be anything I wish. I have been using "that other Lucene based product" :), but I wish to stick to a

Data Changes Logging

2017-04-20 Thread Preeti Bhat
Hi All, We got a peculiar requirement from client, not sure whether the SOLR supports it or not. We would like to have alerts in place if we have the changes on the particular column for more than specific threshold on said day. For example: Say, we have column say "Name" on which we have say

Re: Nodes goes down but never recovers.

2017-04-20 Thread Pranaya Behera
Hi Erick, Even if they use different solr.home which I have also tested in AWS environment there also is the same problem. Can someone verify the first message in their local ? On Fri, Apr 21, 2017 at 2:27 AM, Erick Erickson wrote: > Have you looked at the

Enable https for Solr

2017-04-20 Thread Zheng Lin Edwin Yeo
Hi, I would like to find out, how can we allow Solr to accept secure connections via https? I am using SolrCloud on Solr 6.4.2 Regards, Edwin

Re: HttpSolrServer commit is taking more time

2017-04-20 Thread Shawn Heisey
On 4/20/2017 9:23 PM, Venkateswarlu Bommineni wrote: > I am new to Solr so need your help in solving below issue. > > I am using SolrJ to add and commit the files into Solr. > > But Solr commit is taking a long time. > > for example: for 14000 records it is taking 4 min. Usually, extreme commit

HttpSolrServer commit is taking more time

2017-04-20 Thread Venkateswarlu Bommineni
Hi, I am new to Solr so need your help in solving below issue. I am using SolrJ to add and commit the files into Solr. But Solr commit is taking a long time. for example: for 14000 records it is taking 4 min. below is the code snippet. *static final HttpSolrServer server = new

Re: Nodes goes down but never recovers.

2017-04-20 Thread Erick Erickson
Have you looked at the Solr logs on the node you try to bring back up? There are sometimes much more informative messages in the log files. The proverbial "smoking gun" would be messages about write locks. You say they are all using the same solr.home, which is probably the source of a lot of

Re: Advice on how to work with pure JSON data.

2017-04-20 Thread Mikhail Khludnev
This is one of the features of the epic https://issues.apache.org/jira/browse/SOLR-10144. Until it's done the only way to achieve this is to properly set many params for https://cwiki.apache.org/confluence/display/solr/Transforming+Result+Documents#TransformingResultDocuments-[subquery] Note,

Re: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Florian Gleixner
Hi, i wrote a Solr Cloud Proxy. The idea is to run a Proxy on every client machine, that wants to connect to the SolrCloud. The client connects to the proxy at localhost, and the proxy used SolrJ to connect to the cloud. It is not yet tested very well, but it works for me.

Advice on how to work with pure JSON data.

2017-04-20 Thread russell . lemaster
I have looked at many examples on how to do what I want, but they tend to only show fragments or they are based on older versions of Solr. I'm hoping there are new features that make what I'm doing easier. I am running version 6.5 and am testing by running in cloud mode but only on a single

Re: Nodes goes down but never recovers.

2017-04-20 Thread Pranaya Behera
Hi, Can someone from the mailing list also confirm the same findings ? I am at wit's end on what to do to fix this. Please guide me to create a patch for the same. On Thu, Apr 20, 2017 at 3:13 PM, Pranaya Behera wrote: > Hi, > Through SolrJ I am trying to

Unstored uniqueKey

2017-04-20 Thread Chris Sun
Hi, In Solr (6.5.0) cloud mode, is a string based (docValues=“true”) uniqueKey still required to be stored? I set it to false and got a “uniqueKey is not stored - distributed search and MoreLikeThis will not work” warning. Thanks, -- Chris

Re: BUILD FAILED solr 6.5.0

2017-04-20 Thread Steve Rowe
Hi Bernd, Glad you got things working. https://issues.apache.org/jira/browse/LUCENE-4960 is an existing issue to address this problem, but nobody has figured out how to do it yet I guess. -- Steve www.lucidworks.com > On Apr 20, 2017, at 2:35 AM, Bernd Fehling

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Shalin Shekhar Mangar
I also opened https://issues.apache.org/jira/browse/SOLR-10532 to fix this annoying and confusing behavior of SuggestComponent. On Thu, Apr 20, 2017 at 8:40 PM, Andrea Gazzarini wrote: > Ah great, many thanks again! > > > > On 20/04/17 17:09, Shalin Shekhar Mangar wrote: >> >>

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Andrea Gazzarini
Ah great, many thanks again! On 20/04/17 17:09, Shalin Shekhar Mangar wrote: Hi Andrea, Looks like I have you some bad information. I looked at the code and ran a test locally. The suggest.build and suggest.reload params are in fact distributed across to all shards but only to one replica of

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Shalin Shekhar Mangar
Hi Andrea, Looks like I have you some bad information. I looked at the code and ran a test locally. The suggest.build and suggest.reload params are in fact distributed across to all shards but only to one replica of each shard. This is still bad enough and you should use buildOnOptimize as

Issues with ingesting to Solr using Flume

2017-04-20 Thread Anantharaman, Srinatha (Contractor)
Hi all, I am trying to ingest data to Solr 6.3 using flume 1.5 on Hortonworks 2.5 platform Facing below issue while sinking the data 19 Apr 2017 19:54:26,943 ERROR [lifecycleSupervisor-1-3] (org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run:253) - Unable to start SinkRunner:

Re: Solr Stream Content from URL

2017-04-20 Thread Alexandre Rafalovitch
Not that I know of. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 19 April 2017 at 14:30, Furkan KAMACI wrote: > Hi Alexandre, > > My content is protected via Basic Authentication. Is it possible to use > Basic Authentication with

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Andrea Gazzarini
Perfect, I don't need NRT at this moment so that fits perfectly Thanks, Andrea On 20/04/17 14:37, Shalin Shekhar Mangar wrote: Yeah, if it is just once a day then you can afford to do an optimize. For a more NRT indexing approach, I wouldn't recommend optimize at all. On Thu, Apr 20, 2017 at

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Shalin Shekhar Mangar
Yeah, if it is just once a day then you can afford to do an optimize. For a more NRT indexing approach, I wouldn't recommend optimize at all. On Thu, Apr 20, 2017 at 5:29 PM, Andrea Gazzarini wrote: > Ok, many thanks > > I see / read that it should be better to rely on the

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Andrea Gazzarini
Ok, many thanks I see / read that it should be better to rely on the background merging instead of issuing explicit optimizes, but I think in this case one optimize in a day it shouldn't be a problem. Did I get you correctly? Thanks again, Andrea On 20/04/17 13:17, Shalin Shekhar Mangar

Re: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Mikhail Khludnev
Hello, Vrinda. AFAIK, this SolrCloud is supported https://github.com/dkrupnou/SolrNet/tree/cloud On Thu, Apr 20, 2017 at 9:47 AM, Vrinda Ashok wrote: > Hello, > > I have application sending request to Shard1 each time, making this > single point of failure. Please

Issue regarding range faceting inside pivot facets using solrj

2017-04-20 Thread Naman Asati
Hi I am using Solr 6.3.0 with Fusion 1.2.8. I am having an issue doing range faceting INSIDE the pivot faceting using the solr-solrj-5.0.0.jar. Let us consider 3 fields A, B and C. I want to do a range facet for A and pivot faceting of (B, C, Range facet of A). Code : ModifiableSolrParams

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Shalin Shekhar Mangar
On Thu, Apr 20, 2017 at 4:27 PM, Andrea Gazzarini wrote: > Hi Shalin, > many thanks for your response. This is my scenario: > > * I build my index once in a day, it could be a delta or a full >re-index.In any case, that takes some time; > * I have an auto-commit (hard, no

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Andrea Gazzarini
Hi Shalin, many thanks for your response. This is my scenario: * I build my index once in a day, it could be a delta or a full re-index.In any case, that takes some time; * I have an auto-commit (hard, no soft-commits) set to a given period and during the indexing cycle, several hard

Nodes goes down but never recovers.

2017-04-20 Thread Pranaya Behera
Hi, Through SolrJ I am trying to upload configsets and create collections in my solrcloud. Setup: 1 Standalone zookeeper listening on 2181 port. version 3.4.10 -- bin/zkServer.sh start 3 Starting solr nodes. (All running from the same solr.home) version 6.5.0 and as well in 6.2.1 -- bin/solr

Re: Index and query time suggester behavior in a SolrCloud environment

2017-04-20 Thread Shalin Shekhar Mangar
Comments inline: On Wed, Apr 19, 2017 at 2:46 PM, Andrea Gazzarini wrote: > Hi, > any help out there? > > BTW I forgot the Solr version: 6.5.0 > > Thanks, > Andrea > > > On 18/04/17 11:45, Andrea Gazzarini wrote: >> >> Hi, >> I have a project, with SolrCloud, where I'm going

RE: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Vrinda Ashok
Thanks Shawn. So do you suggest to have external load balance ? Something like HA proxy or physical load balance. -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Thursday, April 20, 2017 12:36 PM To: solr-user@lucene.apache.org Subject: Re: Loadbalance for

Re: Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Shawn Heisey
On 4/20/2017 12:47 AM, Vrinda Ashok wrote: > I have application sending request to Shard1 each time, making this single > point of failure. Please suggest what can I use for Load balancing in SolrNet. > > Is there something like CloudSolrClient as in SolrJ ? Or will I have to go > with HA proxy

Loadbalance for SorCloud using SolrNet

2017-04-20 Thread Vrinda Ashok
Hello, I have application sending request to Shard1 each time, making this single point of failure. Please suggest what can I use for Load balancing in SolrNet. Is there something like CloudSolrClient as in SolrJ ? Or will I have to go with HA proxy or physical load balance only ? Please

Re: BUILD FAILED solr 6.5.0

2017-04-20 Thread Bernd Fehling
Hi Steve, thanks a lot for solving my problem. Would it be possible to check for ivy >= 2.3 at start of build and give your hint as message to the user? Regards Bernd Am 19.04.2017 um 17:01 schrieb Steve Rowe: > Hi Bernd, > > Your Ivy may be outdated - the project requires minimum 2.3. > >

Re: Questions about the read and write speed of solr

2017-04-20 Thread Shawn Heisey
On 4/19/2017 6:31 PM, hu.xiaod...@zte.com.cn wrote: > What is the speed of reading and writing about solr? > Can someone give me some data of Performance? This question is too vague to answer. What exactly are you wanting to read and write? Even if you ask a more detailed question, the