<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Lucene 2.9 Released</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 19 Jun 2013 01:16:24 -0400</pubDate>


    <item>

        <title>Re: Lucene and db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[<blockquote>One approach is for the Lucene query to return primary keys. You can then use those to execute your sql query... where pk in (...)<br><br>Given you are often "paging" the search results this works well - limiting the number of primary keys to...]]></description>
        

        <pubDate>Fri, 16 Oct 2009 08:43:30 -0400</pubDate>

        

        <jf:creationDate>Fri, 16 Oct 2009 08:43:30 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 16 Oct 2009 08:43:30 -0400</jf:modificationDate>
        <jf:date>Oct 16, 2009</jf:date>
        <jf:author>Martin Wildam</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene VS db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[<blockquote>Do not use SQL at all, why bother? :)<br>I mean it.</blockquote>...]]></description>
        

        <pubDate>Fri, 16 Oct 2009 08:43:05 -0400</pubDate>

        

        <jf:creationDate>Fri, 16 Oct 2009 08:43:05 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 16 Oct 2009 08:43:05 -0400</jf:modificationDate>
        <jf:date>Oct 16, 2009</jf:date>
        <jf:author>Martin Wildam</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene and db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[One approach is for the Lucene query to return primary keys. You can then use those to execute your sql query... where pk in (...)...]]></description>
        

        <pubDate>Mon, 05 Oct 2009 17:28:52 -0400</pubDate>

        

        <jf:creationDate>Mon, 05 Oct 2009 17:28:52 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 05 Oct 2009 17:28:52 -0400</jf:modificationDate>
        <jf:date>Oct 5, 2009</jf:date>
        <jf:author>rob bygrave</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene VS db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[<blockquote>And if I want to use Lucene over the DB fulltext features, how can I combine an SQL query with the fulltext results? - I do see a challenge here. Is there a solution?</blockquote>

Do not use SQL at all, why bother? :)
I mean it.]]></description>
        

        <pubDate>Fri, 02 Oct 2009 09:10:43 -0400</pubDate>

        

        <jf:creationDate>Fri, 02 Oct 2009 09:10:43 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 02 Oct 2009 09:10:43 -0400</jf:modificationDate>
        <jf:date>Oct 2, 2009</jf:date>
        <jf:author>Istvan Soos</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene VS db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[<blockquote>Plus using a db's search means you will need a db.</blockquote>...]]></description>
        

        <pubDate>Fri, 02 Oct 2009 06:08:44 -0400</pubDate>

        

        <jf:creationDate>Fri, 02 Oct 2009 06:08:44 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 02 Oct 2009 06:08:44 -0400</jf:modificationDate>
        <jf:date>Oct 2, 2009</jf:date>
        <jf:author>Martin Wildam</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene VS db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[<blockquote>Generally, DB full text search has been very slow and lacking in customizability. I won't single any one out, but go do some perf tests and you will quickly see what I mean. They can be very useful for limited needs, but you will find...]]></description>
        

        <pubDate>Thu, 01 Oct 2009 13:28:15 -0400</pubDate>

        

        <jf:creationDate>Thu, 01 Oct 2009 13:28:15 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 01 Oct 2009 13:28:15 -0400</jf:modificationDate>
        <jf:date>Oct 1, 2009</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Lucene VS db search</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[Generally, DB full text search has been very slow and lacking in customizability. I won't single any one out, but go do some perf tests and you will quickly see what I mean. They can be very useful for limited needs, but you will find something like...]]></description>
        

        <pubDate>Wed, 30 Sep 2009 08:53:26 -0400</pubDate>

        

        <jf:creationDate>Wed, 30 Sep 2009 08:53:26 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 30 Sep 2009 08:53:26 -0400</jf:modificationDate>
        <jf:date>Sep 30, 2009</jf:date>
        <jf:author>Mark Miller</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Difference with native full text search in a DB?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[Just wondering, as I'm totally new to this kind of technology, but what is the advantage of using Lucene vs the full text search capabilities of a database such as PostgreSQL?]]></description>
        

        <pubDate>Tue, 29 Sep 2009 15:07:34 -0400</pubDate>

        

        <jf:creationDate>Tue, 29 Sep 2009 15:07:34 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 29 Sep 2009 15:07:34 -0400</jf:modificationDate>
        <jf:date>Sep 29, 2009</jf:date>
        <jf:author>augustientje bloem</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene 2.9 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[Great job!]]></description>
        

        <pubDate>Tue, 29 Sep 2009 03:05:30 -0400</pubDate>

        

        <jf:creationDate>Tue, 29 Sep 2009 03:05:30 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 29 Sep 2009 03:05:30 -0400</jf:modificationDate>
        <jf:date>Sep 29, 2009</jf:date>
        <jf:author>Nicholas Hrycan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Response</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[bq. Btw, you have skipped a few version, why not 3.0 now?...]]></description>
        

        <pubDate>Mon, 28 Sep 2009 16:24:18 -0400</pubDate>

        

        <jf:creationDate>Mon, 28 Sep 2009 16:24:18 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 28 Sep 2009 16:24:18 -0400</jf:modificationDate>
        <jf:date>Sep 28, 2009</jf:date>
        <jf:author>Mark Miller</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene 2.9 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[Excellent news.  Wonder if there is a new book in the works too.]]></description>
        

        <pubDate>Mon, 28 Sep 2009 12:51:31 -0400</pubDate>

        

        <jf:creationDate>Mon, 28 Sep 2009 12:51:31 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 28 Sep 2009 12:51:31 -0400</jf:modificationDate>
        <jf:date>Sep 28, 2009</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Lucene 2.9 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[<blockquote>Near real-time search capabilities added to IndexWriter</blockquote>

You have just made my day, thanks! Lucene was/is/will be great :)

Btw, you have skipped a few version, why not 3.0 now?]]></description>
        

        <pubDate>Mon, 28 Sep 2009 11:48:08 -0400</pubDate>

        

        <jf:creationDate>Mon, 28 Sep 2009 11:48:08 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 28 Sep 2009 11:48:08 -0400</jf:modificationDate>
        <jf:date>Sep 28, 2009</jf:date>
        <jf:author>Istvan Soos</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>congrats!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[Lucene is an exceptional open source library for text mining and search. Many of today's most popular websites and web tools are powered by it. Simply amazing.

Keep up the good work.]]></description>
        

        <pubDate>Mon, 28 Sep 2009 09:37:38 -0400</pubDate>

        

        <jf:creationDate>Mon, 28 Sep 2009 09:37:38 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 28 Sep 2009 09:37:38 -0400</jf:modificationDate>
        <jf:date>Sep 28, 2009</jf:date>
        <jf:author>sheesh kebab</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Lucene 2.9 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58018</link>

        

        
            <description><![CDATA[On behalf of the Lucene dev community (a growing community far larger...]]></description>
        

        <pubDate>Mon, 28 Sep 2009 07:56:37 -0400</pubDate>

        

        <jf:creationDate>Mon, 28 Sep 2009 07:56:37 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 28 Sep 2009 07:56:37 -0400</jf:modificationDate>
        <jf:date>Sep 28, 2009</jf:date>
        <jf:author>Mark Miller</jf:author>
        <jf:replyCount>13</jf:replyCount>
    </item>



</channel>
</rss>

