Fuzzy query on capital letters does not match documents

2014-02-27 Thread G.Long
Hi :) In my lucene index, there are documents with a field title. values of this field are indexed with a whitespace analyzer. When I search for documents, I create a boolean query which includes fuzzy queries for the title. The final query looks like: +tnc_title:portant~0.7

Re: Fuzzy query on capital letters does not match documents

2014-02-27 Thread Jack Krupansky
Sent: Thursday, February 27, 2014 12:15 PM To: java-user@lucene.apache.org Subject: Fuzzy query on capital letters does not match documents Hi :) In my lucene index, there are documents with a field title. values of this field are indexed with a whitespace analyzer. When I search for documents

Re: Fuzzy query on capital letters does not match documents

2014-02-27 Thread G.Long
exact rather than fuzzy. What terms does your index have? XV, Xv, xV, xv? XV~0.7 may only match XV. -- Jack Krupansky -Original Message- From: G.Long Sent: Thursday, February 27, 2014 12:15 PM To: java-user@lucene.apache.org Subject: Fuzzy query on capital letters does not match documents