Re: How to Index Custom XML structure

2012-03-09 Thread Jan Høydahl
You could setup a ManifoldCF job to fetch the XMLs and then setup a new SolrOutputConnection for /solr/update/xslt?tr=myStyleSheet.xsl where myStyleSheet.xsl is the stylesheet to use for that kind of XML. See http://wiki.apache.org/solr/XsltUpdateRequestHandler -- Jan Høydahl, search solution a

Re: How to Index Custom XML structure

2012-03-07 Thread Erick Erickson
Well, I'm ManifoldCF ignorant, so I'll have to defer on this one Best Erick On Tue, Mar 6, 2012 at 12:24 PM, Anupam Bhattacharya wrote: > Thanks Erick, for the prompt response, > > Both the suggestions will be useful for a one time indexing activity. Since > DIH will be one time process of i

Re: How to Index Custom XML structure

2012-03-06 Thread Anupam Bhattacharya
Thanks Erick, for the prompt response, Both the suggestions will be useful for a one time indexing activity. Since DIH will be one time process of indexing the repository thus it is of no use in my case.Writing a standalone Java program utilizing SolrJ will again be a one time indexing process. I

Re: How to Index Custom XML structure

2012-02-27 Thread Erick Erickson
You might be able to do something with the XSL Transformer step in DIH. It might also be easier to just write a SolrJ program to parse the XML and construct a SolrInputDocument to send to Solr. It's really pretty straightforward. Best Erick On Sun, Feb 26, 2012 at 11:31 PM, Anupam Bhattacharya