atom feed7 messages in org.apache.lucene.solr-userRe: No wildcards with solr.ASCIIFoldi...
FromSent OnAttachments
vladimirneuJun 23, 2009 1:38 am 
Mark MillerJun 23, 2009 3:15 pm 
vladimirneuJun 24, 2009 3:39 am 
Mark MillerJun 24, 2009 11:48 am 
Mark MillerJun 24, 2009 1:23 pm 
vladimirneuJun 26, 2009 12:32 am 
vladimirneuAug 3, 2009 2:45 am 
Subject:Re: No wildcards with solr.ASCIIFoldingFilterFactory?
From:vladimirneu (Vlad@sbb.spk-berlin.de)
Date:Aug 3, 2009 2:45:56 am
List:org.apache.lucene.solr-user

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