Re: nutch 1.4, solr 3.4 configuration error

2013-06-07 Thread Tuğcem Oral
I had a similar error. I couldn't find any documentation which nutch and solr versions are compatible. For instance, we' re using nutch 1.6 on hadoop 1.0.4 with solrj 3.4.0 and index crawled segments to solr 4.2.0. But I remember that I could find a compatible version of solrj for nutch 1.4 (becaus

Re: Solr - ORM like layer

2013-06-05 Thread Tuğcem Oral
While retrieving results from solr, we generate a list of this object's, from SolrDocument instances. Hibernate configuration for Lucene indexing is a bit different i thought, as we are able to generate solr-schema from given object. Best. -Original Message----- From: Tuğcem Oral Sent: Tue

Solr - ORM like layer

2013-06-04 Thread Tuğcem Oral
Hi folks, I wonder that there exist and ORM like layer for solr such that it generates the solr schema from given complex object type and index given list of corresponding objects. I wrote a simple module for that need in one of my projects and happyly ready to generalize it and contribute to solr