Wildcard searches using dismax handler?
问题 I have successfully indexed files, and want to be able to search using wildcards. I am currently using the dismaxRequestHandler (QueryType = dismax) for the searches so that I can search all the fields for the query. A general search like 'computer' returns results but 'com*er' doesn't return any results. Similary, a search like 'co?mput?r' returns no results. Could someone please tell me a way to continue using dismax and be able to do wildcard searches in the 'q' field? Does edismax handler