You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Andrzej Bialecki <ab...@getopt.org> on 2003/07/14 17:47:37 UTC

Luke - Lucene Index Browser

Dear Lucene Users,

Luke is a diagnostic tool for Lucene (http://jakarta.apache.org/lucene) 
indexes. It enables you to browse documents in existing indexes, perform 
queries, navigate through terms, optimize indexes and more.

Please go to http://www.getopt.org/luke and give it a try. A Java 
WebStart version will be available soon.

-- 
Best regards,
Andrzej Bialecki

-------------------------------------------------
Software Architect, System Integration Specialist
CEN/ISSS EC Workshop, ECIMF project chair
EU FP6 E-Commerce Expert/Evaluator
-------------------------------------------------
FreeBSD developer (http://www.freebsd.org)




---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Funny coincidence

Posted by Julien Nioche <Ju...@lingway.com>.
I was about to announce the first release of LIMO (Lucene Index Monitor)
this morning when I found Andrzej's message about Luke. Although LUKE seems
to be definitly more complete and useful, I announce LIMO anyway.

LIMO is a web application made mainly of JSP. It can be found at
http://www.jnioche.freesurf.fr/LIMO/

Cheers

Julien



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Luke - Lucene Index Browser

Posted by Andrzej Bialecki <ab...@getopt.org>.
Scott Ganyo wrote:
> Nifty cool!  I'm gonna like this, I can tell already!
> 
> I'm having a really hard time actually using Luke, though, as all the 
> window panes and table columns are apparently of fixed size.  Do you 
> think you could through in the ability to resize the various window 
> panes and table columns?  This would make the tool truly useful.  Pretty 
> please? :)

Well, you can resize the main window.. :-) Regarding column sizes: 
that's a limitation of the GUI toolkit (soon to be fixed) - if you can 
wait patiently a couple weeks for the new release of that toolkit, I can 
add this as well...

In any case, if you're referring to the "Search" panel, then you can 
always double-click on one of the search results, and it will be 
displayed in the "Documents" panel, where you can not only see all the 
fields, but also copy them to clipboard...


-- 
Best regards,
Andrzej Bialecki

-------------------------------------------------
Software Architect, System Integration Specialist
CEN/ISSS EC Workshop, ECIMF project chair
EU FP6 E-Commerce Expert/Evaluator
-------------------------------------------------
FreeBSD developer (http://www.freebsd.org)




---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Luke - Lucene Index Browser

Posted by Scott Ganyo <sc...@etapestry.com>.
Nifty cool!  I'm gonna like this, I can tell already!

I'm having a really hard time actually using Luke, though, as all the 
window panes and table columns are apparently of fixed size.  Do you 
think you could through in the ability to resize the various window 
panes and table columns?  This would make the tool truly useful.  Pretty 
please? :)

Thanks,
Scott

Andrzej Bialecki wrote:

> Dear Lucene Users,
>
> Luke is a diagnostic tool for Lucene 
> (http://jakarta.apache.org/lucene) indexes. It enables you to browse 
> documents in existing indexes, perform queries, navigate through 
> terms, optimize indexes and more.
>
> Please go to http://www.getopt.org/luke and give it a try. A Java 
> WebStart version will be available soon.
>



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Luke - Lucene Index Browser

Posted by Jagadesh Nandasamy <ja...@eself.com>.
Very nice and well done.

Thanks guys.

Andrzej Bialecki wrote:

> Dear Lucene Users,
>
> Luke is a diagnostic tool for Lucene 
> (http://jakarta.apache.org/lucene) indexes. It enables you to browse 
> documents in existing indexes, perform queries, navigate through 
> terms, optimize indexes and more.
>
> Please go to http://www.getopt.org/luke and give it a try. A Java 
> WebStart version will be available soon.
>



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Luke - Lucene Index Browser

Posted by Andrzej Bialecki <ab...@getopt.org>.
Rob Outar wrote:
> Luke looks pretty slick.  Was wondering how difficult would it be to add
> code to add fields, update fields, etc..  I have written something similar
> to Luke but next month I need to add support to update fields, remove, add,
> etc.. graphically.

Not that difficult - assuming Lucene supports it. From your list of 
requirements, I think most of these functions are rather difficult to 
implement in the logic part due to limitations in Lucene - at least not 
efficiently. You cannot add a field per se, only add a document which 
contains additional fields. Similarly, you cannot update a field, you 
can only delete a document, and insert a new one with different values. 
Also, I don't think it's feasible to delete fields in the index - this 
would mean re-adding _all_ documents with one field less...

Apart from that, there's no rocket science here, it's just a matter of 
adding some GUI and logic. Thinlet-based applications are easy to modify 
in the View layer, so it's up to the Controller part, if it can be coded 
at all...

-- 
Best regards,
Andrzej Bialecki

-------------------------------------------------
Software Architect, System Integration Specialist
CEN/ISSS EC Workshop, ECIMF project chair
EU FP6 E-Commerce Expert/Evaluator
-------------------------------------------------
FreeBSD developer (http://www.freebsd.org)




---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


RE: Luke - Lucene Index Browser

Posted by Rob Outar <ro...@ideorlando.org>.
Luke looks pretty slick.  Was wondering how difficult would it be to add
code to add fields, update fields, etc..  I have written something similar
to Luke but next month I need to add support to update fields, remove, add,
etc.. graphically.

Thanks,

Rob


-----Original Message-----
From: Andrzej Bialecki [mailto:ab@getopt.org]
Sent: Monday, July 14, 2003 11:48 AM
To: Lucene Users List
Subject: Luke - Lucene Index Browser


Dear Lucene Users,

Luke is a diagnostic tool for Lucene (http://jakarta.apache.org/lucene)
indexes. It enables you to browse documents in existing indexes, perform
queries, navigate through terms, optimize indexes and more.

Please go to http://www.getopt.org/luke and give it a try. A Java
WebStart version will be available soon.

--
Best regards,
Andrzej Bialecki

-------------------------------------------------
Software Architect, System Integration Specialist
CEN/ISSS EC Workshop, ECIMF project chair
EU FP6 E-Commerce Expert/Evaluator
-------------------------------------------------
FreeBSD developer (http://www.freebsd.org)




---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Luke - Lucene Index Browser

Posted by Erik Hatcher <li...@ehatchersolutions.com>.
Very well done!!!!


On Monday, July 14, 2003, at 11:47  AM, Andrzej Bialecki wrote:
> Dear Lucene Users,
>
> Luke is a diagnostic tool for Lucene 
> (http://jakarta.apache.org/lucene) indexes. It enables you to browse 
> documents in existing indexes, perform queries, navigate through 
> terms, optimize indexes and more.
>
> Please go to http://www.getopt.org/luke and give it a try. A Java 
> WebStart version will be available soon.
>
> -- 
> Best regards,
> Andrzej Bialecki
>
> -------------------------------------------------
> Software Architect, System Integration Specialist
> CEN/ISSS EC Workshop, ECIMF project chair
> EU FP6 E-Commerce Expert/Evaluator
> -------------------------------------------------
> FreeBSD developer (http://www.freebsd.org)
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org