Hello,
I am trying to backup the Solr index data using collection API.
I have \collection2_shard1_replica1\data\index\segments_6 in my data folder,
but when I try to backup files, It expects
\collection2_shard1_replica1\data\index\segments_5 which is not there in
data folder, hence giving excepti
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 prod
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 ar
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 Solr logs on the node you
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
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 ti
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 HttpSolrServer
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 your
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, here
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.
https://gitlab.lrz.de/
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
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 upload configsets and create
>
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
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
> wrote:
>
> Hi Steve,
>
> th
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:
>>
>> Hi Andrea,
>>
>> Lo
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 e
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
suggest
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:
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 Solr Content Streams?
>
> Ki
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 5
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 background merging
> in
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 wro
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 suggest what can I use for Lo
Minor correction :
params.add("f.A.facet.range.gap","8") ;
On 20-Apr-2017 5:10 PM, "Naman Asati" wrote:
> 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 an
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 param
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 soft-commits) set t
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 comm
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
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 to use the Suggester
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 SorC
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
31 matches
Mail list logo