solr and approximate string matching

2009-08-20 Thread Ryszard Szopa
, remove all punctuation marks and spaces, remove English stopwords and THEN change the string into trigrams. However, the filters are applied only after the string has been tokenized... Could you please suggest me any solution to this problem? Thanks in advance for your answers. -- Ryszard Szopa

Re: solr and approximate string matching

2009-08-31 Thread Ryszard Szopa
Hi, On Sun, Aug 30, 2009 at 9:32 PM, Shalin Shekhar Mangar wrote: > The best way to debug these kind of problems is to look at analysis.jsp > and/or use debugQuery=on on the query to see exactly how it is being parsed. > > Can you post the output of your query with debugQuery=on? Thanks a lot fo