RE: Unexpected Query Results

2010-02-04 Thread Steven A Rowe
On 02/04/2010 at 3:24 PM, Chris Hostetter wrote: > : Since phrase query terms aren't analyzed, you're getting exact > : matches > > quoted phrase passed to the QueryParser are analyzed -- but they are > analyzed as complete strings, so Analyzers that treat whitespace > special may produce differne

RE: Unexpected Query Results

2010-02-04 Thread Chris Hostetter
: Since phrase query terms aren't analyzed, you're getting exact matches quoted phrase passed to the QueryParser are analyzed -- but they are analyzed as complete strings, so Analyzers that treat whitespace special may produce differnet Terms then if the individual "words" were analyzed indiv

RE: Unexpected Query Results

2010-02-04 Thread Steven A Rowe
to me like your index-time and query-time analyzers are not the same. Maybe you have a stemming filter for query-time, but not for index-time? Steve On 02/04/2010 at 2:39 AM, Jamie wrote: > Hi > > I have some unexpected query results. > > When attempting two queries: > >

Re: Unexpected Query Results

2010-02-04 Thread Ian Lea
ld be easier to debug. -- Ian. On Thu, Feb 4, 2010 at 7:39 AM, Jamie wrote: > Hi > > I have some unexpected query results. > > When attempting two queries: > > 1) All fields, exact phrase query returns 48 hits > > (priority:"было время" attach:"бы

Unexpected Query Results

2010-02-03 Thread Jamie
Hi I have some unexpected query results. When attempting two queries: 1) All fields, exact phrase query returns 48 hits (priority:"было время" attach:"было время" score:"было время" size:"было время" sentdate:"было время" archivedate:"

Re: unexpected query results (AND and OR)

2008-04-04 Thread Erick Erickson
AM, Jamie <[EMAIL PROTECTED]> wrote: > Hi there > > I need some help in understanding Lucene's query mechanism. I am receiving > unexpected query results when combining terms with AND and OR operators. We > are using Lucene to index emails. Our problem is that when we execu

Re: unexpected query results (AND and OR)

2008-04-04 Thread Jamie
I would also like to point out that we also thought about using a filter but it is being used for other things. Jamie wrote: Hi there I need some help in understanding Lucene's query mechanism. I am receiving unexpected query results when combining terms with AND and OR operators. W

unexpected query results (AND and OR)

2008-04-04 Thread Jamie
Hi there I need some help in understanding Lucene's query mechanism. I am receiving unexpected query results when combining terms with AND and OR operators. We are using Lucene to index emails. Our problem is that when we execute a search such as '(from:"[EMAIL PROTECTED]&quo