Re: Why External File Field is marked as indexed in solr admin SCHEMA page?

2020-08-10 Thread raj.yadav
Hi Chris, Chris Hostetter-3 wrote > ...ExternalFileField is "special" and as noted in it's docs it is not > searchable -- it doesn't actaully care what the indexed (or "stored") > properties are ... but the default values of those properties as assigend > by the schema defaults are still there

Re: Why External File Field is marked as indexed in solr admin SCHEMA page?

2020-07-22 Thread raj.yadav
Chris Hostetter-3 wrote > : * > : class="solr.ExternalFileField" valType="float"/> > * > : > : * > > * > ... > : I was expecting that for field "fieldA" indexed will be marked as false > and > : it will not be part of the i

Re: Why External File Field is marked as indexed in solr admin SCHEMA page?

2020-07-22 Thread Chris Hostetter
: ** : : ** ... : I was expecting that for field "fieldA" indexed will be marked as false and : it will not be part of the index. But Solr admin "SCHEMA page" (we get this : option after selecting collection name in the drop-down menu) is showing : it as an indexed fi

RE: Why External File Field is marked as indexed in solr admin SCHEMA page?

2020-07-22 Thread raj.yadav
Vadim Ivanov wrote > Hello, Raj > > I've just checked my Schema page for external file field > > Solr version 8.3.1 gives only such parameters for externalFileField: > > > Field: fff > > Field-Type: > > org.apache.solr.schema.ExternalFileField > > > Flags: > > UnInvertible > > Omit Term F

RE: Why External File Field is marked as indexed in solr admin SCHEMA page?

2020-07-22 Thread Vadim Ivanov
t; Sent: Wednesday, July 22, 2020 3:09 PM > To: solr-user@lucene.apache.org > Subject: Why External File Field is marked as indexed in solr admin SCHEMA > page? > > We have following external file field type and field: > > * class="solr.ExternalFileField" val

Why External File Field is marked as indexed in solr admin SCHEMA page?

2020-07-22 Thread Raj Yadav
y for function queries or display."* I was expecting that for field "fieldA" indexed will be marked as false and it will not be part of the index. But Solr admin "SCHEMA page" (we get this option after selecting collection name in the drop-down menu) is showing it as an

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 error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
if it works > there. > > Jim > > On Sun, Jun 7, 2020 at 3:28 PM Jim Anderson > wrote: > >> An update. >> >> I started over by removing my Solr 7.3.1 installation and untarring again. >> >> Then went to the bin root directory and entered: >> >

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
ation and untarring again. > > Then went to the bin root directory and entered: > > bin/solr -start > > Next, I brought up the solr admin window and it still gives the same error > message and hangs up. As far as I can tell I am running solr straight out > of the box. > >

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
An update. I started over by removing my Solr 7.3.1 installation and untarring again. Then went to the bin root directory and entered: bin/solr -start Next, I brought up the solr admin window and it still gives the same error message and hangs up. As far as I can tell I am running solr

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jan Høydahl
Try force reloading the admin page in your browser a few times. Or try another browser? Jan Høydahl > 7. jun. 2020 kl. 21:07 skrev Jim Anderson : > >  Did you install Solr with the installer script > > I was not aware that there is an install script. I will look for it, but if > you can

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
>>> Did you install Solr with the installer script I was not aware that there is an install script. I will look for it, but if you can point me to it, that will help >>> or just >>> start it up after extracting the archive? I extracted the files from a tar ball and did a bit of setting up. For

Re: Solr admin error message - where are relevant log files?

2020-06-07 Thread Shawn Heisey
On 6/7/2020 10:16 AM, Jim Anderson wrote: The admin pages comes up with: SolrCore Initialization Failures I look in my .../solr/server/logs directory and cannot find and meaningful errors or warnings. Should I be looking elsewhere? That depends. Did you install Solr with the installer s

Solr admin error message - where are relevant log files?

2020-06-07 Thread Jim Anderson
Hi, I'm a newbie with Solr, and going through tutorials and trying to get Solr working with Nutch. Today, I started up Solr and then brought up Solr Admin at: http://localhost:8983/solr/ The admin pages comes up with: SolrCore Initialization Failures - *{{core}}:* {{error}} Please

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 U

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, but I t

Re: Core name mismatch in Solr admin panel 8.3

