Re: Problem with updating Index continuously

2008-10-20 Thread Mr Shore
Mysql supports freetext search,why still stick on nutch? 2008/10/20 Michael McCandless <[EMAIL PROTECTED]> > > Is it possible you are closing it somewhere else? > > This code fragment looks correct to me. > > Mike > > Cool The Breezer wrote: > > You need to close the old read, only if the newRea

is lucene fit for doing this?

2008-01-29 Thread Mr Shore
hi all I'm now looking for a search engine capable of processing,say 300 gigabytes of files is lucene fit for this job? in fact I'm using python,and just find Pylucene and Lupy which is opensource and written by python. if the answer is not,any recommendation is greatly apreciated

Re: is lucene fit for doing this?

2008-01-29 Thread Mr Shore
hi Michael thanks for your advice I think I'll have a try Mr Shore 2008/1/30, Michael Prichard <[EMAIL PROTECTED]>: > > I would say Lucene is a capable of helping you do this. Remember > that it is a set of libraries and you have to build the functionality > you need

Re: search for special condition.

2008-08-13 Thread Mr Shore
can nutch or lucene support search for special characters like .? when i search ".net" many result come for "net" i want to exclude them ps:i love korean language a lot 2008/8/13 장용석 <[EMAIL PROTECTED]> > hi. thank you for your response. > > I was found the way with your help. > > There are class

Re: search for special condition.

2008-08-15 Thread Mr Shore
at method is return true when the character c is a > character^^ > > If you fix that method "return Character.isLetter(c) || c=='.'; " > then, you will get the result token that has special characters like . > > thanks. :) > > Jang. > > 2008/8/14, Mr

Re: search for special condition.

2008-08-19 Thread Mr Shore
감사합니다:) 2008/8/18 장용석 <[EMAIL PROTECTED]> > Hi. > Yes, that method is in lucene. > I'm sorry about I did misunderstand your words. > I hope that you will find the way for you want. > > bye.:) > > > 2008/8/16, Mr Shore <[EMAIL PROTECTED]>: > >