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
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
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
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
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
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
: > 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
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
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