RE: [Solr8.7] UI request reply empty after 8s

2021-01-14 Thread Bruno Mannina
-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

RE: [Solr8.7] UI request reply empty after 8s

2021-01-13 Thread ufuk yılmaz
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

[Solr8.7] UI request reply empty after 8s

2021-01-13 Thread Bruno Mannina
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

Re: Solr 8.6.2 - Admin UI Issue

2020-10-08 Thread Vinay Rajput
; > > > > 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

Re: Solr 8.6.2 - Admin UI Issue

2020-10-08 Thread Kevin Risden
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&

Re: Solr 8.6.2 - Admin UI Issue

2020-10-08 Thread Eric Pugh
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

Re: Solr 8.6.2 - Admin UI Issue

2020-10-08 Thread Colvin Cowie
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.

Solr 8.6.2 - Admin UI Issue

2020-10-07 Thread Vinay Rajput
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

Solr Web UI

2020-09-29 Thread uyilmaz
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

RE: Solr 8.6.2 UI issue

2020-09-26 Thread Manisha Rahatadkar
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

Re: Solr 8.6.2 UI issue

2020-09-25 Thread Alexandre Rafalovitch
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

Solr 8.6.2 UI issue

2020-09-25 Thread Manisha Rahatadkar
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

Re: Solr 8.5.1 cannot add replica using solr admin UI

2020-06-24 Thread ChienHuaWang
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

Re: Solr 8.5.1 cannot add replica using solr admin UI

2020-06-24 Thread Colvin Cowie
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

Solr 8.5.1 cannot add replica using solr admin UI

2020-06-24 Thread Shreyas Kothiya
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

Re: Solr Admin UI with restricted authorization

2020-05-29 Thread Jörn Franke
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

Solr Admin UI with restricted authorization

2020-05-29 Thread Yang, Ya Lan
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,

Strange Synonym Graph Filter Bug in Admin UI

2020-05-26 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
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

Re: "SolrCore Initialization Failures" error message appears briefly in Solr 8.5.1 Admin UI

2020-04-21 Thread Colvin Cowie
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

"SolrCore Initialization Failures" error message appears briefly in Solr 8.5.1 Admin UI

2020-04-20 Thread Colvin Cowie
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

Re: Refresh doesn't work in the new Nodes view in Admin UI on Windows

2020-04-20 Thread Colvin Cowie
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

Re: Admin UI core loading fails

2020-04-06 Thread TK Solr
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.

Re: Admin UI core loading fails

2020-04-02 Thread TK Solr
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

Re: Admin UI core loading fails

2020-04-02 Thread Erick Erickson
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

Admin UI core loading fails

2020-04-02 Thread TK Solr
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

Re: "SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-11 Thread Ryan W
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,

Re: "SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-09 Thread Ryan W
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

Re: "SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-05 Thread Jan Høydahl
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

"SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-05 Thread 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 {{exception.msg}} These appear to be template variables, but they are never populated. They just dump to the screen. There

Re: Solr 8.3 admin ui collection selector disabled

2019-11-06 Thread Erick Erickson
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

Re: Solr 8.3 admin ui collection selector disabled

2019-11-06 Thread Jörn Franke
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

Solr 8.3 admin ui collection selector disabled

2019-11-06 Thread 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 idea why this is happening? Thank you. Best regards

Re: solr UI collection dropdown sorting order

2019-10-21 Thread Sotiris Fragkiskos
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: > >>>

Re: solr UI collection dropdown sorting order

2019-10-21 Thread Erick Erickson
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

Re: solr UI collection dropdown sorting order

2019-10-21 Thread Sotiris Fragkiskos
; - 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

Re: solr UI collection dropdown sorting order

2019-10-21 Thread Charlie Hull
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

Re: solr UI collection dropdown sorting order

2019-10-21 Thread Sotiris Fragkiskos
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

Re: solr UI collection dropdown sorting order

2019-10-20 Thread Erick Erickson
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

solr UI collection dropdown sorting order

2019-10-20 Thread Sotiris Fragkiskos
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

Refresh doesn't work in the new Nodes view in Admin UI on Windows

2019-06-20 Thread Colvin Cowie
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: Unexpected behaviour when Solr 6 Admin UI pages are cached and server is Solr 8?

2019-06-06 Thread Colvin Cowie
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

Re: Unexpected behaviour when Solr 6 Admin UI pages are cached and server is Solr 8?

2019-06-05 Thread Shawn Heisey
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

Re: Unexpected behaviour when Solr 6 Admin UI pages are cached and server is Solr 8?

2019-06-05 Thread Gus Heck
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: >

Re: Unexpected behaviour when Solr 6 Admin UI pages are cached and server is Solr 8?

2019-06-05 Thread Jan Høydahl
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

