Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 95920 invoked from network); 20 Apr 2004 09:36:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Apr 2004 09:36:16 -0000 Received: (qmail 81949 invoked by uid 500); 20 Apr 2004 09:35:46 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 81912 invoked by uid 500); 20 Apr 2004 09:35:46 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 81808 invoked from network); 20 Apr 2004 09:35:45 -0000 Received: from unknown (HELO web25202.mail.ukl.yahoo.com) (217.12.10.62) by daedalus.apache.org with SMTP; 20 Apr 2004 09:35:45 -0000 Message-ID: <20040420093557.21108.qmail@web25202.mail.ukl.yahoo.com> Received: from [217.81.37.217] by web25202.mail.ukl.yahoo.com via HTTP; Tue, 20 Apr 2004 10:35:57 BST Date: Tue, 20 Apr 2004 10:35:57 +0100 (BST) From: =?iso-8859-1?q?eks=20dev?= Subject: Fuzzy query with Jaro-Winkler distance To: lucene-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sorry for previous email, wrong click. This is complete: Hi All, I would like to use Fuzzy Query with another type(s) of string distance. For now, I plan to implement Jaro-Winkler distance. Can somebody give me a hint what would be the best place/way to slot it in in Lucene? Ideally, current implementation which uses Levenshtein distance should still be available. I guess some approach that selects which type of fuzzy comparison should be performed could be based on Field or Term type. This could probably be useful for more people because fuzzy comparison of different classes of tokens differs widely. Great project! Cheers, Eks ____________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org