| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Integrate advanced search functionalities into your apps by John Ferguson Smart - [Clicks: 73]
Lucene is a powerful and widely used open source full-text search engine written in Java. Lucene is well known for its full-text indexing and searching, but some of its more advanced features, such as multi-criteria searching and filtering, and sorting, are less well known. In this article, John Ferguson Smart shows how to integrate these advanced search functionalities into your application using Lucene.
http://www.javaworld.com/javaworld/jw-09-2006/jw-0925-lucene.html - Sep, 2006 - Solr: Indexing XML with Lucene and REST by Bertrand Delacretaz - [Clicks: 43]
Solr uses the Lucene text indexer and a REST HTTP interface to index XML and other text collections quickly and efficiently.
http://www.xml.com/pub/a/2006/08/09/solr-indexing-xml-with-lucene-andrest.html - Aug, 2006 - Beef up Web search applications with Lucene by Deng Peng Zhou - [Clicks: 73]
Lucene is a full-text information retrieval (IR) library written in the Java programming language. Now it's an open source project in the popular Apache Jakarta Project family. Discover how to implement advanced searching capabilities, and learn how to create a robust Web search application using Lucene.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/wa-lucene2/index.html - Aug, 2006 - Getting started with Lucene 2.0 – A powerful java search engine by Jeroen van Wilgenburg - [Clicks: 130]
This article handles the basics of Lucene and is not only intended for developers, the first part of this article describes what Lucene is, how to use it as an end-user and what it can do for you. The first part is about the possibilities that Lucene will give you, how you create queries.
http://technology.amis.nl/blog/?p=1288 - Jul, 2006 - Delve inside the Lucene indexing mechanism by Deng Peng Zhou - [Clicks: 82]
Discover Lucene, a full-text information retrieval (IR) library written in the Java language. You can embed Lucene easily into your applications and implement indexing and searching functionality. Now it's an open source project in the popular Apache Jakarta Project family. Learn about Lucene's indexing mechanism, as well as its index file structure.
http://www-128.ibm.com/developerworks/java/library/wa-lucene/index.html - Jun, 2006 - Using Lucene with Spring - Introduction to Spring Modules by Jeroen van Wilgenburg - [Clicks: 126]
While preparing a Lucene presentation and workshop I came across Spring Modules. It’s a small set of libraries that do things the Spring-way. It isn’t included in Spring because it doesn’t belong to the ‘core-business’ of Spring. I’m not writing about the possibilities of Spring Modules, I’ll only focus on the Lucene library. Nevertheless it’s worthwhile to take a peek at Spring Modules yourself. Lucene is a very fast and easy to use java based search engine. Spring Modules (SM) hides some implementation details and lets you configure the search engine in XML (like you’re used to in Spring).
http://technology.amis.nl/blog/?p=1248 - Jun, 2006 - Using Lucene to Search Java Source Code by Renuka Sindhgatta - [Clicks: 153]
In this article I propose the approach of using Lucene, the Java-based open source search engine, to search source code by extracting and indexing relevant source code elements. I restrict the search to Java source code only. However, extending the search to any other programming language's source code should not be very different. The article gives you a brief overview of the important aspects of a search engine in the context of Lucene. For more detailed information, refer to the Resources section.
http://www.onjava.com/pub/a/onjava/2006/01/18/using-lucene-to-search-java-source.html - Jan, 2006