Re: New Site Live Using Lucene

2005-08-07 Thread Robert Schultz
Yup, the C/C++ code is parsed using some templates I wrote utilizing CodeWorker. It would be possible to do the same thing to any other language such as Java or PHP or Perl. Although you'd need an expert understanding of that language's syntax in order to successfully parse it correctly :) Ini

New Site Live Using Lucene

2005-08-07 Thread Robert Schultz
Not sure if this is appropriate or not, but I just put live a web site that I have been working on for over a year, and it uses Lucene for all it's searching. I have 46 million documents in 15 Lucene index's, although the vast majority of those consist of only a few words. The Lucene index's

Re: Any problems with a failed IndexWriter optimize call?

2005-08-01 Thread Robert Schultz
ndex directory that should be safely deletable? (I considered writing this a few months ago, but then our "play it safe, treat it as corrupt" policy came out, and it wasn't all that neccessary for me) It seems like it might be a handy addition to the sandbox. : Date: Sun, 31 Jul 2005

Any problems with a failed IndexWriter optimize call?

2005-07-31 Thread Robert Schultz
Hello! I am using Lucene 1.4.3 I'm building a Lucene index, that will have about 25 million documents when it is done. I'm adding 250,000 at a time. Currently there is about 1.2Million in there, and I ran into a problem. After I had added a batch of 250,000 I go a 'java.lang.outOfMemory' thre