2020-03-20 Thread vishal patel
I want to change the core name not coreNodeName. Actually I want to check the status of core using http://10.31.32.29:8983/solr/admin/cores?action=STATUS&core=<http://10.38.33.28:8983/solr/admin/cores?action=STATUS&core=reports_shard1_replica_n1>catalogue<http://10.31.32.2

Re: Core name mismatch in Solr admin panel 8.3

2020-03-20 Thread Erick Erickson
noticed it. I’d strongly recommend you do not try to change this behavior. Best, Erick > On Mar 20, 2020, at 1:35 AM, vishal patel > wrote: > > I am upgrading Solr 6.1 to 8.3. I am creating collection using below API > http://10.31.32.29:8983/solr/admin/collections?_=157828858906

Core name mismatch in Solr admin panel 8.3

2020-03-19 Thread vishal patel
I am upgrading Solr 6.1 to 8.3. I am creating collection using below API http://10.31.32.29:8983/solr/admin/collections?_=1578288589068&action=CREATE&autoAddReplicas=false&collection.configName=catalogue&maxShardsPerNode=2&name=catalogue&numShards=2&replicationFactor=

RE: Solr Admin Console hangs on Chrome

2020-01-14 Thread Webster Homer
age- From: Erick Erickson Sent: Tuesday, January 14, 2020 7:17 AM To: solr-user@lucene.apache.org Subject: Re: Solr Admin Console hangs on Chrome I’ve also seen the browser hang when returning large result sets even when typing the query in the address bar, bypassing the admin UI entirely. Browsers

Re: Solr Admin Console hangs on Chrome

2020-01-14 Thread Erick Erickson
: >>>> >>>> I still see this issue with Chrome and the admin console. I am using Solr >>>> 7.3 >>>> >>>> In the Chrome console I see an error: "style.css:1 Failed to load >>>> resource: the server responded with a s

Re: Solr Admin Console hangs on Chrome

2020-01-14 Thread Jan Høydahl
using Solr >>> 7.3 >>> >>> In the Chrome console I see an error: "style.css:1 Failed to load >>> resource: the server responded with a status of 404 (Not Found)" >>> >>> This used to work. >>> >>> It is unusably sl

Re: Solr Admin Console hangs on Chrome

2020-01-14 Thread Mel Mason
server responded with a status of 404 (Not Found)" This used to work. It is unusably slow, even with a simple query like *:* -Original Message- From: Jan Høydahl Sent: Thursday, December 12, 2019 1:45 AM To: solr-user@lucene.apache.org Subject: Re: Solr Admin Console hangs on Chrome

Re: Solr Admin Console hangs on Chrome

2020-01-14 Thread Jan Høydahl
gt; It is unusably slow, even with a simple query like *:* > > -Original Message- > From: Jan Høydahl > Sent: Thursday, December 12, 2019 1:45 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr Admin Console hangs on Chrome > > I have seen slowness when the re

RE: Solr Admin Console hangs on Chrome

2020-01-13 Thread Webster Homer
query like *:* -Original Message- From: Jan Høydahl Sent: Thursday, December 12, 2019 1:45 AM To: solr-user@lucene.apache.org Subject: Re: Solr Admin Console hangs on Chrome I have seen slowness when the result is a very large json but not for ordinary queries. How long delay do you see? Is it only

Re: Solr Admin Console hangs on Chrome

2019-12-11 Thread Jan Høydahl
t;> http://joelsolr.blogspot.com/ >>>>> >>>>> >>>>> On Tue, Dec 10, 2019 at 5:58 PM Arnold Bronley < >>> arnoldbron...@gmail.com> >>>>> wrote: >>>>> >>>>>> I am also facing similar

Re: Solr Admin Console hangs on Chrome

2019-12-11 Thread Alexandre Rafalovitch
019 at 5:58 PM Arnold Bronley < > > arnoldbron...@gmail.com> > > > > wrote: > > > > > > > > > I am also facing similar issue. I have also switched to other > > browsers > > > to > > > > > solve this issue. > > > >

Re: Solr Admin Console hangs on Chrome

