On Thu, May 1, 2008 at 2:28 PM, Vadim Gritsenko <[EMAIL PROTECTED]> wrote:
> On May 1, 2008, at 8:22 AM, Sam Ruby wrote:
>
>
> >   [javac]
> /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/indexer/LuceneIndexer.java:380:
> warning: [deprecation] flush() in org.apache.lucene.index.IndexWriter has
> been deprecated
> >   [javac]                 iw.flush();
> >   [javac]                   ^
> >   [javac]
> /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/indexer/LuceneIndexer.java:382:
> warning: [deprecation] docCount() in org.apache.lucene.index.IndexWriter has
> been deprecated
> >   [javac]                 int nDocs = iw.docCount();
> >   [javac]                               ^
> >   [javac]
> /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/NodeReader.java:54:
> org.apache.xindice.core.query.ftsearch.NodeReader is not abstract and does
> not override abstract method
> getTermFreqVector(int,org.apache.lucene.index.TermVectorMapper) in
> org.apache.lucene.index.IndexReader
> >   [javac] public class NodeReader extends IndexReader {
> >   [javac]        ^
> >
>
>  It looks like Lucene has introduced new method on the IndexReader class.
> Hopefully this one is not hard to fix...

I'll take a look at the new version of Lucene.

Regards,
Natalia

Reply via email to