You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Lighton Phiri <li...@gmail.com> on 2012/12/17 16:06:19 UTC

Index Update for XPathEntityProcessor

Hello,

First, apologies for cross posting; I initially posted this on
Stackoverflow [1] and just realised I might have better luck posting
the question here.

I am relatively new to Solr and currently working the the
XPathEntityProcessor DIH. I have a dataset that will be periodically
updated with new XML files and would like to find what best approach
would be best suited seeing that delta-import is only supported in
sqlEntityProcessor [2].

[1] http://stackoverflow.com/q/13914465/664424
[2] http://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command-1

--
Phiri
http://lightonphiri.org

Re: Index Update for XPathEntityProcessor

Posted by Lighton Phiri <li...@gmail.com>.
Just in case someone comes across this, I've decided to use
UpdateRequestHandler [1] and it seems to be doing everything I want.

[1] http://wiki.apache.org/solr/UpdateRequestHandler
Lighton Phiri
http://lightonphiri.org


On 17 December 2012 17:06, Lighton Phiri <li...@gmail.com> wrote:
> Hello,
>
> First, apologies for cross posting; I initially posted this on
> Stackoverflow [1] and just realised I might have better luck posting
> the question here.
>
> I am relatively new to Solr and currently working the the
> XPathEntityProcessor DIH. I have a dataset that will be periodically
> updated with new XML files and would like to find what best approach
> would be best suited seeing that delta-import is only supported in
> sqlEntityProcessor [2].
>
> [1] http://stackoverflow.com/q/13914465/664424
> [2] http://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command-1
>
> --
> Phiri
> http://lightonphiri.org