Re: Solr 4.2 Regular expression, returning only matched substring

2013-09-02 Thread jai2
of the returned values, again not something I'd do in a high-query environment. Depends I guess on how busy your website is Best Erick On Wed, Aug 28, 2013 at 4:18 AM, jai2 [hidden email]http://user/SendEmail.jtp?type=nodenode=4086966i=0 wrote: hi Erick, Appreciate your reply

Re: Solr 4.2 Regular expression, returning only matched substring

2013-08-28 Thread jai2
hi Erick, Appreciate your reply. Facet.query will give count of matches not the count of unique pattern matches. if i give regular expression [0-9]{3} to match a 3 digit number it will return total occurrences of three digit numbers, but i want to know occurrences of unique 3 numbers. lets say i