Invalid version or the data in not in 'javabin' format

2010-09-12 Thread h00kpub...@gmail.com
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

Re: Invalid version or the data in not in 'javabin' format

2010-09-12 Thread h00kpub...@gmail.com
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

solr.DateField: org.apache.solr.common.SolrException: Error while creating field

2010-09-14 Thread h00kpub...@gmail.com
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