Hello all, I need to get wildcard searches with highlighting up and running. I'd like to get it to work with a DismaxHandler, but I'll settle with starting with the StandardRequestHandler. I've been reading the some of the past mails on wildcard searches and Solr-195. It seems I need to change the default behavior for wildcards from PrefixFilter to a PrefixQuery. I know that I will have to deal with TooManyClauses Exceptions, but I want to paly around with it.
I have read that this can only be done by modifying the code, but I cann't seem to find the correct section. Can someone point me in the right direction? Thanks. - Brian