NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Erik Hatcher gives a world-class introduction to the popular "Lucene" index and search engine for Java. Enjoy learning from Erik how you can easily use Lucene to give your Java applications and websites amazing search power.
If you like the presentation, check out Erik's new book "Lucene in Action", published by Manning.
> A little bit too "abstract" for my taste, but anyways
> nice presentation Erik, thanks. So Lucene realy IS as
> powerfull as they say
20 minutes on Lucene has to be kept at a higher level than most of us developers like, I presume. I did make a point of not only giving the high-level overview but also show some code and discuss some technical details such as analysis. The code you see in these slides could be used almost as-is to build a document search engine without adding much (if anything) to what is used of the Lucene API.
Check out the book source code at www.lucenebook.com as well as the book itself for even more concrete details!
Very good presentation - thanks Erik!
For those who haven't used Lucene yet, it REALLY IS THAT EASY! Using snippets of code from one of Erik's Lucene articles on java.net, I was able to put together a small knowledgebase for our team in a very short timeframe - most of which was spent on non-Lucene issues.
Now I need to take a look at Luke, based on the comments from the presentation...
Very interesting and useful. I am trying to make a search engine for a CD-rom with plenty of doc (pdf, doc, xls, html etc). Thanks to
Lucene in action
I already found some interesting tools etc. for creating indices. Now I would like to use those indices in a search utility in a webpage on the CD-Rom.
Would you have any examples of this kind of HTML-interface (probably with java-javasript), that can search on client-side only and is independent. I am not a java developer, and this is all quite new to me. I am thus looking for samples, "ready to use".
"Meet Lucene" with Erik Hatcher
At 3:58 PM on Feb 19, 2005, Rick Ross wrote:
Fresh Jobs for Developers Post a job opportunity
If you like the presentation, check out Erik's new book "Lucene in Action", published by Manning.
6 replies so far (
Post your own)
Re: "Meet Lucene" with Erik Hatcher
A little bit too "abstract" for my taste, but anyways nice presentation Erik, thanks. So Lucene realy IS as powerfull as they sayI've been hearing of it since some time now, so I'm just waiting for the project to apply it
Re: "Meet Lucene" with Erik Hatcher
> A little bit too "abstract" for my taste, but anyways> nice presentation Erik, thanks. So Lucene realy IS as
> powerfull as they say
20 minutes on Lucene has to be kept at a higher level than most of us developers like, I presume. I did make a point of not only giving the high-level overview but also show some code and discuss some technical details such as analysis. The code you see in these slides could be used almost as-is to build a document search engine without adding much (if anything) to what is used of the Lucene API.
Check out the book source code at www.lucenebook.com as well as the book itself for even more concrete details!
Re: "Meet Lucene" with Erik Hatcher
Very good presentation - thanks Erik!For those who haven't used Lucene yet, it REALLY IS THAT EASY! Using snippets of code from one of Erik's Lucene articles on java.net, I was able to put together a small knowledgebase for our team in a very short timeframe - most of which was spent on non-Lucene issues.
Now I need to take a look at Luke, based on the comments from the presentation...
Re: "Meet Lucene" with Erik Hatcher
I am manisekaran I would like to compile index fileHow can i do that.Can explain step by step
www.eworldtechnologies.com
Re: "Meet Lucene" with Erik Hatcher
Very interesting and useful. I am trying to make a search engine for a CD-rom with plenty of doc (pdf, doc, xls, html etc). Thanks to Lucene in action I already found some interesting tools etc. for creating indices. Now I would like to use those indices in a search utility in a webpage on the CD-Rom.Would you have any examples of this kind of HTML-interface (probably with java-javasript), that can search on client-side only and is independent. I am not a java developer, and this is all quite new to me. I am thus looking for samples, "ready to use".
Thank you
Re: "Meet Lucene" with Erik Hatcher
Interest, I' planning add a search box on my website.Does this book have a new version?