Re: Announcing the Apache Solr extension in PHP - 0.9.0

2009-11-23 Thread Michael Lugassy
Sweeet! you guys rock. On Mon, Nov 23, 2009 at 11:12 PM, Thanh Doan wrote: > Thanks Israel > > I plan to try it and compare with rsolr > > > On Nov 23, 2009, at 2:28 PM, Michael Lugassy wrote: > >> Thanks Israel, exactly what I was looking for, but how would one ge

Complex multi-value boosting

2009-11-23 Thread Michael Lugassy
Guys -- What schema will you use for 500K docs with a variety of 0-30 different category ids, each carrying its own weight and completely overriding the default scoring? For example, these documents: A: 1:0.21, 2:0.41, 3:0.15 ... B: 1:0.18, 2:0.65 4:0.98 ... C: 6:0.75 ... D: 2:0.14 ... When sear

Re: Announcing the Apache Solr extension in PHP - 0.9.0

2009-11-23 Thread Michael Lugassy
Thanks Israel, exactly what I was looking for, but how would one get a pre-compiled dll for windows? using PHP 5.3 VS9 TS. On Mon, Oct 5, 2009 at 7:03 AM, Israel Ekpo wrote: > Fellow Apache Solr users, > > I have been working on a PHP extension for Apache Solr in C for quite > sometime now. > > I

Re: Facet sorting by boost functions

2009-07-26 Thread Michael Lugassy
apparently it does. what a great contriibution! got it to work with 1.4-dev. hopefully it will get into the stable release. On Sun, Jul 26, 2009 at 4:39 PM, Michael Lugassy wrote: > intresting. will that patch work in 1.4? > > On Sun, Jul 26, 2009 at 9:56 AM, Shalin Shekhar > Mangar

Re: Facet sorting by boost functions

2009-07-26 Thread Michael Lugassy
intresting. will that patch work in 1.4? On Sun, Jul 26, 2009 at 9:56 AM, Shalin Shekhar Mangar wrote: > On Sun, Jul 26, 2009 at 3:51 AM, Michael Lugassy wrote: > >> I'm using something along ?q=_val_:"product(field1,0.5)" and was >> wondering whether I could fac

Facet sorting by boost functions

2009-07-25 Thread Michael Lugassy
I'm using something along ?q=_val_:"product(field1,0.5)" and was wondering whether I could facet with category_id so that I get the single best document (product) for each category_id (not intrested in more than 5 of the best products in each of the highest-boosted category). Thanks!

Boosting certain documents dynamically at query-time

2009-07-12 Thread Michael Lugassy
Hi guys -- Using solr 1.4 functions at query-time, can I dynamically boost certain documents which are: a) not on the same range, i.e. have very different document ids, b) have different boost values, c) part of a long list (can be around 1,000 different document ids with 50 different boost values

Boosting certain documents dynamically at query-time

2009-07-11 Thread Michael Lugassy
Hi guys -- Using solr 1.4 functions at query-time, can I dynamically boost certain documents which are: a) not on the same range, i.e. have very different document ids, b) have different boost values, c) part of a long list (can be around 1,000 different document ids with 50 different boost values