The book Lucene In Action: http://www.amazon.com/gp/search?ie=UTF8&keywords=1932394281&tag=xdea-20&inde x=blended&linkCode=ur2&camp=1789&creative=9325 has been invaluable, but its written for a much older version of Lucene. It is still pretty much required reading if you want to delve in deep.
After this, the Lucene-User list has been invaluable: http://lucene.apache.org/java/docs/mailinglists.html If you ask a lot of n00b questions though, expect to see responses such as "Have you read Lucene in Action?", but generally people are very helpful. Russ > -----Original Message----- > From: Gerald Guido [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 8:19 PM > To: CF-Talk > Subject: Re: Lucene (Was: SOUNDEX() in MSSQL) > > >> Can you do a "more like this" functionality using full text search? > >>Can you have it parse your keywords automatically? > > Probably not. It didn't look that smart from what I saw. That project got > back burnered before I was able to really dig in. I will be revisiting it > in the future, and you have definitely picked (sp?) my interest. > > I take it you have delved into Lucene. Would you be as kind as to point to > any resources you found helpful? > > Many TIA, > G > > > On Fri, Apr 4, 2008 at 5:39 PM, Russ <[EMAIL PROTECTED]> wrote: > > > Can you do a "more like this" functionality using full text search? Can > > you > > have it parse your keywords automatically? > > > > IMHO Lucene is far more capable, although requires some custom Java > > programming and external indexing. > > > > Russ > > > > > -----Original Message----- > > > From: Gerald Guido [mailto:[EMAIL PROTECTED] > > > Sent: Friday, April 04, 2008 2:26 PM > > > To: CF-Talk > > > Subject: Re: Lucene (Was: SOUNDEX() in MSSQL) > > > > > > James, > > > MSSQL's full text search is very capable, flexible and can most > probably > > > do > > > what what you are looking to do. It can also index documents using > MS's > > > indexing services. > > > > > > http://msdn2.microsoft.com/en-us/library/ms142571.aspx > > > > > > > > > > > > > > > On Fri, Apr 4, 2008 at 10:47 AM, James Smith <[EMAIL PROTECTED] > express.co.uk> > > > wrote: > > > > > > > OK, does anyone have any good examples of setting up and using > Lucene? > > > > The Apache docs are not beginner friendly... > > > > > > > > On Thu, Apr 3, 2008 at 3:28 PM, James Smith <[EMAIL PROTECTED] > express.co.uk > > > > > > > wrote: > > > > > > If you want really good search results, look into Lucene. I > > believe > > > > you can > > > > > > use the "Did you mean" functionality, which I think is what > > you're > > > > going > > > > > > for. > > > > > > > > > > I will have a look into it, cheers. > > > > > > > > > > -- > > > > > Jay > > > > > > > > > > > > > > > > > > > > > -- > > > > James Smith > > > > IT Director > > > > Music Express Ltd > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302780 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

