Re: Trigger event on change of a field in a document

2014-01-05 Thread Jorge Luis Betancourt González
With custom UpdateRequestProcessor this would be doable, but depending on when this event will be listened, perhaps Otis is right. - Original Message - From: "Utkarsh Sengar" To: solr-user@lucene.apache.org Sent: Friday, December 27, 2013 7:29:40 PM Subject: Re: Trigger event

Re: Trigger event on change of a field in a document

2013-12-27 Thread Utkarsh Sengar
Thanks! I think, I will explore how to implement it outside solr. -Utkarsh On Fri, Dec 27, 2013 at 3:20 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > And if you really really really wanted that in Solr then have a look at > UpdateRequestProcessors. > > Otis > Solr & ElasticSearch

Re: Trigger event on change of a field in a document

2013-12-27 Thread Otis Gospodnetic
And if you really really really wanted that in Solr then have a look at UpdateRequestProcessors. Otis Solr & ElasticSearch Support http://sematext.com/ On Dec 27, 2013 6:19 PM, "Otis Gospodnetic" wrote: > Hi, > > This sounds like it would be best implemented outside the search engine. > > Otis >

Re: Trigger event on change of a field in a document

2013-12-27 Thread Otis Gospodnetic
Hi, This sounds like it would be best implemented outside the search engine. Otis Solr & ElasticSearch Support http://sematext.com/ On Dec 27, 2013 4:29 PM, "Utkarsh Sengar" wrote: > I am experimenting with implementing a price drop feature. > Can I register some document's fields and trigger s