[jira] [Updated] (SOLR-5419) Solr Admin UI Query Result Does Nothing at Error

2014-03-12 Thread Furkan KAMACI (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Furkan KAMACI updated SOLR-5419:


Description: 
When you make a query into Solr via Solr Admin Page and if an error occurs 
there writes Loading.. and nothing happens. 

i.e. if you write an invalid Request Handler at Query page even response is 404 
Not Found Loading... is still there.

  was:
When you make a query into Solr via Solr Admin Page and if error occurs there 
writes Loading.. and does nothing. 

i.e. if you write an invalid Request Handler at Query page even response is 404 
Not Found Loading... is still there.


 Solr Admin UI Query Result Does Nothing at Error
 

 Key: SOLR-5419
 URL: https://issues.apache.org/jira/browse/SOLR-5419
 Project: Solr
  Issue Type: Bug
  Components: web gui
Affects Versions: 4.5.1, 4.6, 4.6.1, 4.7
Reporter: Furkan KAMACI
Priority: Minor
 Fix For: 4.8

 Attachments: SOLR-5419.patch


 When you make a query into Solr via Solr Admin Page and if an error occurs 
 there writes Loading.. and nothing happens. 
 i.e. if you write an invalid Request Handler at Query page even response is 
 404 Not Found Loading... is still there.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5419) Solr Admin UI Query Result Does Nothing at Error

2014-03-12 Thread Furkan KAMACI (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Furkan KAMACI updated SOLR-5419:


Description: 
When you make a query into Solr via Solr Admin Page and if an error occurs 
there writes Loading.. and nothing happens. 

i.e. if you write an invalid Request Handler (something like /select 
instead of /select) at Query page and even response is 404 Not Found you will 
see that Loading... is still there and you will not able to understand 
whether an error occurred or the response is so slow at first glance.

  was:
When you make a query into Solr via Solr Admin Page and if an error occurs 
there writes Loading.. and nothing happens. 

i.e. if you write an invalid Request Handler at Query page even response is 404 
Not Found Loading... is still there.


 Solr Admin UI Query Result Does Nothing at Error
 

 Key: SOLR-5419
 URL: https://issues.apache.org/jira/browse/SOLR-5419
 Project: Solr
  Issue Type: Bug
  Components: web gui
Affects Versions: 4.5.1, 4.6, 4.6.1, 4.7
Reporter: Furkan KAMACI
Priority: Minor
 Fix For: 4.8

 Attachments: SOLR-5419.patch


 When you make a query into Solr via Solr Admin Page and if an error occurs 
 there writes Loading.. and nothing happens. 
 i.e. if you write an invalid Request Handler (something like /select 
 instead of /select) at Query page and even response is 404 Not Found you will 
 see that Loading... is still there and you will not able to understand 
 whether an error occurred or the response is so slow at first glance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5419) Solr Admin UI Query Result Does Nothing at Error

2014-03-12 Thread Stefan Matheis (steffkes) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Matheis (steffkes) updated SOLR-5419:


Attachment: Screen Shot 2014-03-12 at 2.53.50 PM.png

Furkan, if i'm not mistaken, the patch doesn't change anything? since it 
actually is triggered on the {{complete}}-event, it covers the {{success}} as 
well as the {{error}} case. all the defined {{content_generator}} depend on 
{{xhr.responseText}} and highlighting is only applied if the response is 
successful - so it basically does that already.

running trunk in fact does what you say it doesn't? see the attached 
screenshot, using r1576737 therefore - w/o your patch?

i'd guess you see something on your browsers console bar in case the Loading 
.. isn't removed?

 Solr Admin UI Query Result Does Nothing at Error
 

 Key: SOLR-5419
 URL: https://issues.apache.org/jira/browse/SOLR-5419
 Project: Solr
  Issue Type: Bug
  Components: web gui
Affects Versions: 4.5.1, 4.6, 4.6.1, 4.7
Reporter: Furkan KAMACI
Priority: Minor
 Fix For: 4.8

 Attachments: SOLR-5419.patch, Screen Shot 2014-03-12 at 2.53.50 PM.png


 When you make a query into Solr via Solr Admin Page and if an error occurs 
 there writes Loading.. and nothing happens. 
 i.e. if you write an invalid Request Handler (something like /select 
 instead of /select) at Query page and even response is 404 Not Found you will 
 see that Loading... is still there and you will not able to understand 
 whether an error occurred or the response is so slow at first glance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5419) Solr Admin UI Query Result Does Nothing at Error

2014-03-11 Thread Furkan KAMACI (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Furkan KAMACI updated SOLR-5419:


Fix Version/s: (was: 4.7)
   4.8

 Solr Admin UI Query Result Does Nothing at Error
 

 Key: SOLR-5419
 URL: https://issues.apache.org/jira/browse/SOLR-5419
 Project: Solr
  Issue Type: Bug
  Components: web gui
Affects Versions: 4.5.1, 4.6, 4.6.1, 4.7
Reporter: Furkan KAMACI
Priority: Minor
 Fix For: 4.8

 Attachments: SOLR-5419.patch


 When you make a query into Solr via Solr Admin Page and if error occurs there 
 writes Loading.. and does nothing. 
 i.e. if you write an invalid Request Handler at Query page even response is 
 404 Not Found Loading... is still there.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5419) Solr Admin UI Query Result Does Nothing at Error

2014-03-11 Thread Furkan KAMACI (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Furkan KAMACI updated SOLR-5419:


Affects Version/s: 4.7
   4.6
   4.6.1

 Solr Admin UI Query Result Does Nothing at Error
 

 Key: SOLR-5419
 URL: https://issues.apache.org/jira/browse/SOLR-5419
 Project: Solr
  Issue Type: Bug
  Components: web gui
Affects Versions: 4.5.1, 4.6, 4.6.1, 4.7
Reporter: Furkan KAMACI
Priority: Minor
 Fix For: 4.8

 Attachments: SOLR-5419.patch


 When you make a query into Solr via Solr Admin Page and if error occurs there 
 writes Loading.. and does nothing. 
 i.e. if you write an invalid Request Handler at Query page even response is 
 404 Not Found Loading... is still there.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-5419) Solr Admin UI Query Result Does Nothing at Error

2013-11-05 Thread Furkan KAMACI (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Furkan KAMACI updated SOLR-5419:


Summary: Solr Admin UI Query Result Does Nothing at Error  (was: Solr Admın 
UI Query Result Does Nothing at Error)

 Solr Admin UI Query Result Does Nothing at Error
 

 Key: SOLR-5419
 URL: https://issues.apache.org/jira/browse/SOLR-5419
 Project: Solr
  Issue Type: Bug
  Components: web gui
Affects Versions: 4.5.1
Reporter: Furkan KAMACI
Priority: Minor
 Fix For: 4.6

 Attachments: SOLR-5419.patch


 When you make a query into Solr via Solr Admin Page and if error occurs there 
 writes Loading.. and does nothing. 
 i.e. if you write an invalid Request Handler at Query page even response is 
 404 Not Found Loading... is still there.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org