Re: fuzzy query performance

2010-06-24 Thread Peter Karich
wow! indeed a lot faster (~order of a magnitude). Hopefully we do not encounter a bug with the trunk :-) So, Thanks and congrats for that awesome piece of software! > On Wed, Jun 23, 2010 at 3:34 PM, Peter Karich wrote: > > >> So, you mean I should try it out her: >> http://svn.apache.org/vie

Re: fuzzy query performance

2010-06-24 Thread Peter Karich
Thanks, Robert and Otis! will try it out now. Peter. > Btw. here you can see Robert's presentation on what he did to speed up fuzzy > queries: http://www.slideshare.net/otisg > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > > >> So, you mean I should try it out he

Re: fuzzy query performance

2010-06-23 Thread Otis Gospodnetic
: Wed, June 23, 2010 5:13:10 PM > Subject: Re: fuzzy query performance > > On Wed, Jun 23, 2010 at 3:34 PM, Peter Karich < > ymailto="mailto:peat...@yahoo.de"; > href="mailto:peat...@yahoo.de";>peat...@yahoo.de> > wrote: > > So, you mean I sh

Re: fuzzy query performance

2010-06-23 Thread Robert Muir
On Wed, Jun 23, 2010 at 3:34 PM, Peter Karich wrote: > > So, you mean I should try it out her: > http://svn.apache.org/viewvc/lucene/dev/trunk/solr/ > > yes, the speedups are only in trunk. -- Robert Muir rcm...@gmail.com

Re: fuzzy query performance

2010-06-23 Thread Peter Karich
Hi Mark! > Solr trunk should have much improved fuzzy speeds (due to some very cool work that was done in Lucene) - you using 1.4? yes. So, you mean I should try it out her: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/ or some 'more stable' branch? http://svn.apache.org/viewvc/lucene/solr

Re: fuzzy query performance

2010-06-23 Thread Mark Miller
On 6/23/10 9:48 AM, Peter Karich wrote: Hi! How can I improve the performance of a fuzzy search like: mihchael~0.7 through a relative large index (~1 million docs)? It takes over 15 seconds at the moment if we would perform it on the normal text search field. I searched the web and the jira and