Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-Dev

Remove old Solr UI from /trunk?

 

 

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded


ryantxu at gmail

Mar 5, 2012, 5:58 PM

Post #1 of 8 (59 views)
Permalink
Remove old Solr UI from /trunk?

Are we ready to remove the old UI from trunk?

I would like to move forward with SOLR-3202 (removing JSP)

I believe the Log level selection stuff is the only feature not
supported by the new UI (yet) -- anything else?

ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene


matheis.stefan at googlemail

Mar 6, 2012, 1:15 AM

Post #2 of 8 (55 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
> I believe the Log level selection stuff is the only feature not
> supported by the new UI (yet) -- anything else?



No longer :) The dummy was replaced w/ working code after SOLR-2459 was committed. Actually we should have all parts (at least basically) working.


On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
> Are we ready to remove the old UI from trunk?

I guess we should give it a try, more feedback will always be helpful :)





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene


erickerickson at gmail

Mar 6, 2012, 5:10 AM

Post #3 of 8 (59 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

+1. Nuke the old admin UI and fix the new one if there are any issues.

Now would be a *great* time for anyone who knows of any capabilities in
the old UI that aren't yet in the new UI to speak up!

On Tue, Mar 6, 2012 at 4:15 AM, Stefan Matheis
<matheis.stefan [at] googlemail> wrote:
> On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
>> I believe the Log level selection stuff is the only feature not
>> supported by the new UI (yet) -- anything else?
>
>
>
> No longer :) The dummy was replaced w/ working code after SOLR-2459 was committed. Actually we should have all parts (at least basically) working.
>
>
> On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
>> Are we ready to remove the old UI from trunk?
>
> I guess we should give it a try, more feedback will always be helpful :)
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe [at] lucene
> For additional commands, e-mail: dev-help [at] lucene
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene


wunder at wunderwood

Mar 6, 2012, 7:50 AM

Post #4 of 8 (52 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

People use the underlying XML of the old UI for monitoring. Does that remain or do we break monitoring?

wunder
Search Guy, Chegg.com

On Mar 6, 2012, at 5:10 AM, Erick Erickson wrote:

> +1. Nuke the old admin UI and fix the new one if there are any issues.
>
> Now would be a *great* time for anyone who knows of any capabilities in
> the old UI that aren't yet in the new UI to speak up!
>
> On Tue, Mar 6, 2012 at 4:15 AM, Stefan Matheis
> <matheis.stefan [at] googlemail> wrote:
>> On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
>>> I believe the Log level selection stuff is the only feature not
>>> supported by the new UI (yet) -- anything else?
>>
>>
>>
>> No longer :) The dummy was replaced w/ working code after SOLR-2459 was committed. Actually we should have all parts (at least basically) working.
>>
>>
>> On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
>>> Are we ready to remove the old UI from trunk?
>>
>> I guess we should give it a try, more feedback will always be helpful :)
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe [at] lucene
>> For additional commands, e-mail: dev-help [at] lucene
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe [at] lucene
> For additional commands, e-mail: dev-help [at] lucene
>

--
Walter Underwood
wunder [at] wunderwood


DSMILEY at mitre

Mar 6, 2012, 8:28 AM

Post #5 of 8 (53 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

+1 on removal of the old UI from trunk

-----
Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book
--
View this message in context: http://lucene.472066.n3.nabble.com/Remove-old-Solr-UI-from-trunk-tp3802540p3804136.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene


matheis.stefan at googlemail

Mar 6, 2012, 8:28 AM

Post #6 of 8 (53 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

Wunder, the underlying XML you're talking about is generated from the AdminHandlers - these will stay there, at least because they are the datasource for the new admin ui :)

HTH, Stefan

On Tuesday, March 6, 2012 at 4:50 PM, Walter Underwood wrote:

> People use the underlying XML of the old UI for monitoring. Does that remain or do we break monitoring?
>
> wunder
> Search Guy, Chegg.com (http://Chegg.com)
>
> On Mar 6, 2012, at 5:10 AM, Erick Erickson wrote:
> > +1. Nuke the old admin UI and fix the new one if there are any issues.
> >
> > Now would be a *great* time for anyone who knows of any capabilities in
> > the old UI that aren't yet in the new UI to speak up!
> >
> > On Tue, Mar 6, 2012 at 4:15 AM, Stefan Matheis
> > <matheis.stefan [at] googlemail (mailto:matheis.stefan [at] googlemail)> wrote:
> > > On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
> > > > I believe the Log level selection stuff is the only feature not
> > > > supported by the new UI (yet) -- anything else?
> > >
> > >
> > >
> > >
> > > No longer :) The dummy was replaced w/ working code after SOLR-2459 was committed. Actually we should have all parts (at least basically) working.
> > >
> > >
> > > On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
> > > > Are we ready to remove the old UI from trunk?
> > >
> > >
> > > I guess we should give it a try, more feedback will always be helpful :)
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe [at] lucene (mailto:dev-unsubscribe [at] lucene)
> > > For additional commands, e-mail: dev-help [at] lucene (mailto:dev-help [at] lucene)
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe [at] lucene (mailto:dev-unsubscribe [at] lucene)
> > For additional commands, e-mail: dev-help [at] lucene (mailto:dev-help [at] lucene)
>
>
> --
> Walter Underwood
> wunder [at] wunderwood (mailto:wunder [at] wunderwood)




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene


ryantxu at gmail

Mar 6, 2012, 9:16 AM

Post #7 of 8 (55 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

On Tue, Mar 6, 2012 at 1:15 AM, Stefan Matheis
<matheis.stefan [at] googlemail> wrote:
> On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
>> I believe the Log level selection stuff is the only feature not
>> supported by the new UI (yet) -- anything else?
>
>
>
> No longer :) The dummy was replaced w/ working code after SOLR-2459 was committed. Actually we should have all parts (at least basically) working.
>

hymmm -- on trunk, It still loads /logging.json

Is there something you have not commited yet?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene


matheis.stefan at googlemail

Mar 7, 2012, 12:30 AM

Post #8 of 8 (54 views)
Permalink
Re: Remove old Solr UI from /trunk? [In reply to]

Oh - that is part of SOLR-3162 but actually pending, that's right, sorry. I'll update the Patch


On Tuesday, March 6, 2012 at 6:16 PM, Ryan McKinley wrote:

> On Tue, Mar 6, 2012 at 1:15 AM, Stefan Matheis
> <matheis.stefan [at] googlemail (mailto:matheis.stefan [at] googlemail)> wrote:
> > On Tuesday, March 6, 2012 at 2:58 AM, Ryan McKinley wrote:
> > > I believe the Log level selection stuff is the only feature not
> > > supported by the new UI (yet) -- anything else?
> >
> >
> >
> >
> >
> > No longer :) The dummy was replaced w/ working code after SOLR-2459 was committed. Actually we should have all parts (at least basically) working.
>
> hymmm -- on trunk, It still loads /logging.json
>
> Is there something you have not commited yet?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe [at] lucene (mailto:dev-unsubscribe [at] lucene)
> For additional commands, e-mail: dev-help [at] lucene (mailto:dev-help [at] lucene)




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.