Removing empty dynamic fields from a Solr 1.4 index

2012-02-17 Thread Andrew Ingram
ied about the performance impact of keeping them floating around. Thanks, Andrew Ingram

Re: Merging results of facet fields

2012-01-04 Thread Andrew Ingram
Hi Marc, I'd probably have another field called "keywords" (or something) that I copy all the values into using copyfields, then just facet (and therefore filter) on that field instead. If there were a way to do it the way you're asking (there might be, I don't know), there's no guarantee that

Boosted documents not appearing higher than less-boosted ones for equal relevancy.

2011-11-25 Thread Andrew Ingram
, why are these 4 products all being given the same score, is the document boosting not being considered correctly? Additionally I'm sorting by "can_purchase+desc,+score+desc", where can_purchase is a boolean field. I would greatly appreciate any help with this. Regards, Andr

Re: Efficient title sorting on large result sets.

2011-11-25 Thread Andrew Ingram
s is sufficiently small (eg less than 1000). I'll feed this back to the powers that be. Regards, Andrew Ingram

Efficient title sorting on large result sets.

2011-11-21 Thread Andrew Ingram
Hi everyone, We have a large product catalogue (currently 9 million, but soon to inflate to around 25 million) with each product have a unicode title. We're offering the facility to sort by title, but often within quite large result sets, eg 1 million fiction books (we are correctly using filte

Optimal Cache Settings, complicated by regular commits

2009-08-27 Thread Andrew Ingram
ime rather than aim for CPU or memory efficiency. Regards, Andrew Ingram

More like *these*? (recommendation system)

2009-07-31 Thread Andrew Ingram
OR id:2 OR id:3", I want the MLT result to be a single list of items, rather than 3 lists. Is this possible without writing a completely new handler? Regards, Andrew Ingram

Compiling TermsComponent for use with Solr 1.3

2009-07-01 Thread Andrew Ingram
d use it, solr gives an error at startup when it tries to access the plugin. Relevant solr conf; The error is: SEVERE: java.lang.ClassCastException: com.titanpublishing.solr.TermsComponent cannot be cast to org.apache.solr.util.plugin.NamedListInitializedPlugin Any help would be much appreciated. Regards, Andrew Ingram

Re: Conditional/Calculated Fields (is it possible?)

2009-05-06 Thread Andrew Ingram
. -Grant On May 6, 2009, at 4:32 AM, Andrew Ingram wrote: Hi everyone, I'm working on the search schema for ecommerce products and I'm having an issue with the prices. Basically, a product has two price values and a date, the product effectively has one price before the date and

Re: Conditional/Calculated Fields (is it possible?)

2009-05-06 Thread Andrew Ingram
like valid_from, valid_to. Then form your queries so you were looking in the proper date... No idea if this *really* helps or not. Best Erick On Wed, May 6, 2009 at 7:32 AM, Andrew Ingram wrote: Hi everyone, I'm working on the search schema for ecommerce products and I'm having an

Conditional/Calculated Fields (is it possible?)

2009-05-06 Thread Andrew Ingram
algorithm operating on the value of other fields? I'm quite happy to use a custom field type if necessary, though I'm not sure if what I want is even possible and I don't really know where to begin. Any help would be appreciated Regards, Andrew Ingram

Re: MoreLikeThis filtering

2009-03-04 Thread Andrew Ingram
lr and it doesn't include support for alternative handlers at the path level. Regards, Andrew Ingram Doug Steigerwald wrote: Sorry. The examples on the wiki aren't working with the 'fq' to filter the similarities. It just filters the actual queries. http://localhost:8983/s

Re: MoreLikeThis/These and Queries

2009-01-19 Thread Andrew Ingram
Thanks, I'll try this. I tried using the /select version and the problem was that fq applies only to the original query rather than the mlt results which are effectively separate queries. Clas Rydergren wrote: Hi, Even if you use the /solr/select-version of MLT, I guess that just adding th

Re: MoreLikeThis/These and Queries

2009-01-19 Thread Andrew Ingram
I think the problem might be that I'm using the standard handler with the mlt:true parameter. The MLT handler doesn't seem to be mentioned in my config file, do you know how I can enable it? Regards, Andrew Ingram Clas Rydergren wrote: Hi, Have you tried to add a filter direc

MoreLikeThis/These and Queries

2009-01-19 Thread Andrew Ingram
ring out if there's a way to filter/query on the MLT result. Regards, Andrew Ingram