Dear Mark,

Thank you very much for your suggestions. It works really great. I construct
a new plugin based on AnalyzingQueryParser with getPrefixQuery,
getRangeQuery, getWildcardQuery methods from Lucene. With this plugin we can
now search with leading wildcards, case sensitive and by analyzed wildcard
search. I apply the patch for everybody who want it. Run ant and register
the new parser in solrconfig.xml

<queryParser name="aqparser"
class="org.apache.solr.search.LuceneAnalyzingQParserPlugin"/>

Do searching with the new parser:
http://localhost:8080/solr_be/select/?q={!aqparser}Wożni*

Sincerely,

Vladimir

http://www.nabble.com/file/p24787962/aqparser.patch aqparser.patch 
-- 
View this message in context: 
http://www.nabble.com/No-wildcards-with-solr.ASCIIFoldingFilterFactory--tp24162104p24787962.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to