Re: a way to marshall xml doc into a SolrInputDocument

2012-01-13 Thread Chris Hostetter
: Anyway thanks, seems I'll have to code it myself, not hard, just tedious. you could probably re-use a *log* of what's in XMLLoader -- certinaly easier then starting from scratch -- i just don't know if you'll be able to drop it in and use the API as is. -Hoss

Re: a way to marshall xml doc into a SolrInputDocument

2012-01-13 Thread jmuguruza
message in context: http://lucene.472066.n3.nabble.com/a-way-to-marshall-xml-doc-into-a-SolrInputDocument-tp3654777p3656090.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: a way to marshall xml doc into a SolrInputDocument

2012-01-13 Thread Chris Hostetter
: Is not there a way to easily marshal that file into a SolrInputDocument? Do : I have to do the parsing myself? : : I need them in java pojo cause I want to modify some fields before indexing. : I would think that is possible with built in methods in Solr but cannot find : a way. the class tha

Re: a way to marshall xml doc into a SolrInputDocument

2012-01-12 Thread jmuguruza
context: http://lucene.472066.n3.nabble.com/a-way-to-marshall-xml-doc-into-a-SolrInputDocument-tp3654777p3655033.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: a way to marshall xml doc into a SolrInputDocument

2012-01-12 Thread Tomás Fernández Löbbe
gt; I need them in java pojo cause I want to modify some fields before > indexing. > I would think that is possible with built in methods in Solr but cannot > find > a way. > > thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/a-way-to-mars

a way to marshall xml doc into a SolrInputDocument

2012-01-12 Thread jmuguruza
parsing myself? I need them in java pojo cause I want to modify some fields before indexing. I would think that is possible with built in methods in Solr but cannot find a way. thanks -- View this message in context: http://lucene.472066.n3.nabble.com/a-way-to-marshall-xml-doc-into-a