Re: General Questions and some Problems

2011-04-24 Thread Em
Hi Lars, in short, without completly reading through your code, I suggest you to use Solr. Solr is better for beginners like you with little experience in Lucene and Java and gives you many built-in options, from caches to facets - out of the box. Everything you need to use Solr is a Servlet-cont

Re: General Questions and some Problems

2011-04-24 Thread tales
test -- View this message in context: http://lucene.472066.n3.nabble.com/General-Questions-and-some-Problems-tp2858378p2858957.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: General Questions and some Problems

2011-04-24 Thread tales
bump -- View this message in context: http://lucene.472066.n3.nabble.com/General-Questions-and-some-Problems-tp2858378p2858950.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail:

General Questions and some Problems

2011-04-24 Thread tales
Hello everyone, my name is Lars. I'm new to Java and especially to Lucene. For your understanding I tell you in short what I'm about to do: I'm a student from Germany and currently I'm working at our library as a student worker. I'm study Bioinformatics/Biosystemengineering and because of that th

Re: lucene PorterStemmer

2011-04-24 Thread wenlei zhou
Hi, WeiWei I have found the answer~~ Thank you very much! regards, Zhou Wenlei On 24 April 2011 19:29, wenlei zhou wrote: > Hi, WeiWei > > I find that org.tartarus.snowball.ext.PorterStemmer maybe can be used. > However, there is no example which can tell me how to use it. Can you give > me a e

Re: lucene PorterStemmer

2011-04-24 Thread wenlei zhou
Hi, WeiWei I find that org.tartarus.snowball.ext.PorterStemmer maybe can be used. However, there is no example which can tell me how to use it. Can you give me a example? Regards, Zhou Wenlei On 24 April 2011 19:24, Weiwei Wang wrote: > search lucene snowball > 在 2011-4-24 下午7:14,"wenlei zhou"

Re: lucene PorterStemmer

2011-04-24 Thread Weiwei Wang
search lucene snowball 在 2011-4-24 下午7:14,"wenlei zhou" 写道: > > Hi, guys > I want to stem some English text. > For example: > > String stemTerm(String term){ > ... > } > > We can get the stemmed term of the input term. > > Does any one knows how to use lucene to achieve this target? > > Sincerely

lucene PorterStemmer

2011-04-24 Thread wenlei zhou
Hi, guys I want to stem some English text. For example: String stemTerm(String term){ ... } We can get the stemmed term of the input term. Does any one knows how to use lucene to achieve this target? Sincerely, Zhou Wenlei