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
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.
#
#
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 thou
>
> 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), pyl
> 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_
>
I noticed that i
On Tue, 28 Apr 2009, Max Lynch wrote:
I am trying to get a list of all terms that matched a document. So, if I
search for "John Smith", I want to know if I found "John Smith" specifically
in the document. I can use the lucene results but I need to do more
processing based on exactly what was