I think 1644 caused this:
SpanScorer.init() -> WeightedSpanTermExtractor.extract(Query, Map) calls extract (line 151)
Then MultiTermQuery.rewrite() returns a ConstantScoreQuery.
Then extract(Query, Map) is called again with the ConstantScoreQuery, but it does not contain an if clause that will do anything with that type of a query. Hence, no terms are extracted.

I haven't followed 1644, so I'm not sure what exactly the problem is.

 Michael


On 7/24/09 7:46 PM, Apache Hudson Server wrote:
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/899/changes

Changes:

[mikemccand] LUCENE-1644: enable different rewrite methods for MultiTermQuery

[buschmi] LUCENE-1693: Various improvements to the new TokenStream API.

[otis] - Typo

------------------------------------------
[...truncated 13417 lines...]
init:

test:
      [echo] Building swing...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

compile-test:
      [echo] Building swing...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

common.compile-test:

common.test:
     [mkdir] Created dir: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test
     [junit] Testsuite: org.apache.lucene.swing.models.TestBasicList
     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.584 sec
     [junit]
     [junit] Testsuite: org.apache.lucene.swing.models.TestBasicTable
     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.567 sec
     [junit]
     [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingList
     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.63 sec
     [junit]
     [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingTable
     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.64 sec
     [junit]
     [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingList
     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.739 sec
     [junit]
     [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingTable
     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.934 sec
     [junit]
    [delete] Deleting: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test/junitfailed.flag
      [echo] Building wikipedia...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

test:
      [echo] Building wikipedia...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

compile-test:
      [echo] Building wikipedia...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

common.compile-test:

common.test:
     [mkdir] Created dir: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test
     [junit] Testsuite: 
org.apache.lucene.wikipedia.analysis.WikipediaTokenizerTest
     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.373 sec
     [junit]
    [delete] Deleting: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test/junitfailed.flag
      [echo] Building wordnet...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

test:
      [echo] Building xml-query-parser...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

test:
      [echo] Building xml-query-parser...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

compile-test:
      [echo] Building xml-query-parser...

build-queries:

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

common.compile-core:

compile-core:

common.compile-test:

common.test:
     [mkdir] Created dir: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test
     [junit] Testsuite: org.apache.lucene.xmlparser.TestParser
     [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 2.603 sec
     [junit]
     [junit] Testsuite: org.apache.lucene.xmlparser.TestQueryTemplateManager
     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.128 sec
     [junit]
    [delete] Deleting: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test/junitfailed.flag

BUILD FAILED
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build.xml :648: 
Contrib tests failed!

Total time: 26 minutes 50 seconds
Publishing Javadoc
Recording test results
Publishing Clover coverage report...


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to