Skip the asterisk and analyse you search terms as an ngram, maybe an edge-ngram, and then it'll match.
You'd be querying for: A AB AB- AB-C AB-CD AB-CD- etc... Any of those terms would match your terms. Upayavira On Fri, Jun 29, 2012, at 06:35 PM, Kissue Kissue wrote: > Hi, > > I Want to know if it is in any way possible for me to do this Solr: > > 1. Store this field in Solr index - AB-CD-EF-* > 2. Do a search for AB-CD-EF-GH and return back AB-CD-EF-* > > Thanks.