Re: Finding cityfuzzily but most accurate is most relevant

2012-01-21 Thread mschipperheyn
Hey Rene, Thanks for the quick response. I use Hibernate, so I can use the programmatic API. Marc -- View this message in context: http://lucene.472066.n3.nabble.com/Finding-cityfuzzily-but-most-accurate-is-most-relevant-tp3677966p3678444.html Sent from the Lucene - Java Users mailing list arch

Re: Finding cityfuzzily but most accurate is most relevant

2012-01-21 Thread Rene Hackl-Sommer
Hi Marc, So, I guess I'm looking for a near phrase query with wild card. Any suggestions on this? Do you rely on the Lucene Query Syntax or can you build queries via the API? If the latter, take a look at SpanNearQuery and SpanRegexQuery. Here's an article that can get you started on Sp

Finding cityfuzzily but most accurate is most relevant

2012-01-21 Thread mschipperheyn
Hi, I'm trying to select city names in a way that goes easy on the spelling mistakes with the most accurate match first. My index for the city name field is tokenized. Let's say I'm looking for Rio de Janeiro. When I search A +city:rio de j I get Rio Tinto 1 Rio Azul 2 [...] Rio de Janeiro 58