Changing the score of a document based on the value of a field

2009-06-24 Thread Martin Davidsson
The SolrRelevancyFAQ has a heading that's the same as my message's subject: http://wiki.apache.org/solr/SolrRelevancyFAQ#head-f013f5f2811e3ed28b200f326dd686afa491be5e There's a TODO on the wiki to provide an actual example. Does anybody happen to have an example handy that I could model my

Re: fq vs. q

2009-06-03 Thread Martin Davidsson
On Wed, Jun 3, 2009 at 1:53 AM, Marc Sturlese marc.sturl...@gmail.comwrote: It's definitely not proper documentation but maybe can give you a hand: http://www.derivante.com/2009/04/27/100x-increase-in-solr-performance-and-throughput/ Martin Davidsson-2 wrote: I've tried to read up

fq vs. q

2009-06-02 Thread Martin Davidsson
I've tried to read up on how to decide, when writing a query, what criteria goes in the q parameter and what goes in the fq parameter, to achieve optimal performance. Is there some documentation that describes how each field is treated internally, or even better, some kind of rule of thumb

Re: preImportDeleteQuery

2009-05-07 Thread Martin Davidsson
On May 7, 2009, at 4:52 PM, wojtekpia wrote: Hi, I'm importing data using the DIH. I manage all my data updates outside of Solr, so I use the full-import command to update my index (with clean=false). Everything works fine, except that I can't delete documents easily using the DIH. I

deltaImportQuery in child entity

2009-05-06 Thread Martin Davidsson
depending on whether I'm doing a full- or delta- import? I'm using the nightly build from March 24, 2009. Thanks! -- Martin Davidsson