On 07/11/2013 09:59 AM, Ankit Murarka wrote:
> Say, suppose I send a Message X. The contents of the message X is
> stored. Now, for each incoming message I will compare the contents
> with the message X. If the content is equal I will increment the
> counter and when it reaches say 100, I will not
Say, suppose I send a Message X. The contents of the message X is
stored. Now, for each incoming message I will compare the contents with
the message X. If the content is equal I will increment the counter and
when it reaches say 100, I will not allow more processing of messages.
For each mess
On 07/11/2013 08:04 AM, Ankit Murarka wrote:
> a. I have a string of 190 characters.
> b. I need to store this string or the content of the string.
> c. For every request, I will compare the string with this stored string.
> d. If match, found I will increment the counter and once counter
> reaches
My usecase to explore Apace Lucene is as follows: Need input whether the
same can be served by Lucene or not.
a. I have a string of 190 characters.
b. I need to store this string or the content of the string.
c. For every request, I will compare the string with this stored string.
d. If match, f