You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Pratyul Kapoor <pr...@gmail.com> on 2012/12/06 06:22:07 UTC

Synomyns.txt not working with wildcards in query

Hi,

I am appending wildcards(*) at the end of my query. But to my amazement
synomyns.txt stops working after using wildcards.

Is there any way by which this can be handled in solr.

Regards
Pratyul

RE: Synomyns.txt not working with wildcards in query

Posted by Markus Jelsma <ma...@openindex.io>.
Hi

Query's with wildcards or fuzzy operators are called multi term queries and do not pass through the field's analyzer as you might expect.

See: http://wiki.apache.org/solr/MultitermQueryAnalysis
 
 
-----Original message-----
> From:Pratyul Kapoor <pr...@gmail.com>
> Sent: Thu 06-Dec-2012 06:28
> To: solr-user@lucene.apache.org
> Subject: Synomyns.txt not working with wildcards in query
> 
> Hi,
> 
> I am appending wildcards(*) at the end of my query. But to my amazement
> synomyns.txt stops working after using wildcards.
> 
> Is there any way by which this can be handled in solr.
> 
> Regards
> Pratyul
>