Hello, I am trying to do a wildcard search in Solr. In lucene I could pass the query post* and get all the results containg a word beginning with post. When I do the same in Solr, it doesn't work. Adding the wildcard gives me less results, this should be the opposite.
Do I need to configure the wildcard search somewhere, or is this not supported by Solr? Thank you.