Hi, You can pass an integer to FuzzyQuery which defines the number of characters that are seen as prefix. So all terms must match this prefix and the rest of each term is matched using fuzzy.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Clemens Wyss [mailto:[email protected]] > Sent: Monday, May 02, 2011 1:47 PM > To: [email protected] > Subject: "fuzzy prefix" search > > I'd like to search fuzzily but not on a full term. > E.g. > I have a text "Merlot del Ticino" > I'd like > "mer", "merr", "melo", ... to match. > > If I use FuzzyQuery only "merlot, "merlott" hit. What Query-combination > should I use? > > Thx > Clemens > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
