On 6/21/06, DM Smith <dmsmith555@gmail.com> wrote:
> On 6/21/06, Chris Hostetter <hossman_lucene@fucit.org> wrote:
> >
> >
> > : Not sure what the solution should be:
> >
> > I haven't looed at the code so i'm not sure ... but my first thought would
> > be to try both this.doc() and BooleanScorer2.this.doc(), and see which one
> > passes all the unit tests. Of course, if both of them pass the unit
> > tests, then I'd be *really* worried.
>
>
> Start worrying!
> this.doc() and BooleanScorer2.this.doc() both passed the test.
>
> super.doc() would be the same as this.doc()
doc() is the same as this.doc()
I'll make it explicit in the code.
-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|