29 Jun 2012 19:35
29 Jun 2012 20:39
Re: Searching against stored wild cards
Upayavira <uv <at> odoko.co.uk>
2012-06-29 18:39:59 GMT
2012-06-29 18:39:59 GMT
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.
RSS Feed