hi... currently i am integrating nutch (release 1.2) into solr
(trunk). if i indexing to solr index with nutch i got the exception:
java.lang.RuntimeException: Invalid version or the data in not in
'javabin' format
at
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.jav
version compat issue. Check that the client and
server's solrj version jars match up.
Peter
On Sun, Sep 12, 2010 at 1:16 PM, h00kpub...@gmail.com
wrote:
hi... currently i am integrating nutch (release 1.2) into solr (trunk). if
i indexing to solr index with nutch i got the exce
hi... i am using solr for indexing local files (solrj) and indexing
crawled nutch-documents...
i have configured the fieldtype
and use this type by field
stored="true"/>
the pattern for date is how described in DateField.java:
-MM-dd'T'HH:mm:ssZ
i need this date for sorting my se