Hi all,
I'm trying to create a fairly complex query, and having trouble constructing it.
My index contains a TextField with place names as strings, e.g.:
Port Melbourne, VIC 3207
I'm using an analyzer with just KeywordTokenizer and LowerCaseFilter, so that
my strings are not tokenized a
al Message- From: Ross Simpson
> Sent: Tuesday, May 21, 2013 8:08 PM
> To: java-user@lucene.apache.org
> Subject: Query with phrases, wildcards and fuzziness
>
> Hi all,
>
> I'm trying to create a fairly complex query, and having trouble constructing
> it.
>
g query objects in a BooleanQuery and
using Occur.SHOULD is not necessarily the same.
Any suggestions?
Ross
On 22/05/2013 11:46 AM, Ross Simpson wrote:
Jack, thanks very much! I wasn't considering a space a special character for
some reason. That has worked perfectly.
Cheers,
Ross
On