Lucene in Action: http://www.manning.com/lucene
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
Originally posted by somkiat puisungnoen:
What are difference between indexing and full-text searching in Database and Apache Lucence ?
Co-author of Lucene in Action
Originally posted by Kishore Dandu:
so, can Lucene be used for content management?
Co-author of Lucene in Action
Originally posted by Ali Pope:
I must say from the beginning that I've never read more than blogs on Lucene. What seems to me interesting is how Lucene manage to index/search text on specific file formats (pdf, docs, etc)? Does is provide different extensions for different formats?
--
./pope
ps: Erik pls excuse my ignorance.
Co-author of Lucene in Action
Originally posted by Tejas Bavishi:
How is using Lucene different from using Regular Expressions ?
Originally posted by Erik Hatcher:
Quite a fair question. The simple answer is that Lucene does not, itself, deal with files of any format at all. It deals with text handed to it either as a String or a java.io.Reader. It is entirely up to the developer to integrate in PDF, Word, XML, and other format parsing. Thankfully there are a numerous open source API's available to do this. Otis did a great write-up in Chapter 7 on how to deal with common file types.
Originally posted by Pradeep Bhat:
Right. I am also confused. isn't java's RE enough?
Yup! i also felt the same way. But then Lucene builds indexes and stores it for future reference. So the search has to be a lot faster once the index is built.
Also, I would like to know if Lucene in Action the only book for Lucene?>
Yeah looks like that..definitely its the only book solely dedicated to Lucene. I think Struts book by Rob harrop has something on Lucene.
Originally posted by John Todd:
Hi Eric
would you please spend some time and checking this ??
https://coderanch.com/t/62193/open-source/Lucene-article-JRJ
thanks sir.
Co-author of Lucene in Action
Originally posted by Pradeep Bhat:
Right. I am also confused. isn't java's RE enough?
Also, I would like to know if Lucene in Action the only book for Lucene?>
Co-author of Lucene in Action
Originally posted by Pradeep Bhat:
Ali,
I meant the plugin.
Co-author of Lucene in Action
Originally posted by Ali Pope:
So developing with Lucene would be something like: develop your file format reader, feed in Lucene, Lucene will give you back a good index?
Co-author of Lucene in Action
Lucene in Action: http://www.manning.com/lucene
Originally posted by Pradeep Bhat:
Does Google use Lucene?
MH
Originally posted by Pradeep Bhat:
Is Lucene faster than other search techniques? If yes, how ?Thanks
Co-author of Lucene in Action
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Arjun Shastry:
Quite popular.
Originally posted by Pradeep Bhat:
How many here are using Lucene ? Could you please share your experience.
MH
Originally posted by Pradeep Bhat:
Thanks Lasse. How does it compare with Lucene ?
Jayalalitha is my girl friend. KarunaNidhi is my boy friend
Originally posted by Pradeep Bhat:
How does [Google] compare with Lucene ?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Manmohan Singh:
Which comparison do you want?Softwares may be compared in terms of Space,Time and Cost.As you know its Open Source with GPL License hence its free.Among space and time,which comparison you are interested in?
Co-author of Lucene in Action
pie. tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|