Ted Dunning wrote: > > Are you saying that the query [abcd efgh] returns 100 and [efgh] return > 50? > If so, this is expected behavior since the default operator is OR. >
Hello Ted, and thank you for your reply. I've quoted what I was trying to convey. Are you saying that [abcd efgh] is read by Lucene as [abcd] OR [efgh]? Space characters are read as an OR operator? If so, how do I construct my query to submit the entire string [abcd efgh] as a single term? Thanks. -- View this message in context: http://www.nabble.com/Lucene.NET-Integration-tp23731090p23731284.html Sent from the Lucene - General mailing list archive at Nabble.com.