salutations

2013-07-22 Thread chris sleeman
http://tagtjek.nu/kbjdzhn/qvpcuvlvvyhpgxkjamkgc chris sleeman 7/23/2013 2:37:13 AM

hey.

2013-07-21 Thread chris sleeman
http://raai.ro/rsx/woygdauogfl chris sleeman 7/22/2013 4:06:15 AM

Solrj client - addBeans method

2008-07-24 Thread chris sleeman
Hi, Just a minor nit. Shouldnt the addBeans method in SolrServer have Collection as the method parameter instead of Collection. This would enable one to add something like say, List directly, without any unneeded type conversions. -- Regards, Chris

IllegalArgumentException with Solrj DocumentObjectBinder

2008-07-19 Thread chris sleeman
Hi, I have a multivalued Solr text field, called 'categories', which is mapped to a String[] in my java bean. I am directly converting the search results to this bean. This works absolutely fine if the field has two or more values, but If the field has exactly one value, I get the following except

Re: Filter by Type increases search results.

2008-07-18 Thread chris sleeman
oops...my bad please ignore the previous comment. On Fri, Jul 18, 2008 at 6:07 PM, chris sleeman <[EMAIL PROTECTED]> wrote: > I am not saying that fq parameter does not work with dismax. > I am saying that the way this query is written it wont work because the > dismax quer

Re: Filter by Type increases search results.

2008-07-18 Thread chris sleeman
ax and it works fine. > fq is standard parameter and not specific to dismax. > So type:idea should work correctly. > > - > Preetam > > On Fri, Jul 18, 2008 at 11:30 AM, chris sleeman <[EMAIL PROTECTED]> > wrote: > > > > btw, this *seems* to only work for me

Re: Filter by Type increases search results.

2008-07-17 Thread chris sleeman
> btw, this *seems* to only work for me with standard search handler. dismax and fq: dont' seem to get along nicely... Wouldnt the dismax parser consider the filter query parameter as "type idea" and not value "idea" for solr field - "type"? I guess thats the reason this query doesnt work with dis

Re: Multiple query fields in DisMax handler

2008-07-17 Thread chris sleeman
Thanks a ton...this is quite useful. Regards, Chris On Thu, Jul 17, 2008 at 6:42 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 8:11 AM, chris sleeman <[EMAIL PROTECTED]> > wrote: > > What I actually meant was whether or not I could create a c

Re: Multiple query fields in DisMax handler

2008-07-17 Thread chris sleeman
> solrconfig.xml. > So you can create a standard request handler with name dismaxL, whose > defType is dismax and set all parameters in defaults section. > > ---- > Preetam > > On Thu, Jul 17, 2008 at 4:35 PM, chris sleeman <[EMAIL PROTECTED]> > wrote: > >

Re: Multiple query fields in DisMax handler

2008-07-17 Thread chris sleeman
Thanks a lot..this is, more or less, what i was looking for. However, is there a way to pre-configure the dismax query parser, with parameters like qf, pf, boost etc., in solr-config.xml, rather than doing so at query time. So my actual query would look like - < http://localhost:8983/solr/select?q

Multiple query fields in DisMax handler

2008-07-16 Thread chris sleeman
Hi all, Is there currently a way of specifying more than 1 user query fields (q parameter) with the disMax request handler ? Basically my requirement is this - I have 2 user query fields - 'query' and 'location', each of which corresponds to multiple solr query fields. The 'location' entered by us