Re: Possible to sort in .xml file?

2011-03-11 Thread Andy Newby
Hi, Ah cool - missed that bit! Will give that a go (as it will be handy for passing along other paramaters too) Cheers Andy On Thu, Mar 10, 2011 at 9:13 PM, Chris Hostetter wrote: > > : I know its possible to do via adding sort= , but the Perl module > : (WebService::Solr) doesn't seem to

Re: Possible to sort in .xml file?

2011-03-10 Thread Chris Hostetter
: I know its possible to do via adding sort= , but the Perl module : (WebService::Solr) doesn't seem to offer the option to pass in this value :( according to the docs, you can pass any query params you want to the sort method... http://search.cpan.org/~bricas/WebService-Solr-0.11/lib/WebSe

Re: Possible to sort in .xml file?

2011-03-10 Thread Markus Jelsma
No, look for request handlers. explicit 10 etc... You can add any valid parameter there as default. http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml On Thursday 10 March 2011 11:34:47 Andy Newby wrote: > Hi,

Re: Possible to sort in .xml file?

2011-03-10 Thread Markus Jelsma
Is there no generic parameter store in the Solr module you can use for passing the sort parameter? If not, you can define your sort parameter as default in the request handler you use in solrconfig. See the shipped config for examples. On Thursday 10 March 2011 11:25:01 Andy Newby wrote: > Hi,