Re: Bug in StandardAnalyzer + StopAnalyzer?

2009-11-16 Thread Eran Sevi
mailto:u...@thetaphi.de] >> *Sent:* Sunday, November 15, 2009 5:56 PM >> >> >> *To:* java-dev@lucene.apache.org >> >> *Subject:* RE: Bug in StandardAnalyzer + StopAnalyzer? >> >> >> >> It should be there... But ist unimplemented in the

Re: Bug in StandardAnalyzer + StopAnalyzer?

2009-11-15 Thread Eran Sevi
- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > -- > > *From:* Eran Sevi [mailto:erans...@gmail.com] > *Sent:* Sunday, November 15, 2009 5:51 PM > *To:* java-dev@lucene.apac

Re: Bug in StandardAnalyzer + StopAnalyzer?

2009-11-15 Thread Eran Sevi
etaphi.de > eMail: u...@thetaphi.de > ------ > > *From:* Eran Sevi [mailto:erans...@gmail.com] > *Sent:* Sunday, November 15, 2009 5:19 PM > *To:* java-dev@lucene.apache.org > *Subject:* Bug in StandardAnalyzer + StopAnalyzer? > > > > Hi, > when cha

Bug in StandardAnalyzer + StopAnalyzer?

2009-11-15 Thread Eran Sevi
Hi, when changing my code to support the not-so-new reusableTokenStream I noticed that in the cases when a SavedStream class was used in an analyzer (Standard,Stop and maybe others as well) the reset() method is called on the tokenizer instead of on the filter. The filter implementation of reset()

Re: SpanQuery and BoostingTermQuery oddities

2009-08-16 Thread Eran Sevi
I've managed to create some sort of solution to this problem - The result is that we can get an equal score for a SpanOrQuery as a regular BooleanQuery with only SHOULD clauses. We can also get an equal score for a SpanNotQuery as a regular BooleanQuery with only MUST clauses. The good is that th