Merci beaucoup Frédéric.
Le 9 novembre 2011 21:52, Frédéric Cons a écrit :
> The CodecUtil.writeHeader signature has changed from
>
> public static DataOutput writeHeader(DataOutput out, String codec, int
> version)
>
> in lucene 3.4 (which is the method not found) to
>
> public static void writ
The CodecUtil.writeHeader signature has changed from
public static DataOutput writeHeader(DataOutput out, String codec, int
version)
in lucene 3.4 (which is the method not found) to
public static void writeHeader(DataOutput out, String codec, int version)
in lucene 4.0
It means that while you'
Hello,
I've just installed Solr 4.0, and I am getting an error when indexing.
*GRAVE: java.lang.NoSuchMethodError:
org.apache.lucene.util.CodecUtil.writeHeader(Lorg/apache/lucene/store/DataOutput;Ljava/lang/String;I)Lorg/apache/lucene/store/DataOutput;
at org.apache.lucene.util.fst.FST.save(F