Re: No wildcards with solr.ASCIIFoldingFilterFactory?

2009-08-03 Thread vladimirneu
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 wi

No wildcards with solr.ASCIIFoldingFilterFactory?

2009-06-23 Thread vladimirneu
Hi all, could somebody help me to understand why I can not search with wildcard if I use the solr.ASCIIFoldingFilterFactory? So I get results if I am searching for "münchen", "munchen" or "munchen*", but I get no results if I do the search for "münchen*". The original records contain the terms "

Re: No wildcards with solr.ASCIIFoldingFilterFactory?

2009-06-24 Thread vladimirneu
Thank you Mark! Do you know the name of this special analyzer? (The link to Lucene API is attached: http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-trunk/javadoc/ ) It would be very helpful for us. We are working with material in 12 different slavic languages (plus some West Europea

Re: No wildcards with solr.ASCIIFoldingFilterFactory?

2009-06-26 Thread vladimirneu
Thank you Mark! Let me see whether I understand right you idea. I have to write a Plugin like LuceneQParserPlugin which uses not the SolrQueryParser but a MySolrQueryParser which is based on SolrQueryParser und uses AnalyzingQueryParser methods. I think this is too difficult for me because I am