I wonder if AnalyzingInfixSuggester could be useful as an alternative
way to approach that issue. See a quick write-up and links at:
http://blog.mikemccandless.com/2014/01/finding-long-tail-suggestions-using.html

Regards,
   Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853


On Fri, Jul 18, 2014 at 10:08 PM, prashantc88
<prashant.chau...@searshc.com> wrote:
> Hi,
>
> My requirement is to give a match whenever a string is found within the
> indexed data of a field irrespective of where it is found.
>
> For example, if I have a field which is indexed with the data "abc". Now any
> of the following query string must give a match: xyzabc,xyabc, abcxyz ..
>
> I am using *solr.KeywordTokenizerFactory* as the tokenizer class and
> *solr.LowerCaseFilterFactory* filter as index time in *schema.xml*.
>
> Could anyone help me out as to how I can achieve the functionality.
>
> Thanks in advance.
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Match-query-string-within-indexed-field-tp4147896.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to