Lucene Installation With Eclipse

2005-11-25 Thread Srinivas Jadcharla
Hi i just started learning Lucene , i have a very basic question that how can i integrate Lucene with Eclipse .Any help is much appreciated -- Thanks & Regards Srinivas 732-648-9421(Cell)

Re: Is It a Good Idea to Save Frequently Search Results in Database to Make It Faster?

2005-11-25 Thread Victor Lee
Actually, I am planning to use the exact kinds of queries Nutch is using, except that I am using memoryindex. So I am match a bunch of queries to a single page, so it's almost exactly like Nutch except doing it in the opposite way. So I think that it's more intense than TermQuery. What do

Commit changes

2005-11-25 Thread Malcolm Clark
Hi, I am not that experienced with Java and am attempting to implement the commit method for the IndexReader for the application I'm developing. I am trying to extend the IndexReader class but it wont let me! Should I extend something else as I can't see anything in the api to suggest using? My

Re: http://www.textmining.org/ is "hacked"

2005-11-25 Thread Nick Burch
On Thu, 24 Nov 2005, Guilherme Barile wrote: The project seems somehow abandoned Ryan (the guy behind it) has gone to work for a firm that has the full word format documentation from Microsoft, so he's no longer able to contribute to open source projects working with word documents. Also if

Re: Batch deletions of Records from index

2005-11-25 Thread Chris Hostetter
: Need is to device a solution that will delete all the old records ( : three months). I tried keeping the record of Docid's added but that is : not really helping cause number of record added can vary. one solution : can be indexing the date of index also but i can not alter the index : now. we

Re: Is It a Good Idea to Save Frequently Search Results in Database to Make It Faster?

2005-11-25 Thread Erik Hatcher
Speculating about a possible future performance issue is like predicting the weather. You need to measure and find out given your data and how you want to architect your index, and of course it is hardware and software (in how you use Lucene) dependent too. Doing a search with Lucene is