Re: Unexpected behaviour when Solr 6 Admin UI pages are cached and server is Solr 8?

2019-06-05 Thread Shawn Heisey
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

Unexpected behaviour when Solr 6 Admin UI pages are cached and server is Solr 8?

2019-06-05 Thread Colvin Cowie
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

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-24 Thread anon
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

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-24 Thread Jan Høydahl
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

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread anon
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

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread Jan Høydahl
> 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": { >>

solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread anon
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

Re: Hide BasicAuth JVM param on SOLR admin UI

2019-03-07 Thread Jason Gerlowski
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

Re: Hide BasicAuth JVM param on SOLR admin UI

2019-03-06 Thread Aroop Ganguly
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

Hide BasicAuth JVM param on SOLR admin UI

2019-03-06 Thread el mas capo
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

SOLR 7.5 returns http response 304 to SOLR admin UI query - is this correct when httpCaching never304="true" is a set?

2019-01-29 Thread Standen Guy
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

SOLR 7.5 returns http response 304 to SOLR admin UI query - is this correct when is a set?

2019-01-29 Thread Standen Guy
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

Re: Solr admin UI new features

2019-01-27 Thread Gus Heck
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

Re: Solr admin UI new features

2019-01-23 Thread Dwane Hall
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

Re: Solr admin UI new features

2019-01-23 Thread Erick Erickson
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

Solr admin UI new features

2019-01-23 Thread Dwane Hall
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

Re: Dataimport UI - shows green even when import fails

2018-11-30 Thread Jan Høydahl
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

Dataimport UI - shows green even when import fails

2018-11-29 Thread Shawn Heisey
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

Re: Disabling jvm properties from ui

2018-11-09 Thread Jan Høydahl
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

Re: Disabling jvm properties from ui

2018-11-08 Thread Gus Heck
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

Re: Disabling jvm properties from ui

2018-11-08 Thread Jan Høydahl
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/

Re: Disabling jvm properties from ui

2018-11-07 Thread Gus Heck
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

Disabling jvm properties from ui

2018-11-07 Thread Naveen M
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

Re: UI fields signification

2018-09-20 Thread Jean-Marc Spaggiari
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

Re: UI fields signification

2018-09-19 Thread Jean-Marc Spaggiari
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

Re: UI fields signification

2018-09-19 Thread Alexandre Rafalovitch
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

UI fields signification

2018-09-19 Thread Jean-Marc Spaggiari
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

Re: How to add solr admin ui

2018-08-22 Thread Shawn Heisey
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

Re: How to add solr admin ui

2018-08-22 Thread Emir Arnautović
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

How to add solr admin ui

2018-08-22 Thread Ahmed Musallam
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,

Re: Howto change log level with Solr Admin UI ?

2018-04-19 Thread Shawn Heisey
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

Re: Howto change log level with Solr Admin UI ?

2018-04-18 Thread Bernd Fehling
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

Re: Howto change log level with Solr Admin UI ?

2018-04-18 Thread Shalin Shekhar Mangar
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

Re: Howto change log level with Solr Admin UI ?

2018-04-18 Thread Emir Arnautović
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

Re: Howto change log level with Solr Admin UI ?

2018-04-18 Thread Shawn Heisey
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

Howto change log level with Solr Admin UI ?

2018-04-18 Thread Bernd Fehling
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

Re: what`s the pink segment on solr UI meaning?

2018-03-08 Thread Shawn Heisey
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

what`s the pink segment on solr UI meaning?

2018-03-08 Thread 胡一博
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?

Re: Admin-UI: multiple facet

2017-07-04 Thread d0ct0r4r6a
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

Re: Velocity UI with Analyzing Infix Suggester?

2017-06-22 Thread Walter Underwood
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

Re: (how) do folks use the Cloud Graph (Radial) in the Solr Admin UI?

2017-06-16 Thread Mike Drob
+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

Data import handler and no status in web-ui

2017-06-06 Thread Thomas Porschberg
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)&

Re: Velocity UI with Analyzing Infix Suggester?

2017-06-06 Thread Rick Leir
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

Re: Velocity UI with Analyzing Infix Suggester?

2017-06-06 Thread Erik Hatcher
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

Velocity UI with Analyzing Infix Suggester?

2017-06-05 Thread Walter Underwood
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

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Thomas Porschberg
> 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:

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Shawn Heisey
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

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Thomas Porschberg
> 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.

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Tom Evans
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

Re: setup solrcloud from scratch vie web-ui

2017-05-16 Thread Thomas Porschberg
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

Re: setup solrcloud from scratch vie web-ui

2017-05-16 Thread Shawn Heisey
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

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
<> 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 > >

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread ANNAMANENI RAVEENDRA
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 >

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
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

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Shawn Heisey
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

setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
-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   2   3   4   5   >