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

2014-01-05 Thread Jorge Luis Betancourt González
on change of a field in a document 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 > U

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

Trigger event on change of a field in a document

2013-12-27 Thread Utkarsh Sengar
I am experimenting with implementing a price drop feature. Can I register some document's fields and trigger some sort of events if the values change in those fields? For example: 1. Price of itemX is $10 2. Say the price changes to $17 or $5 (increases or decreases) when the new data loads. 3. Tr