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 have number 100 occurred 10 times and 500 occurred 5 times. facet.query will return count as 15, instead of giving count of 100 and 500 individually. Hope i made myself clear. is there any way to to this? thanks and regards jai -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-2-Regular-expression-returning-only-matched-substring-tp4086868p4086944.html Sent from the Solr - User mailing list archive at Nabble.com.