Take a look over here: https://wiki.apache.org/solr/UpdateRequestProcessor
Full list of updateprocessors for 4.10 version can  be found here:
http://lucene.apache.org/solr/4_10_2/solr-core/org/apache/solr/update/processor/UpdateRequestProcessorFactory.html
You may pick up the most suitable for you as a template and make a custom
version, tailored to your needs.

On Fri, Nov 7, 2014 at 12:21 PM, Yago Riveiro <yago.rive...@gmail.com>
wrote:

> Andrey
>
>
> Can you point me to any tutorial or howto where I can see how develop
> custom UpdateProcessor class?
>
>
> —
> /Yago Riveiro
>
> On Fri, Nov 7, 2014 at 10:39 AM, andrey prokopenko <andrey4...@gmail.com>
> wrote:
>
> > With "out of the box" functionality, no. You have to develop custom
> > UpdateProcessor and add it to the updateprocessors chain.
> > On Thu, Nov 6, 2014 at 3:19 PM, yriveiro <yago.rive...@gmail.com> wrote:
> >> Hi,
> >>
> >> It's possible remove store data of an index deleting the unwanted fields
> >> from schema.xml and after do an optimize over the index?
> >>
> >> Thanks,
> >>
> >> /yago
> >>
> >>
> >>
> >> -----
> >> Best regards
> >> --
> >> View this message in context:
> >>
> http://lucene.472066.n3.nabble.com/Delete-data-from-stored-documents-tp4167990.html
> >> Sent from the Solr - User mailing list archive at Nabble.com.
> >>
>

Reply via email to