-user@lucene.apache.org
Objet : RE: [Solr8.7] UI request reply empty after 8s
Hi,
A while ago I asked the same thing here. Looking at the source javascript code
of the frontend app, I saw a 10k millisecond timeout config in httpInterceptor
inside app.js. I changed it to something much larger and resul
Windows 10
From: Bruno Mannina
Sent: 13 January 2021 16:39
To: solr-user@lucene.apache.org
Subject: [Solr8.7] UI request reply empty after 8s
Hi All,
I'm facing a problem with my Solr8.7.
When I do a query on my collection from the Solr UI, if the request takes
more than 8s nothing ha
Hi All,
I'm facing a problem with my Solr8.7.
When I do a query on my collection from the Solr UI, if the request takes
more than 8s nothing happens.
I mean, Solr UI answer a blank page. No error in log, no response, nothing
at all.
And if I do the same request just behind, the a
; >
> > > On Oct 8, 2020, at 5:54 AM, Colvin Cowie
> > wrote:
> > >
> > > Images won't be included on the mailing list. You need to put them
> > > somewhere else and link to them.
> > >
> > > With that said, if you're switc
the mailing list. You need to put them
> > somewhere else and link to them.
> >
> > With that said, if you're switching between versions, maybe your browser
> > has the old UI cached? Try clearing the cache / viewing it in a private
> > window and see if it&
t; somewhere else and link to them.
>
> With that said, if you're switching between versions, maybe your browser
> has the old UI cached? Try clearing the cache / viewing it in a private
> window and see if it's any different.
>
> On Wed, 7 Oct 2020 at 11:22, Vinay Rajp
Images won't be included on the mailing list. You need to put them
somewhere else and link to them.
With that said, if you're switching between versions, maybe your browser
has the old UI cached? Try clearing the cache / viewing it in a private
window and see if it's any different.
Hi All,
We are currently using Solr 7.3.1 in cloud mode and planning to upgrade.
When I bootstrapped Solr 8.6.2 in my local machine and uploaded all
necessary configs, I noticed one issue in admin UI.
If I select a collection and go to files, it shows the content tree having
all files and
Hello all,
Our Solr web ui (/solr/#/) doesn't show query results if it takes longer than,
say 3-4 seconds. When I look at the browser console, I see the request is
getting cancelled. I went through the javascript code but didn't see a part
that cancels the request after a couple
Thanks Alexandre. It was cache issue.
Regards
Manisha Rahatadkar
-Original Message-
From: Alexandre Rafalovitch
Sent: Friday, September 25, 2020 6:12 PM
To: solr-user
Subject: Re: Solr 8.6.2 UI issue
Sounds strange. If you had Solr installed previously, it could be cached
Javascript
Sounds strange. If you had Solr installed previously, it could be
cached Javascript. Force-reload or try doing it in an anonymous
window.
Also try starting with an example (solr/start -e techproducts).
Finally, if you are up to it, see if there are any serious errors in
the Browser's developer co
Hello All
I downloaded 8.6.2 and running it on windows 10 machine. Solr starts on 8983
port but whenever I click on any menu like Logging, Core Admin, Query it always
shows only dashboard screen.
Has anyone experienced this issue?
Regards
Manisha Rahatadkar
Confidentiality Notice
Use Solr 8.5.1, no issue to add replica/collection from my side.
What's the step you use? and for sure logs would be helpful
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Have you checked the logs to see what is happening? What error messages are
you getting?
On Wed, 24 Jun 2020 at 15:23, Shreyas Kothiya <
shreyas.koth...@archivesocial.com> wrote:
> Hello
>
> I was trying to add replica using solr admin UI. but it seems not working
> on solr
Hello
I was trying to add replica using solr admin UI. but it seems not working on
solr 8.5.1 .
I was not able to find any bug around this. is this a known bug or do I need to
change any-settings to enable this,
Thanks
You can restrict the admin UI by limiting access using the authorization
plugin. I would though not give access to end users for the admin UI. A good
practice is to create your own web application running on a dedicated server
that manages all the authentication / authorization and provides a
Dear Solr support team,
Hope you are doing well in this difficult time! I have 2 quick questions:
1. Are we able to restrict Admin UI's functions? For example, blocking the
update (insert/delete/edit) functions on the Admin UI. My colleagues would like
to open this Admin UI to users,
Hi All,
We are coming across a strange bug in the Analysis section of the Admin UI. For
our non-English schema components, instead of the Synonym Graph Filter (SGF)
showing in the UI, it's showing something called a "List Based Token Stream"
(LBTS) in its place. We found an
didn't see it.
>
> When loading / refreshing the Admin UI in 8.5.1, it briefly but *visibly*
> shows a placeholder for the "SolrCore Initialization Failures" error
> message, with a lot of redness. It looks like there is a real problem.
> Obviously the message th
Sorry if this has already been raised, but I didn't see it.
When loading / refreshing the Admin UI in 8.5.1, it briefly but *visibly*
shows a placeholder for the "SolrCore Initialization Failures" error
message, with a lot of redness. It looks like there is a real problem.
Obviou
I have opened https://issues.apache.org/jira/browse/SOLR-14416 for this
On Thu, 20 Jun 2019 at 17:01, Colvin Cowie
wrote:
> On Solr 8.1.1 / 7.7.2 with Oracle 1.8.0_191 25.191-b12 with Solr running
> on Windows 10
>
> In the Nodes view of the Admin UI,
> http://localhost:8983/sol
I failed to include this line in my first post. This /select call with strange
parameters (q=1) seems to be happening periodically even when I don't do any
operation on Admin UI. I scanned the Solr source code, /opt/solr and
/var/solr/data and I couldn't find the source of this call.
On 4/2/20 5:39 AM, Erick Erickson wrote:
What do your Solr logs show? My bet is that your mods to the configs somehow
caused the reload to fail too early in the process to be shown in the UI.
These are the lines in solr.log that I see lead to the stack trace (core name
has been modified to
What do your Solr logs show? My bet is that your mods to the configs somehow
caused the reload to fail too early in the process to be shown in the UI.
Best,
Erick
> On Apr 2, 2020, at 02:50, TK Solr wrote:
>
> I'm on Solr 8.3.1 running in non-solrcloud mode.
>
> When
I'm on Solr 8.3.1 running in non-solrcloud mode.
When I tried to reload an existing core from Admin UI's "Core Admin" by clicking
Reload, after modifying the core's conf/managed-schema, no error was reported.
But the newly added field type is not shown in the core's Analyzer section.
I select
chance using Internet Explorer? (See
>> https://stackoverflow.com/questions/56262704/solr-solrcore-initialization-failures-core-error
>> )
>>
>> Jan
>>
>> > 5. mar. 2020 kl. 22:03 skrev Ryan W :
>> >
>> > Hi all,
>> >
>> > On my dev server,
5. mar. 2020 kl. 22:03 skrev Ryan W :
> >
> > Hi all,
> >
> > On my dev server, in the Solr admin UI, I see...
> >
> >SolrCore Initialization Failures
> >{{core}}: {{error}}
> >Please check your logs for more information
> >{{exce
t; Hi all,
>
> On my dev server, in the Solr admin UI, I see...
>
>SolrCore Initialization Failures
>{{core}}: {{error}}
>Please check your logs for more information
>{{exception.msg}}
>
> These appear to be template variables, but they are never popula
Hi all,
On my dev server, in the Solr admin UI, I see...
SolrCore Initialization Failures
{{core}}: {{error}}
Please check your logs for more information
{{exception.msg}}
These appear to be template variables, but they are never populated. They
just dump to the screen. There
pgrading to Solr 8.3 I observe that in the Admin UI the collection
>> selector is greyed out. I am using Chrome. The core selector works as
>> expected.
>>
>> Any idea why this is happening?
>>
>> Thank you.
>>
>> Best regards
Never mind. Restart of browser worked.
> Am 06.11.2019 um 10:32 schrieb Jörn Franke :
>
> Hi,
>
> After upgrading to Solr 8.3 I observe that in the Admin UI the collection
> selector is greyed out. I am using Chrome. The core selector works as
> expected.
>
> Any
Hi,
After upgrading to Solr 8.3 I observe that in the Admin UI the collection
selector is greyed out. I am using Chrome. The core selector works as expected.
Any idea why this is happening?
Thank you.
Best regards
rceconnections.com/blog/2019/09/23/what-happens-at-a-lucene-solr-hackday/
> >> - hopefully a pointer towards getting this fixed.
> >>
> >> Best
> >>
> >> Charlie
> >>
> >> On 20/10/2019 09:06, Sotiris Fragkiskos wrote:
> >>>
2019 09:06, Sotiris Fragkiskos wrote:
>>> Hi everyone!
>>>
>>> is there any way the collections available on the left-hand side of the
>>> solr UI can be sorted? I'm referring to the "collection selector"
>> dropdown.
>>> But the sa
; - hopefully a pointer towards getting this fixed.
>
> Best
>
> Charlie
>
> On 20/10/2019 09:06, Sotiris Fragkiskos wrote:
> > Hi everyone!
> >
> > is there any way the collections available on the left-hand side of the
> > solr UI can be sorted? I'm
wrote:
Hi everyone!
is there any way the collections available on the left-hand side of the
solr UI can be sorted? I'm referring to the "collection selector" dropdown.
But the same applies to the Collections button.
The sorting seems kind of..random?
Thanks in advance!
Sotir
--
Ch
add that functionality to the
> admin UI that’d be great.
>
> If you know the name, you can just start typing and not have to scroll.
>
> Best,
> Erick
>
> > On Oct 20, 2019, at 4:06 AM, Sotiris Fragkiskos
> wrote:
> >
> > Hi everyone!
> >
> > is th
Unfortunately not, although if you’d like to add that functionality to the
admin UI that’d be great.
If you know the name, you can just start typing and not have to scroll.
Best,
Erick
> On Oct 20, 2019, at 4:06 AM, Sotiris Fragkiskos wrote:
>
> Hi everyone!
>
> is th
Hi everyone!
is there any way the collections available on the left-hand side of the
solr UI can be sorted? I'm referring to the "collection selector" dropdown.
But the same applies to the Collections button.
The sorting seems kind of..random?
Thanks in advance!
Sotir
On Solr 8.1.1 / 7.7.2 with Oracle 1.8.0_191 25.191-b12 with Solr running on
Windows 10
In the Nodes view of the Admin UI,
http://localhost:8983/solr/#/~cloud?view=nodes there is a refresh button.
However when you click it, the only thing that gets visibly refreshed is
the 'bar chart'
re
> > sub-par :). Anything that changes the URL will interrupt caching so just
> > adding a query parameter &_v=8.1.1 (or whatever) to every request would
> > probably do the trick, there's no need to mess with file names or file
> > locations IF the UI can easily do su
o need to mess with file names or file
locations IF the UI can easily do such a thing. One could write javascript
to find all the src/href etc on the page and append... as for whether
that's easy in our actual UI, I don't know. haven't tried to work with it
yet.
I agree, we definitely
ations IF the UI can easily do such a thing. One could write javascript
to find all the src/href etc on the page and append... as for whether
that's easy in our actual UI, I don't know. haven't tried to work with it
yet.
On Wed, Jun 5, 2019 at 4:22 PM Jan Høydahl wrote:
>
Could perhaps the UI have a version hard coded, and when the dashboard fetches
/admin/info/system it compares the version, and if newer than what is in the
JS, it will pop up a dialogue to ask user to reload and clear caches for the
site in browser?
Jan Høydahl
> 5. jun. 2019 kl. 20:47 sk
On 6/5/2019 11:10 AM, Colvin Cowie wrote:
Upon opening the Admin UI I got some nasty behaviour, which appears to be a
result of some the Solr 6 Admin UI pages being cached.
In general I would consider this a bug, and a good reason to raise an
issue in Jira.
The admin UI should tell the
Hello,
I have just hit this and wondered if anyone has seen similar before since
the login page was added to the Admin UI?
I'm using Solr 6.6.6 currently, but I'm in the process of moving to 8.1.x.
That means I've been accessing the UI from 6 and had it cached. I switched
off 6 an
e the «all» permission actually blocks access to the
AdminGui servlet so we won’t even serve the static UI files :)
Please open a JIRA issue for this.
You can open another JIRA for the “empty password” issue. We should be
consistent so if we allow creation of user with empty pw then it
Thanks. Lions like the «all» permission actually blocks access to the AdminGui
servlet so we won’t even serve the static UI files :)
Please open a JIRA issue for this.
You can open another JIRA for the “empty password” issue. We should be
consistent so if we allow creation of user with empty
uest to your
Solr and show what headers that Solr returns instead of the
www-authenticate header?
Jan
23. mar. 2019 kl. 15:34 skrev a...@sigil.red:
Hi
SOLR-7896 made some changes to the admin ui login. After the changes
I can no longer log in at all.
I'm running standalone sol
> Hi
>
> SOLR-7896 made some changes to the admin ui login. After the changes I can no
> longer log in at all.
>
> I'm running standalone solr 7.7 (same with 8.0) with the following
> security.json:
>
>> {
>> "authentication": {
>>
Hi
SOLR-7896 made some changes to the admin ui login. After the changes I
can no longer log in at all.
I'm running standalone solr 7.7 (same with 8.0) with the following
security.json:
{
"authentication": {
"class": "solr.BasicAuthPlugin",
&qu
Solr has a configuration option that allows redacting particular
properties that appear in the Admin UI. I _think_ this is the
functionality you're looking for. For more information, Kevin Risden
has a great little writeup of it here:
https://risdenk.github.io/2018/11/27/apache-solr-hide-r
ord>
That point onwards your credentials will be encrypted on the admin ui.
I do not think your -DbasicAuth password will change but your actual password
would be different and base64 encrypted.
> On Mar 6, 2019, at 12:22 AM, el mas capo wrote:
>
> Hi everyone,
> I am trying
Hi everyone,
I am trying to configure Cloud Solr(7.7.0) with basic Authentification. All
seems to work nicely, but when I enter on the Web UI I can see the basic Auth
Password configured in solr.in.sh in clear format:
-Dbasicauth=solr:SolrRocks
Can this behaviour be avoided?
Thank you by your
have opened the SOLR admin UI on IE11 and run a query (*:*) against the
techproducts core. If I re-execute exactly the same query from the UI by
re-pressing the
"execute query" button the results are exactly the same ( including the QTime
value). Running IE11 in debug mode (F12) wi
have opened the SOLR admin UI on IE11 and run a query (*:*) against the
techproducts core. If I re-execute exactly the same query from the UI by
re-pressing the
"execute query" button the results are exactly the same ( including the QTime
value). Running IE11 in debug mode (F12) wi
on
> Sent: Thursday, 24 January 2019 1:23:15 PM
> To: solr-user
> Subject: Re: Solr admin UI new features
>
> H, is there any chance you somehow have your Solr instances
> pulling some things, particularly browser-related from your old
> install? Or from some intermediate
use. (The bundled version or
our production instance). Thanks again for your assistance it's very much
appreciated.
Dwane
From: Erick Erickson
Sent: Thursday, 24 January 2019 1:23:15 PM
To: solr-user
Subject: Re: Solr admin UI new features
H, is there
l wrote:
>
> Hi user community,
>
>
> I recently upgraded a single node solr cloud environment from 7.3.1 to 7.6.
> While traversing through the release notes for solr 7.5 to identify any
> important changes to consider for the upgrade I noticed two excellent
> additio
Hi user community,
I recently upgraded a single node solr cloud environment from 7.3.1 to 7.6.
While traversing through the release notes for solr 7.5 to identify any
important changes to consider for the upgrade I noticed two excellent additions
to the Admin UI that took effect in solr 7.5
I have seen the same if the JDBC jar is not found, you cannot tell from the UI,
you have to go to Solr logs. We should fix this!
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
> 30. nov. 2018 kl. 00:46 skrev Shawn Heisey :
>
> I'm looking into a pro
I'm looking into a problem where the admin UI dataimport screen has a
green status summary bar even though an import has failed.
Here's a screenshot:
https://www.dropbox.com/s/94baej11nn75746/dih-green-import-failed.png?dl=0
What I did to get this:
Downloaded 7.5.0.
Extracted the a
LR_OPTS="-Dsolr.redaction.system.pattern=(.*password.*|.*your-own-regex.*)"
>>
>> Then the property will show as --REDACTED— in the UI.
>>
>> Note that the property still will leak through /solr/admin/metrics and you
>> need to add the same exclusion in
password.*|.*your-own-regex.*)"
>
> Then the property will show as --REDACTED— in the UI.
>
> Note that the property still will leak through /solr/admin/metrics and you
> need to add the same exclusion in solr.xml, see
> https://lucene.apache.org/solr/guide/7_5/metrics-reporti
It's not documented in the Ref Guide, but you can set this system property to
fix it:
SOLR_OPTS="-Dsolr.redaction.system.pattern=(.*password.*|.*your-own-regex.*)"
Then the property will show as --REDACTED— in the UI.
Note that the property still will leak through /solr/admin/
This sounds like an X Y problem <http://xyproblem.info/>. Why do you want
to do that? Can you give more detail. What sort of information is exposed
that you don't want someone to see, and who is that someone? Particularly,
how is it they can use the admin UI which has the ability to
Hi,
Is there a way to disable jvm properties from the solr UI.
It has some information which we don’t want to expose. Any pointers would
be helpful.
Thanks
Hi Alex, Hi All,
So. I'm a bit at a lost here.
For my given collection, I have both soft and hard commits. First every 15
seconds, 2nd every 60 seconds. My collection has 2 shards, each without any
replica. So I don't think the index replication is involved, right? We
pushed some data into this c
Hi Alex,
Thanks for replying.
I also found this:
http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201404.mbox/%3c53483062.2000...@elyograg.org%3E
where it says "s basically means that Lucene has detected an index state
where something has made changes to the index, but those changes are
I would say this is the relevant page for the "current" and
"generation" https://lucene.apache.org/solr/guide/6_6/index-replication.html
And I think generation refers to the actual Lucene index, so is
explained further here:
https://lucene.apache.org/core/6_6_0/core/org/apache/lucene/codecs/lucene
Hi dear SOLR community.
On this page of the documentation:
https://lucene.apache.org/solr/guide/6_6/core-specific-tools.html what are
the fields "current" and "gen" referring to? I have not been able to find
that anywhere :(
Thanks,
JMS
On 8/21/2018 7:11 PM, Ahmed Musallam wrote:
I'd like to build a UI plugin for solr, I can see all the ui related assets
in `/server/solr-webapp` but is there a way to add UI plugins without
modifying the ui assets under `/server/solr-webapp`?
by plugin, I mean some way I can add a some fo
Hi Ahmed,
I am not aware of some extension point in UI, but you can maybe use some
combination of request handler and velocity response writer to get what you
want, but you will not have some link in UI.
Emir
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticse
Hi,
I'd like to build a UI plugin for solr, I can see all the ui related assets
in `/server/solr-webapp` but is there a way to add UI plugins without
modifying the ui assets under `/server/solr-webapp`?
by plugin, I mean some way I can add a some form of UI to the admin UI, and
even better,
On 4/19/2018 12:32 AM, Bernd Fehling wrote:
Would be cool if that would be possible, to change the log level for solr.log
from the Admin UI. Imagine, a running system with problems, you can change
log level and get more logging info into solr.log without restarting the system
and overloading the
Hi Emir,
thanks for the infos, it works for the Admin UI.
But it fills the Admin UI pretty heavy with log messages.
I think it is a misunderstanding on my side because I was hoping to change
the log level for solr.log with Admin UI.
Would be cool if that would be possible, to change the log level
The changes made using the admin logging UI are local to the node. It will
not change logging settings on other nodes and these changes do not persist
between restarts.
On Wed, Apr 18, 2018 at 7:33 PM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> I just tried to change the
Hi,
It is not exposed in the admin console (would be nice if it is!), but there is
a way to set threshold for admin UI logs. You can simply execute following:
http://localhost:8983/solr/admin/info/logging?since=0&threshold=INFO
<http://localhost:8983/solr/admin/info/logging?since=0&am
On 4/18/2018 8:03 AM, Bernd Fehling wrote:
I just tried to change the log level with Solr Admin UI but it
does not change any logging on my running SolrCloud.
It just shows the changes in the Admin UI and the commands in the
request log, but no changes in the level of logging.
Do I have to
I just tried to change the log level with Solr Admin UI but it
does not change any logging on my running SolrCloud.
It just shows the changes in the Admin UI and the commands in the
request log, but no changes in the level of logging.
Do I have to RELOAD the collection after changing log level
On 3/8/2018 3:48 AM, 胡一博 wrote:
I run solr 5.5.1. I was found some pink segments on the "Segment Info"
tag of solr UI. What`s that meaning ? Is my cluster not healthy?
I found the pink color (#FFC9F9) in a css file:
server\solr-webapp\webapp\css\angular\segments.css
It was in a
hello,
I run solr 5.5.1. I was found some pink segments on the "Segment Info" tag of
solr UI.
What`s that meaning ? Is my cluster not healthy?
The only way I know to directly add multiple facet fields in the Admin UI is
to add those facet fields in the "Raw Query Parameters". Like this:
facet.field=subject&facet.field=type&facet.field=organization&facet.field=region
--
View this message in context:
http://lucen
eal with your suggester end-point response so
>> that it writes out one per line as plain text and you’re there.
>> Happy to help further if you run into any issues.
>>
>> And yes, it’d be nice if this got built-in more modernly into the out
>> of the box /brows
+solr-user
Might get a different audience on this list.
-- Forwarded message --
From: Christine Poerschke (BLOOMBERG/ LONDON)
Date: Fri, Jun 16, 2017 at 11:43 AM
Subject: (how) do folks use the Cloud Graph (Radial) in the Solr Admin UI?
To: d...@lucene.apache.org
Any thoughts
Hi,
I use DIH in solr-cloud mode (implicit route) in solr6.5.1.
When I start the import it works fine and I see the progress in the logfile.
However, when I click the "Refresh Status" button in the web-ui while the
import is running
I only see "No information available (idle)&
as plain text and you’re there.
>Happy to help further if you run into any issues.
>
>And yes, it’d be nice if this got built-in more modernly into the out
>of the box /browse. If you want to open a JIRA and hack through it
>together I’m game.
>
> Erik
>
>
>&g
If you want to open a JIRA and hack through it together I’m game.
Erik
> On Jun 5, 2017, at 4:14 PM, Walter Underwood wrote:
>
> Does anyone have the new suggester working in the Velocity browse UI? In
> 6.5.1, it uses the terms component.
>
> I could probably figure ou
Does anyone have the new suggester working in the Velocity browse UI? In 6.5.1,
it uses the terms component.
I could probably figure out how to do that in Velocity, but if someone has
already done that, it would be great.
We use the Velocity UI as an internal exploration and diagnostic search
> Shawn Heisey hat am 17. Mai 2017 um 15:10 geschrieben:
>
>
> On 5/17/2017 6:18 AM, Thomas Porschberg wrote:
> > Thank you. I am now a step further.
> > I could import data into the new collection with the DIH. However I
> > observed the following exception
> > in solr.log:
> >
> > request:
On 5/17/2017 6:18 AM, Thomas Porschberg wrote:
> Thank you. I am now a step further.
> I could import data into the new collection with the DIH. However I observed
> the following exception
> in solr.log:
>
> request:
> http://127.0.1.1:8983/solr/hugo_shard1_replica1/update?update.distrib=TOLEAD
> Tom Evans hat am 17. Mai 2017 um 11:48 geschrieben:
>
>
> On Wed, May 17, 2017 at 6:28 AM, Thomas Porschberg
> wrote:
> > Hi,
> >
> > I did not manipulating the data dir. What I did was:
> >
> > 1. Downloaded solr-6.5.1.zip
> > 2. ensured no solr process is running
> > 3. unzipped solr-6.5.1.
On Wed, May 17, 2017 at 6:28 AM, Thomas Porschberg
wrote:
> Hi,
>
> I did not manipulating the data dir. What I did was:
>
> 1. Downloaded solr-6.5.1.zip
> 2. ensured no solr process is running
> 3. unzipped solr-6.5.1.zip to ~/solr_new2/solr-6.5.1
> 3. started an external zookeeper
> 4. copied a
Hi,
I did not manipulating the data dir. What I did was:
1. Downloaded solr-6.5.1.zip
2. ensured no solr process is running
3. unzipped solr-6.5.1.zip to ~/solr_new2/solr-6.5.1
3. started an external zookeeper
4. copied a conf directory from a working non-cloudsolr (6.5.1) to
~/solr_new2/sol
On 5/12/2017 8:49 AM, Thomas Porschberg wrote:
> ERROR: Failed to create collection 'cat' due to:
> {127.0.1.1:8983_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error
> from server at http://127.0.1.1:8983/solr: Error CREATEing SolrCore
> 'cat_shard1_replica1': Unabl
<> for config books to ZooKeeper at localhost:2181
> > // I think no errors, but how can I check it in zookeeper? I found no
> > files solrconfig.xml ...
> > in the zookeeper directories (installation dir and data dir)
> > 3. Started solr:
> > bin/solr start -c
> > 4. Created a books collection with 2 shards
> > bin/solr create -c books -shards 2
> >
> > Result: I see in the web-ui my books collection with the 2 shards. No
> > errors so far.
> > However, the Dataimport-entry says:
> > "Sorry, no dataimport-handler defined!"
> >
> > What could be the reason?
> >
> > Thomas
> >
I check it in zookeeper? I found no
> files solrconfig.xml ...
> in the zookeeper directories (installation dir and data dir)
> 3. Started solr:
> bin/solr start -c
> 4. Created a books collection with 2 shards
> bin/solr create -c books -shards 2
>
> Result: I see in the web-ui my books collection with the 2 shards. No
> errors so far.
> However, the Dataimport-entry says:
> "Sorry, no dataimport-handler defined!"
>
> What could be the reason?
>
> Thomas
>
s
solrconfig.xml ...
in the zookeeper directories (installation dir and data dir)
3. Started solr:
bin/solr start -c
4. Created a books collection with 2 shards
bin/solr create -c books -shards 2
Result: I see in the web-ui my books collection with the 2 shards. No errors so
far.
However, the Dataimport-entry says:
"Sorry, no dataimport-handler defined!"
What could be the reason?
Thomas
n live with the
> internal zookeeper.
>
> I did my first steps with solr-6.5.1.
>
> My first question is: Is it possible to setup a new solrcloud with the web-ui
> only?
>From what I can tell, something you cannot do with the admin UI is
upload a configuration to zookeeper. If
-6.5.1.
My first question is: Is it possible to setup a new solrcloud with the web-ui
only?
When I start solr with: 'bin/solr start -c'
I get a menu on the left side where I can create new collections and cores.
I think when I have only one node with no replication a collection maps to
1 - 100 of 408 matches
Mail list logo