Hi, I have requirement to do custom matching for specific search term if included in the query. Is there any way to hook my custom function to do the matching of certain terms. I can see parse method of QParser can be used to formulate the TermQuery. But could not find the place where the actual matching happens. Or could not attach a function reference to the termQuery so that it will be called when matching happens instead of the lucene/solr matching logic.
Thanks Nathan
