1 Sep 2007 04:52
Re: Indexing in pieces?
Berlin Brown <berlin.brown <at> gmail.com>
2007-09-01 02:52:08 GMT
2007-09-01 02:52:08 GMT
So I am assuming that is not just a matter of "indexing" to that same directory as you "indexed" before. So, based on what you are saying, you would have to reload the previous index (eg, INDEX_DIR_OLD) and then index the new content. When I mean "index", I am talking about actually invoking lucene to merge the content. For example, it isnt just a matter of indexing to index_dir_old and then to index_dir_new and then copying the lucene index files into another directory index_dir_cur. On 8/31/07, Chris Lu <chris.lu <at> gmail.com> wrote: > I think you can simply change you sql to select only the recently updated > messages, and add to your existing index. Although adding to an existing > large index also takes a long time, it should be quicker than re-building > the whole index. > > If your index continues to grow, you may need to have a dedicated server for > indexing and searching. > > -- > Chris Lu > ------------------------- > Instant Scalable Full-Text Search On Any Database/Application > site: http://www.dbsight.net > demo: http://search.dbsight.com > Lucene Database Search in 3 minutes: > http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes >(Continue reading)
RSS Feed