2019-12-11 Thread A Adel
gt; > > > > I am also facing similar issue. I have also switched to other > browsers > > to > > > > solve this issue. > > > > > > > > On Tue, Dec 10, 2019 at 2:22 PM Webster Homer < > > > > webster.ho...@milliporesigma.com&g

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread Joel Bernstein
ssue. I have also switched to other browsers > to > > > solve this issue. > > > > > > On Tue, Dec 10, 2019 at 2:22 PM Webster Homer < > > > webster.ho...@milliporesigma.com> wrote: > > > > > > > It seems like the Solr Admin console

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread SAGAR INGALE
also facing similar issue. I have also switched to other browsers to > > solve this issue. > > > > On Tue, Dec 10, 2019 at 2:22 PM Webster Homer < > > webster.ho...@milliporesigma.com> wrote: > > > > > It seems like the Solr Admin console has become slow when

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread Joel Bernstein
t; > webster.ho...@milliporesigma.com> wrote: > > > It seems like the Solr Admin console has become slow when you use it on > > the chrome browser. If I go to the query tab and execute a query, even > the > > default *:* after that the browser window becomes very slow. > &g

Re: Solr Admin Console hangs on Chrome

2019-12-10 Thread Arnold Bronley
I am also facing similar issue. I have also switched to other browsers to solve this issue. On Tue, Dec 10, 2019 at 2:22 PM Webster Homer < webster.ho...@milliporesigma.com> wrote: > It seems like the Solr Admin console has become slow when you use it on > the chrome browser. If

Solr Admin Console hangs on Chrome

2019-12-10 Thread Webster Homer
It seems like the Solr Admin console has become slow when you use it on the chrome browser. If I go to the query tab and execute a query, even the default *:* after that the browser window becomes very slow. I'm using chrome Version 78.0.3904.108 (Official Build) (64-bit) on Windows The

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Jörn Franke
I think it is a Chrome issue. I observed the same, but it disappeared. I guess due to Chrome update. > Am 02.10.2019 um 17:47 schrieb Mel Mason : > > Hi, > > Is anyone else experiencing problems using the admin interface on Chrome? > It's been working for us for years, but suddenly this last

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Yonik Seeley
Can someone open a JIRA to track this problem? -Yonik On Wed, Oct 2, 2019 at 7:04 PM Solr User wrote: > > Works fine on Firefox, and I > > haven't made any changes to our Solr instance (v8.1.1) in a while. > > Had a co-worker with a similar issue. He had a pop-blocker enabled in > chrome that wa

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Solr User
> Works fine on Firefox, and I > haven't made any changes to our Solr instance (v8.1.1) in a while. Had a co-worker with a similar issue. He had a pop-blocker enabled in chrome that was preventing some resource call (or something similar). When switching to Firefox everything worked without issue.

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Lucky Sharma
+1 for Mee too, I guess there are some API calls, PS: looking Into the same On Wed, 2 Oct, 2019, 9:17 pm Mel Mason, wrote: > Hi, > > Is anyone else experiencing problems using the admin interface on > Chrome? It's been working for us for years, but suddenly this last week > it's started freezi

Solr admin interface freezes on Chrome

2019-10-02 Thread Mel Mason
Hi, Is anyone else experiencing problems using the admin interface on Chrome? It's been working for us for years, but suddenly this last week it's started freezing. It works fine until I run any query on a core, and then it'll return the data but then the page freezes and I can't scroll it. N

Re: How to implement security for solr admin page

2019-03-29 Thread Jan Høydahl
You are probably looking for authentication and authorization. The documentation has you covered: https://lucene.apache.org/solr/guide/7_7/securing-solr.html -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com

How to implement security for solr admin page

2019-03-28 Thread Jagannath Bilgi
Hi Team, Working solR search. Able to create schema and query and get results. Problem: Any one having admin url would be able to read and write to solR. There by looking for some mechanism like access_key/userid/password etc to prevent unauthorized users to admin url. Would you please suggest w

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-redact-s

Re: Hide BasicAuth JVM param on SOLR admin UI

2019-03-06 Thread Aroop Ganguly
try changing the passwords using the auth api https://lucene.apache.org/solr/guide/6_6/basic-authentication-plugin.html#BasicAuthenticationPlugin-AddaUserorEditaPassword

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 at

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
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 cache between your browser and the Solr instances? Or perhaps "something got copied somewhere" and is being picked up from the old insta

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 (S

Re: How to access the Solr Admin GUI (2)

2019-01-02 Thread Gus Heck
If the keys line up nicely across jumps... On Wed, Jan 2, 2019, 10:49 AM Kay Wrobel In case of multiple "jumps", might I suggest the -J switch which allows > you to specify a jump host. > > Kay > > > On Jan 2, 2019, at 9:37 AM, Gus Heck wrote: > > > > I typically resolve this sort of situation w

Re: How to access the Solr Admin GUI (2)

2019-01-02 Thread Kay Wrobel
In case of multiple "jumps", might I suggest the -J switch which allows you to specify a jump host. Kay > On Jan 2, 2019, at 9:37 AM, Gus Heck wrote: > > I typically resolve this sort of situation with a ssh proxy such as > > ssh -f user@123.456.789.012 -L :127.0.0.1:8983 -N > > Then I

Re: How to access the Solr Admin GUI (2)

2019-01-02 Thread Gus Heck
I typically resolve this sort of situation with a ssh proxy such as ssh -f user@123.456.789.012 -L :127.0.0.1:8983 -N Then I can access the solr GUI from localhost: on my machine, and all the traffic is secured by SSH. Pick your local port ( here) as desired of course. Sometimes I ha

Re: How to access the Solr Admin GUI (2)

2019-01-02 Thread Jörn Franke
ired by my customer. > > Solr searches are created and processed on this server from a PHP MySQL > stack, and port 8983 is only available internally. > I agree the opening port 8983 to the public is dangerous, I've experienced > that. > Nevertheless from time to time I

How to access the Solr Admin GUI (2)

2019-01-02 Thread solr
ernally. I agree the opening port 8983 to the public is dangerous, I've experienced that. Nevertheless from time to time I need access to the Solr Admin GUI on that server. My ISP's support team is not familiar with Solr, but willing to help. So I'll forward your comments to t

Re: How to access the Solr Admin GUI

2019-01-01 Thread Shawn Heisey
On 12/31/2018 2:48 PM, s...@cid.is wrote: is there a way, better a solution, to access the Solr Admin GUI from outside the server (via public web) while the Solr port 8983 is closed by a firewall and only available inside the server via localhost? If you've blocked the Solr port, the

Re: How to access the Solr Admin GUI

2019-01-01 Thread Terry Steichen
it's functionality relies on the ability to interact with 8983 >> hosted api end points. >> >> What are you actually trying to solve? >> >> On Dec 31, 2018 6:04 PM, "Jörn Franke" wrote: >> >> Reverse proxy? >> >> >>&

Re: How to access the Solr Admin GUI

2019-01-01 Thread Jörn Franke
anke" wrote: >> >> Reverse proxy? >> >> >>> Am 31.12.2018 um 22:48 schrieb s...@cid.is: >>> >>> Hi all, >>> >>> is there a way, better a solution, to access the Solr Admin GUI from >> outside the server (via publ

Re: How to access the Solr Admin GUI

2019-01-01 Thread Kay Wrobel
;Jörn Franke" wrote: > > Reverse proxy? > > >> Am 31.12.2018 um 22:48 schrieb s...@cid.is: >> >> Hi all, >> >> is there a way, better a solution, to access the Solr Admin GUI from > outside the server (via public web) while the Solr port 8983 is c

Re: How to access the Solr Admin GUI

2019-01-01 Thread Walter Underwood
you actually trying to solve? > > On Dec 31, 2018 6:04 PM, "Jörn Franke" wrote: > > Reverse proxy? > > >> Am 31.12.2018 um 22:48 schrieb s...@cid.is: >> >> Hi all, >> >> is there a way, better a solution, to access the Solr Admin GUI from &

Re: How to access the Solr Admin GUI

2019-01-01 Thread Gus Heck
2018 6:04 PM, "Jörn Franke" wrote: Reverse proxy? > Am 31.12.2018 um 22:48 schrieb s...@cid.is: > > Hi all, > > is there a way, better a solution, to access the Solr Admin GUI from outside the server (via public web) while the Solr port 8983 is closed by a firewall

Re: How to access the Solr Admin GUI

2018-12-31 Thread Jörn Franke
Reverse proxy? > Am 31.12.2018 um 22:48 schrieb s...@cid.is: > > Hi all, > > is there a way, better a solution, to access the Solr Admin GUI from outside > the server (via public web) while the Solr port 8983 is closed by a firewall > and only available inside the

How to access the Solr Admin GUI

2018-12-31 Thread solr
Hi all, is there a way, better a solution, to access the Solr Admin GUI from outside the server (via public web) while the Solr port 8983 is closed by a firewall and only available inside the server via localhost? Thanks in advance Walter Claassen Alexandraweg 32 D 64287 Darmstadt Fon +49

Re: Solr admin timeout

2018-09-20 Thread Shawn Heisey
On 9/19/2018 1:05 PM, Webster Homer wrote: I have a fairly complex query which I'm trying to debug. The query works as long as I don't try to return the field: [explain style=nl] Of course this is the data I'm really interested in. When I run it, the console acts busy, but then the screen clear

Solr admin timeout

2018-09-20 Thread Webster Homer
I have a fairly complex query which I'm trying to debug. The query works as long as I don't try to return the field: [explain style=nl] Of course this is the data I'm really interested in. When I run it, the console acts busy, but then the screen clears displaying no data. I suspect a timeout in

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 form of U

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 & Elasticsearch Cons

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, make

Re: Solr admin client crash - caused by too many fields

2018-08-14 Thread ruby
Thanks for your answer. In previous Solr version (5.0) I had same number of fields and didn't run into this issue. Did anything change in Solr 6.0 above? Thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr admin client crash - caused by too many fields

2018-08-14 Thread Toke Eskildsen
On Fri, 2018-08-10 at 06:38 -0700, ruby wrote: > I have 60 thousand fields in schema. When I go to the Analysis page > to analyze a field content > > http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue > =xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 > > the

Re: Solr admin client crash - caused by too many fields

2018-08-10 Thread Erick Erickson
The analysis page is not all that efficient and can take a long time to execute, especially with 60K fields. Having that many fields is almost always a cause to revisit your design and cut the number of fields down. Solr can cope (well, except for the analysis page and some other edge cases), but

Re: Solr admin client crash - caused by too many fields

2018-08-10 Thread Shawn Heisey
On 8/10/2018 7:38 AM, ruby wrote: I have 60 thousand fields in schema. When I go to the Analysis page to analyze a field content http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 the admin panel crashes and sh

Solr admin client crash - caused by too many fields

2018-08-10 Thread ruby
I have 60 thousand fields in schema. When I go to the Analysis page to analyze a field content http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 the admin panel crashes and shows error: Connection to Solr lost.

Solr admin client crash - caused by too many fields

2018-08-10 Thread ruby
I have 60 thousand fields in schema. When I go to the Analysis page to analyze a field content http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 the admin panel crashes and shows error: Connection to Solr lost.

/solr/admin/metrics fails when there are transient cores

2018-07-09 Thread nandakishorek
} ${socketTimeout:60} ${connTimeout:6} I get the following error when I request for "/solr/admin/metrics". { "responseHeader": { "status": 500, "QTime": 31 }, "error":

Re: Why are port numbers not showing on Solr Admin Cloud Tab

2018-05-18 Thread THADC
I decided to simply create an external zookeeper cluster and point my solr server nodes to them instead of using the build-in zookeeper. For whatever reason, this solved the issue: I see the port numbers. Please consider this thread closed. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-

Why are port numbers not showing on Solr Admin Cloud Tab

2018-05-18 Thread THADC
into zookeeper: ./bin/solr zk upconfig -n foobar_config -d server/solr/configsets/foobar_config/ -z localhost:9983 , I then created a collection as follows: :8983/solr/admin/collections?action=CREATE&name=foobar-dev&numShards=2&replicationFactor=2&&maxShardsPerNode=4&a

Re: Solr admin Segments page legend

2018-05-18 Thread Erick Erickson
Asher: Please follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But n

Re: Solr admin Segments page legend

2018-05-18 Thread Erick Erickson
The proportions are off for deleted documents, see: SOLR-8839. On Fri, May 18, 2018 at 12:48 AM, Asher Shih wrote: > unsubscribe > > On Thu, May 17, 2018 at 8:17 PM, Yasufumi Mizoguchi > wrote: >> Hi, >> >> I found some information about the pink bar from mail archive. >> I think this should be

Re: Solr admin Segments page legend

2018-05-17 Thread Asher Shih
unsubscribe On Thu, May 17, 2018 at 8:17 PM, Yasufumi Mizoguchi wrote: > Hi, > > I found some information about the pink bar from mail archive. > I think this should be written in ref. guide. > >> I think that pink segments are those segments >> which the system thinks are most likely to be chose

Re: Solr admin Segments page legend

2018-05-17 Thread Yasufumi Mizoguchi
Hi, I found some information about the pink bar from mail archive. I think this should be written in ref. guide. > I think that pink segments are those segments > which the system thinks are most likely to be chosen for automatic > merging, according to whatever merge policy you have active. Mos

Solr admin Segments page legend

2018-05-17 Thread Nawab Zada Asad Iqbal
Hi, Solr has a nice segments visualization at [core_name]/segments , but I am wondering what the colors mean? Gray color is probably deleted documents., But I couldn't guess the significance of pink color: Thanks Nawab

Re: Regarding Solr Admin "LoadTermInfo" section

2018-05-04 Thread Alexandre Rafalovitch
>[custom_query]* > I have deleted records . When i search records in solr there are no records > that is verified but in "Load term info" inside solr admin section it is > still showing the count of those deleted records against the field name. So > my concern is are the r

Regarding Solr Admin "LoadTermInfo" section

2018-04-23 Thread Bharat Mishra
deleted records . When i search records in solr there are no records that is verified but in "Load term info" inside solr admin section it is still showing the count of those deleted records against the field name. So my concern is are the records hard deleted or solr just sets a flag for t

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
. Regards Bernd Am 18.04.2018 um 17:18 schrieb 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?si

Re: Howto change log level with Solr Admin UI ?

2018-04-18 Thread Shalin Shekhar Mangar
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: 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: Shard replica labels in Solr Admin graph?

2018-03-02 Thread Shawn Heisey
On 3/2/2018 12:51 PM, Scott Prentice wrote: > I made the adjustment to /etc/hosts, and now all's well. This also > fixed an underlying problem that I hadn't noticed at the time I send > my query .. that only one Solr server was actually running. Turns out > that Zookeeper saw them all as 127.0.1.1

Re: Shard replica labels in Solr Admin graph?

2018-03-02 Thread Scott Prentice
ation on a single VM with 3 Solr servers and 3 Zookeeper servers. Once that seemed good, we moved to 3 VMs with 1 Solr/Zookeeper on each. That's all looking good, but in the Solr Admin > Cloud > Graph, all of my shard replicas are on "127.0.1.1" .. with the single VM setup it

Re: Shard replica labels in Solr Admin graph?

2018-02-28 Thread Shawn Heisey
On 2/28/2018 5:42 PM, Scott Prentice wrote: We initially tested our Solr Cloud implementation on a single VM with 3 Solr servers and 3 Zookeeper servers. Once that seemed good, we moved to 3 VMs with 1 Solr/Zookeeper on each. That's all looking good, but in the Solr Admin > Cloud >

Shard replica labels in Solr Admin graph?

2018-02-28 Thread Scott Prentice
We initially tested our Solr Cloud implementation on a single VM with 3 Solr servers and 3 Zookeeper servers. Once that seemed good, we moved to 3 VMs with 1 Solr/Zookeeper on each. That's all looking good, but in the Solr Admin > Cloud > Graph, all of my shard replicas are on

RE: Zookeeper credentials are showed up on the Solr Admin GUI

2017-09-19 Thread Pekhov, Ivan (NIH/NLM/NCBI) [C]
er 19, 2017 11:29 AM To: solr-user@lucene.apache.org Subject: Re: Zookeeper credentials are showed up on the Solr Admin GUI Hi Ivan, Can you please submit a JIRA/bug report for this at https://issues.apache.org/jira/projects/SOLR Thanks, Susheel On Tue, Sep 19, 2017 at 11:12 AM, Pekhov, Ivan (NI

Re: Zookeeper credentials are showed up on the Solr Admin GUI

2017-09-19 Thread Susheel Kumar
h Solr version 5.4.1 and it's still > the case for the version 6.6.0. The problem is that we're using SolrCloud > with secured Zookeeper and our users are granted access to Solr Admin GUI, > and, at the same time, they are not supposed to have access to Zookeeper > credentials,

Zookeeper credentials are showed up on the Solr Admin GUI

2017-09-19 Thread Pekhov, Ivan (NIH/NLM/NCBI) [C]
Hello Guys, We've been noticing this problem with Solr version 5.4.1 and it's still the case for the version 6.6.0. The problem is that we're using SolrCloud with secured Zookeeper and our users are granted access to Solr Admin GUI, and, at the same time, they are not supposed

Getting exception from /solr/admin/metrics

2017-09-14 Thread Shawn Heisey
I had never seen the /solr/admin/metrics endpoint, so I tried to access it on my dev server.  It threw an exception.  This is the first line: 2017-09-1414:27:11.629ERROR (qtp1394336709-480905)[]o.a.s.h.RequestHandlerBaseorg.apache.lucene.store.AlreadyClosedException:Alreadyclosed The rest of the

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

  1   2   3   4   >