Bit confused about how to do this and just wondering what the correct approach is.
I can represent the problem in the blogs/comments scenario.
I want to count all instances of comments which contain the word xyz where this is can be discovered through use of wildcards, or ideally a regular expression.
When I wen to try this I could easily create a linq index that projects just the comments but how do I do a wildcard search in linq for comments satisfying a search criteria, or alternatively perform an aggregation in association with lucene? I'm a little confused...