Hi,

FYI:

The Lucence test fails with the following error:

compile-test:
    [mkdir] Created dir: /opt/lucene/lucene/build/classes/test
    [javac] Compiling 79 source files to /opt/lucene/lucene/build/classes/test
    [javac] 
/opt/lucene/lucene/src/test/org/apache/lucene/index/TermInfosTest.java:89:
cannot resolve symbol
    [javac] symbol  : constructor TermInfosWriter
(org.apache.lucene.store.Directory,java.lang.String,org.apache.lucene.index.FieldInfos)
    [javac] location: class org.apache.lucene.index.TermInfosWriter
    [javac]     TermInfosWriter writer = new TermInfosWriter(store,
"words", fis);


I see that TermInfosWriter was changed yesterday to add another
argument to its constructor.

(I am new to this list; could you please reply-all? Mails to
[EMAIL PROTECTED] are bouncing back and so I
could not subscribe to the list)

Thanks much!
-Hari

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to