Re: SpanScorer Not implemented Error

2009-04-28 Thread Max Lynch
If you are trying to use the highlighter package's SpanScorer class, there may be a problem with it clashing (by name) with the org.apache.lucene.search.spans.SpanScorer class: import lucene lucene.initVM(lucene.CLASSPATH) lucene.SpanScorer.class_ Class: class

Re: SpanScorer Not implemented Error

2009-04-28 Thread Max Lynch
I noticed that in the lucene-java-2.4.1 svn release that was downloaded when I built pylucene, there is no highlight folder anymore: http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_4_1/src/java/org/apache/lucene/search/ From what I can tell though (From the build headers), pylucene

Re: SpanScorer Not implemented Error

2009-04-28 Thread Andi Vajda
On Tue, 28 Apr 2009, Max Lynch wrote: I noticed that in the lucene-java-2.4.1 svn release that was downloaded when I built pylucene, there is no highlight folder anymore: http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_4_1/src/java/org/apache/lucene/search/ From what I can tell

Re: SpanScorer Not implemented Error

2009-04-28 Thread Max Lynch
Here is an example that is failing. However, by just doing a dir(SpanScorer) with your console commands show it has no extra attributes other than the base java object ones, and it is using the spans version of the code. # #

Re: SpanScorer Not implemented Error

2009-04-28 Thread Andi Vajda
On Tue, 28 Apr 2009, Max Lynch wrote: Here is an example that is failing. However, by just doing a dir(SpanScorer ) with your console commands show it has no extra attributes other than the base java object ones, and it is using the spans version of the code. Indeed, the name clash between