Re: input XSLT

2009-03-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
Does this solve your problem? https://issues.apache.org/jira/browse/SOLR-1065 On Wed, Mar 11, 2009 at 11:52 PM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > On Tue, Mar 10, 2009 at 12:17 PM, CIF Search wrote: >> Just as you have an xslt response writer to convert Solr xml response to >> make it compat

Re: input XSLT

2009-03-13 Thread Grant Ingersoll
Have you tried Solr Cell? http://wiki.apache.org/solr/ExtractingRequestHandler On Mar 13, 2009, at 2:49 AM, CIF Search wrote: But these documents have to be converted to a particular format before being posted. Any XML document cannot be posted to Solr (with XSLT handled by Solr internal

Re: input XSLT

2009-03-12 Thread CIF Search
But these documents have to be converted to a particular format before being posted. Any XML document cannot be posted to Solr (with XSLT handled by Solr internally). DIH handles any xml format, but it operates in pull mode. On Fri, Mar 13, 2009 at 11:45 AM, Shalin Shekhar Mangar < shalinman...@g

Re: input XSLT

2009-03-12 Thread Shalin Shekhar Mangar
On Fri, Mar 13, 2009 at 11:36 AM, CIF Search wrote: > There is a fundamental problem with using 'pull' approach using DIH. > Normally people want a delta imports which are done using a timestamp > field. > Now it may not always be possible for application servers to sync their > timestamps (given

Re: input XSLT

2009-03-12 Thread CIF Search
There is a fundamental problem with using 'pull' approach using DIH. Normally people want a delta imports which are done using a timestamp field. Now it may not always be possible for application servers to sync their timestamps (given protocol restrictions due to security reasons). Due to this Sol

Re: input XSLT

2009-03-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, Mar 10, 2009 at 12:17 PM, CIF Search wrote: > Just as you have an xslt response writer to convert Solr xml response to > make it compatible with any application, on the input side do you have an > xslt module that will parse xml documents to solr format before posting them > to solr indexe

Re: input XSLT

2009-03-11 Thread Chris Hostetter
: > Just as you have an xslt response writer to convert Solr xml response to : > make it compatible with any application, on the input side do you have an : > xslt module that will parse xml documents to solr format before posting them : > to solr indexer. I have gone through dataimporthandler, but

Re: input XSLT

2009-03-10 Thread Grant Ingersoll
This might be possible with the Solr Cell contrib (i.e ExtractingRequestHandler) since it can parse XML and extract from XML, but that it is slightly different from what you are asking for, I think. See http://wiki.apache.org/solr/ExtractingRequestHandler You might also want to check out

input XSLT

2009-03-09 Thread CIF Search
Just as you have an xslt response writer to convert Solr xml response to make it compatible with any application, on the input side do you have an xslt module that will parse xml documents to solr format before posting them to solr indexer. I have gone through dataimporthandler, but it works in dat