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

Re: solr and approximate string matching

2009-08-30 Thread Shalin Shekhar Mangar
On Fri, Aug 21, 2009 at 12:31 AM, Ryszard Szopa wrote: > > So, we have a database of movies and series, and as the data comes > from many sources of varying reliability, we'd like to be able to do > fuzzy string matching on the titles of episodes (the default matching > mechanisms operate on word

solr and approximate string matching

2009-08-20 Thread Ryszard Szopa
Hi, I've been using Solr for some time in the simplest possible way (as a backend to a search engine for English documents) and I've been really happy about it. However, now I need to do something which is a bit non-standard, and unfortunately I am desperately stuck. To make things more complicate