You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/28 18:33:59 UTC

[Lucene-java Wiki] Update of "Resources" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The following page has been changed by SteveRowe:
http://wiki.apache.org/lucene-java/Resources

The comment on the change is:
Added new articles and a presentation

------------------------------------------------------------------------------
   * attachment:SuchmaschinenEntwickelnMitApacheLucene.de.jpg Manfred Hardt, Dr. Fabian Theis: "[http://www.amazon.de/Suchmaschinen-entwickeln-mit-Apache-Lucene/dp/3935042450 Suchmaschinen entwickeln mit Apache Lucene]"; Software & Support Verlag, Frankfurt/Main, Germany; September 2004; ISBN 3935042450 (__Developing Search Engines with Apache Lucene__)
  
  = Articles =
+  * [http://www.onjava.com/pub/a/onjava/2007/05/24/using-the-lucene-query-parser-without-lucene.html Using the Lucene Query Parser Without Lucene] (by Marcin Maciukiewicz and Daniel OwsiaƄski)[[BR]](''Published: May 2007 - article'')
+  * [http://schmidt.devlib.org/software/lucene-wikipedia.html Lucene Wikipedia indexer] (by Marco Schmidt)[[BR]](''Last updated: November 2007 - tutorial'')
   * [http://www.javaworld.com/javaworld/jw-09-2006/jw-0925-lucene.html Integrate advanced search functionalities into your apps] (by John Ferguson Smart)[[BR]](''Published: September 2006 - article'')
+  * [http://www-128.ibm.com/developerworks/java/library/wa-lucene2/index.html?ca=drs- Beef up Web search applications with Lucene] (by Deng Peng Zhou)[[BR]](''Published: August 2006 - article'')
   * [http://www.freesearch.pe.kr/tag/Lucene Lecture & Etc : Lucene index file format for Korean] (by Jeon Hee-Won)[[BR]](''Published: July 2006 - article'')
   * Cai Ziegler: "Suche nach Suche -- Apaches Lucene: eigene Suche und Indizierung"; iX 6/2006, Seite 120; Heise Zeitschriften Verlag, Hannover, Germany
+  * [http://www-128.ibm.com/developerworks/java/library/wa-lucene/index.html Delve inside the Lucene indexing mechanism] (by Deng Peng Zhou)[[BR]](''Published: June 2006 - article'')
+  * [http://www.onjava.com/pub/a/onjava/2006/01/18/using-lucene-to-search-java-source.html Using Lucene to Search Java Source Code] (by Renuka Sindhgatta)[[BR]](''Published: January 2006 - article'')
   * [http://www.jroller.com/page/wakaleo/?anchor=lucene_a_tutorial_introduction_to Lucene : a tutorial introduction to full-text indexing in Java] (by John Ferguson Smart)[[BR]](''Published: October 2005 - article'')
   * Daniel Naber: "Herr der Suche -- Eigene Anwendungen mit Volltextsuche erweitern"; c't 7/2005, Seite 196; Heise Zeitschriften Verlag, Hannover, Germany
   * [http://blog.dev.sf.net/index.php?/archives/10-Behind-the-Scenes-of-the-SourceForge.net-Search-System.html Behind the Scenes of the SourceForge.net Search System] (by Chris Conrad)[[BR]](''Last updated: June 2005 - blog entry'')
@@ -45, +50 @@

   * [http://lucene.sourceforge.net/publications.html] Doug Cuttings papers from the old Lucene web site
  
  = Presentations =
+  * [http://people.apache.org/~buschmi/apachecon/AdvancedIndexingLuceneAtlanta07.ppt Advanced Indexing Techniques with Apache Lucene - Payloads] presented by Michael Busch at [http://www.us.apachecon.com/us2007/ ApacheCon U.S. 2007][[BR]](''Presented November 2007 - PDF slide show'')
-  * [http://people.apache.org/~yonik/presentations/lucene_intro.pdf Full-Text Search with Lucene] presented by Yonik Seeley at [http://www.eu.apachecon.com ApacheCon Europe 2007].
+  * [http://people.apache.org/~yonik/presentations/lucene_intro.pdf Full-Text Search with Lucene] presented by Yonik Seeley at [http://www.eu.apachecon.com ApacheCon Europe 2007].[[BR]](''Presented May 2007 - PDF slide show'')
   * [http://www.cnlp.org/presentations/slides/AdvancedLuceneEU.pdf Advanced Lucene] presented by Grant Ingersoll of [http://www.cnlp.org CNLP] at [http://www.eu.apachecon.com ApacheCon Europe 2007].  Covers term vectors, query tips and tricks and Lucene performance tuning related to indexing, searching and document retrieval.[[BR]](''Presented May 2007 - PDF slide show'')
   * [http://blogs.atlassian.com/rebelutionary/downloads/tssjs2007-lucene-generic-data-indexing.pdf Lucene: Generic Data Indexing] presented by Mike Cannon-Brookes, CEO, [http://www.atlassian.com/ Atlassian Software Systems] at [http://javasymposium.techtarget.com/lasvegas/index.html TSSJS Las Vegas 2007].  Covers how Atlassian use Lucene as a generic indexing framework for indexing and finding arbitrary collections of complex objects.[[BR]](''Presented March 2007 - PDF slide show'')
   * [http://www.cnlp.org/apachecon2005/AdvancedLucene.ppt Advanced Lucene] presented by Grant Ingersoll of the [http://www.cnlp.org Center for Natural Language Processing] at [http://www.apachecon.com ApacheCon 2005].  Covers term vectors, span queries, using Lucene in a basic question answering system, and several Lucene case studies from [http://www.cnlp.org].  The accompanying [http://www.cnlp.org/apachecon2005 CNLP ApacheCon 2005 Information website] contains many working examples using term vectors and span queries.