Re: 500 Errors on update

2009-02-02 Thread Derek Springer
33 > > On Feb 2, 2009, at 1:46 PM, Derek Springer wrote: > > Hi all, >> I recently created a Solr index to track some news articles that I follow >> and I've noticed that I occasionally receive 500 errors when posting an >> update. It doesn't happen every time

500 Errors on update

2009-02-02 Thread Derek Springer
Hi all, I recently created a Solr index to track some news articles that I follow and I've noticed that I occasionally receive 500 errors when posting an update. It doesn't happen every time and I can't seem to reproduce the error. I should mention that I have another Solr index setup under the sam

Re: Please help me articulate this query

2008-12-16 Thread Derek Springer
-- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: Derek Springer > > To: solr-user@lucene.apache.org > > Sent: Monday, December 15, 2008 3:40:55 PM > > Subject: Re: Please help me articulate this query > > > >

Re: Please help me articulate this query

2008-12-15 Thread Derek Springer
and George Washington Carver). > > -- > Steve > > > > On Dec 15, 2008, at 2:59 PM, Derek Springer wrote: > > Hey all, >> I'm having trouble articulating a query and I'm hopeful someone out there >> can help me out :) >> >> My situatio

Please help me articulate this query

2008-12-15 Thread Derek Springer
Hey all, I'm having trouble articulating a query and I'm hopeful someone out there can help me out :) My situation is this: I am indexing a series of questions that can either be asked from a main question entry page, or a specific subject page. I have a field called "referring" which indexes the

Re: Query Response Doc Score -> Int Value

2008-11-18 Thread Derek Springer
Better yet, does anyone know where the method that writes the score lives? For instance, a getScore() method that writes the score out that I could override and truncate? Thanks! -Derek On Mon, Nov 17, 2008 at 9:59 PM, Derek Springer <[EMAIL PROTECTED]> wrote: > Thanks for the head

Re: Query Response Doc Score -> Int Value

2008-11-17 Thread Derek Springer
it would be relatively easy to write one. > > -Yonik > > On Mon, Nov 17, 2008 at 8:17 PM, Derek Springer <[EMAIL PROTECTED]> wrote: > > Hello, > > I am currently performing a query to a Solr index I've set up and I'm > trying > > to 1) sort on the

Query Response Doc Score -> Int Value

2008-11-17 Thread Derek Springer
Hello, I am currently performing a query to a Solr index I've set up and I'm trying to 1) sort on the score and 2) sort on the date_created (a custom field I've added). The sort command looks like: sort=score+desc,created_date+desc. The gist of it is that I will 1) first return the most relevant r