Thank you Chris. No, I do not have an XY Problem. I am new to Solr, Jetty and related technology and was playing. I did not like the /#/ in the URL and felt that it had no purpose. So, if I understand this correctly is Solr using the # as a JQuery hook to decide which view to show? Am I correct in this interpretation?
If what I said above is correct, could I write a Jetty Rewrite rule to eliminate the #. I could certainly write a rule to map /solr to the root /, but I am not sure about the #. I don’t really have a need, I just wanted to know what was possible. Thanks again, O. O. Chris Hostetter-3 wrote > You're looking at the Solr UI which is a single page javascript/AJAX based > system that uses url fragments (after the hash) to record state about what > you are looking at in the UI > > some background... > > https://issues.apache.org/jira/browse/SOLR-4431?focusedCommentId=13596596&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13596596 > > Why specifically does it concern/bother you about having a "#" in the UI > URL? Smells like an XY Problem... > > https://people.apache.org/~hossman/#xyproblem > XY Problem > > Your question appears to be an "XY Problem" ... that is: you are dealing > with "X", you are assuming "Y" will help you, and you are asking about "Y" > without giving more details about the "X" so that we can understand the > full issue. Perhaps the best solution doesn't involve "Y" at all? > See Also: http://www.perlmonks.org/index.pl?node_id=542341 > > > > -Hoss -- View this message in context: http://lucene.472066.n3.nabble.com/Curious-why-Solr-Jetty-URL-has-a-sign-tp4069434p4069481.html Sent from the Solr - User mailing list archive at Nabble.com.