Results 1 to 1 of 1
Thread: Apache Lucene
- 03-25-2010, 12:25 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 1
- Rep Power
- 0
Need ideas on best practices of Lucene - Indexing & Reindexing!
We would like to implement a Lucene based full text search for a 80 GB sized database. We are novice to Lucene, and the current plan is to achieve this by storing the index terms in a flat file.
1) For Indexing, is it wise to choose Zend Lucene (in terms of performance, stability & usage)? Research shows that Zend/PHP Lucene is much slower! So, would it better to use Java Lucene (or SOLR) for the indexing and Zend Framework for querying the search results?
2) In case of insert/update/delete in the records, how to handle the re-indexing? Please advise how shall we update/delete only the relevant portions of the file.
Regards,
Karthikeyan.DLast edited by dkarthiin; 03-26-2010 at 05:04 AM.
Similar Threads
-
A question regarding apache Lucene usage
By need in forum LuceneReplies: 1Last Post: 03-16-2010, 10:58 AM -
Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object.
By anusoniaa in forum XMLReplies: 0Last Post: 11-15-2008, 07:29 AM -
Apache Lucene 2.3.2
By Java Tip in forum Java SoftwareReplies: 0Last Post: 05-08-2008, 06:49 PM -
Work On Lucene
By peiceonly in forum LuceneReplies: 1Last Post: 08-07-2007, 05:47 PM -
Apache Lucene 2.2.0
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-22-2007, 12:47 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks