As is plainly stated in the plethora of "Lucene Query Syntax" pages on the web, Lucene does not support wildcard terms in phrase queries.
As to "my phrase"* returning every document, I can only guess you've set QueryParser.SetAllowLeadingWildcard(true) to cause "my phrase"* to parse to default_field:"my phrase" default_field:*. -----Original Message----- From: Kohlhepp, Justin W () [mailto:justin.kohlh...@thehartford.com] Sent: Thursday, July 12, 2012 10:52 AM To: lucene-net-user@lucene.apache.org Subject: RE: Expected behavior of phrase search with wildcard Yes. If you read my original email, I had already tried that. It returns zero records. -----Original Message----- From: Simon Svensson [mailto:si...@devhost.se] Sent: Thursday, July 12, 2012 10:45 AM To: lucene-net-user@lucene.apache.org Subject: Re: Expected behavior of phrase search with wildcard Hi, Have you tried using "state industr*", i.e. having the wildcard within the quotes? // Simon On 2012-07-12 15:15, Kohlhepp, Justin W () wrote: > I have an index of about 30M records. One of the fields contains > company names. I am using an out-of-the-box QueryParser to create > queries. My users want to do a search that will match both STATE > INDUSTRY and STATE INDUSTRIES as a company name. So they are trying > the search "state industr*" or "state industr"*. The first search > returns nothing. The next search returns every document in the index, > even though most of them don't have STATE or INDUSTRY anywhere in > them. This seems to be true regardless of which phrase is used. > > > > Two questions: > > * What is the proper syntax for a QueryParser to do a wildcard > query combined with a phrase? > > * Why does the syntax "my phrase"* return every document? > > > > Thanks, > > > ~ Justin > > ************************************************************ > This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies. > ************************************************************ > ************************************************************ This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies. ************************************************************