Re: Possible bug in copyField

2006-08-28 Thread Yonik Seeley
On 8/28/06, jason rutherglen <[EMAIL PROTECTED]> wrote: Could someone point me to where in the Solr code the Analyzer is applied to a query parser field? The lucene query parser normally does analysis. It also does things like making phrase queries from field that return multiple tokens. -Yo

Re: Possible bug in copyField

2006-08-28 Thread jason rutherglen
Could someone point me to where in the Solr code the Analyzer is applied to a query parser field? - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, August 28, 2006 11:13:25 AM Subject: Re: Possible bug in copyField On

Re: Possible bug in copyField

2006-08-28 Thread Erik Hatcher
play with searching with or without stemming on the query side. Erik - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Cc: jason rutherglen <[EMAIL PROTECTED]> Sent: Monday, August 28, 2006 7:33:48 AM Subject: Re: Possi

Re: Possible bug in copyField

2006-08-28 Thread jason rutherglen
Subject: Re: Possible bug in copyField On 8/28/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : By looking at what is stored. Has this worked for others? > > the "stored" value of a field is allways going to be the pre-analyzed text > -- that's why the stored valu

Re: Possible bug in copyField

2006-08-28 Thread Yonik Seeley
On 8/28/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : By looking at what is stored. Has this worked for others? the "stored" value of a field is allways going to be the pre-analyzed text -- that's why the stored values in your "text" fields still have upper case characters and stop words.

Re: Possible bug in copyField

2006-08-27 Thread Chris Hostetter
: By looking at what is stored. Has this worked for others? the "stored" value of a field is allways going to be the pre-analyzed text -- that's why the stored values in your "text" fields still have upper case characters and stop words. what matters is whether or not the "indexed" terms of you

Re: Possible bug in copyField

2006-08-27 Thread jason rutherglen
By looking at what is stored. Has this worked for others? - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org; jason rutherglen <[EMAIL PROTECTED]> Sent: Friday, August 25, 2006 6:35:43 PM Subject: Re: Possible bug in copyField On 8/

Re: Possible bug in copyField

2006-08-25 Thread Yonik Seeley
On 8/25/06, jason rutherglen <[EMAIL PROTECTED]> wrote: When doing a copyField into a text field that is supposed to be stemmed I'm not seeing the stemming occur. How did you determine that stemming didn't occur? -Yonik

Possible bug in copyField

2006-08-25 Thread jason rutherglen
When doing a copyField into a text field that is supposed to be stemmed I'm not seeing the stemming occur. These are the relevant lines of XML from the schema.xml: