Re: solr.StopFilterFactory doesn't work with wildcard

2013-04-25 Thread Dmitry Baranov
1) I use StopFilterFactory in "multiterm" analyzer because without it "query" analizer doesn't work with multi-terms, in particular terms with wildcard. 2) I expect that: search_string_ss_i:(hp* pavilion* series* d4*) search_string_ss_i:(hp* pavilion* series* d4*) search_string_ss_i:hp* +search_str

Re: solr.StopFilterFactory doesn't work with wildcard

2013-04-24 Thread Chris Hostetter
: In any case, technically, the stop filter is doing exactly what it is supposed : to do. Jack has kind of glossed over some key questions here... 1) why are you using StopFilterFactory in your "multiterm" analyzer like this? 2) what do you expect it to do if "series" is in your stopwords and

Re: solr.StopFilterFactory doesn't work with wildcard

2013-04-24 Thread Jack Krupansky
series" would be on a stop word list. What's your thinking on why it is there?? -- Jack Krupansky -Original Message- From: Dmitry Baranov Sent: Wednesday, April 24, 2013 9:43 AM To: solr-user@lucene.apache.org Subject: solr.StopFilterFactory doesn't work with wildcard Good da

solr.StopFilterFactory doesn't work with wildcard

2013-04-24 Thread Dmitry Baranov
Good day! I have a problem with the solr.StopFilterFactory and wildcard text search. For query like this 'hp* pavilion* series* d4*', where 'series' is stop word, I recieve error: 'analyzer returned no terms for multiTerm term: series' But for query like this 'hp* pavilion* series d4*', I recieve