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-28 Thread jason rutherglen
Ok... Looks like its related to using SpanQueries (I hacked on the XML query code). I remember a discussion about this issue. Not something Solr specifically supports so my apologies. However if anyone knows about this feel free to post something to the Lucene User list. I will probably manu

Re: Possible bug in copyField

2006-08-28 Thread Erik Hatcher
On Aug 28, 2006, at 1:41 PM, jason rutherglen wrote: Ok... Looks like its related to using SpanQueries (I hacked on the XML query code). I remember a discussion about this issue. Not something Solr specifically supports so my apologies. However if anyone knows about this feel free to pos

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 Aug 28, 2006

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

Simplest way to load a custom RequestHandler in Jetty?

2006-08-28 Thread Chris Hostetter
For my Apachecon talk, I've created a few very simple "demo" RequestHandlers to show off some various functionality ... I started developing these in my solr SVN tree, so it wasn't untill today that it occured to me I had no idea what was needed in Jetty to add an arbitrary jar to the solr.war cla

acts_as_solr

2006-08-28 Thread Erik Hatcher
I've spent a few hours tinkering with an Ruby ActiveRecord plugin to index, delete, and search models fronted by a database into Solr. The results are are $ script/console >> Book.new(:title => "Solr in Action", :author => "Yonik & Hoss").save => true >> Book.new(:title => "Lucene in Action"

Re: Simplest way to load a custom RequestHandler in Jetty?

2006-08-28 Thread Erik Hatcher
On Aug 28, 2006, at 9:25 PM, Chris Hostetter wrote: things I've already tried... * java -cp .:my.jar -jar start.jar * putting my.jar in the example/lib directory * putting my.jar in the example/ext directory (this has a differnet problem - the jar is loaded before the webapp so it can