Re: how to use PHP AND PHPS?

2007-11-07 Thread Dave Lewis
On Nov 7, 2007, at 2:04 AM, James liu wrote: i just decrease answer information...and u will see my result(full, not part) *before unserialize* string(433) "a:2:{s:14:"responseHeader";a:3:{s:6:"status";i:0;s:5:"QTime";i: 0;s:6:"params";a:7:{s:2:"fl";s:5:"Title";s:6:"indent";s:2:"on";s:

Re: how to use PHP AND PHPS?

2007-11-06 Thread Dave Lewis
ning from the trunk or from a nightly? There was a bug a couple of weeks ago that sent back faulty serialized data. It's fixed now. It's possible this is your issue. dave On Nov 6, 2007 10:36 PM, Dave Lewis <[EMAIL PROTECTED]> wrote: What are the results of the two

Re: how to use PHP AND PHPS?

2007-11-06 Thread Dave Lewis
What are the results of the two var_dumps? dave On Nov 5, 2007, at 10:06 PM, James liu wrote: first: i m sure i enable php and phps in my solrconfig.xml two: i can't get answer. *phps: *http://localhost:8080/solr1/select/? q=2&version=2.2&start=0&rows=10&indent=on&wt=phps '; $a = file_get_c

Re: how to use PHP AND PHPS?

2007-11-05 Thread Dave Lewis
On Nov 5, 2007, at 8:56 AM, Robert Young wrote: I would imagine you have to unserialize On 11/5/07, James liu <[EMAIL PROTECTED]> wrote: i find they all return string http://localhost:8080/solr/select/? q=solr&version=2.2&start=0&rows=10&indent=on&wt=php '; var_dump(file_get_contents(

Re: SpellCheckerRequestHandler and onlyMorePopular

2007-10-24 Thread Dave Lewis
Are you running off of a release? onlyMorePopular was only implemented in the trunk a few days ago (in earlier versions, even if you specified onlyMorePopular, it was ignored). dave On Oct 24, 2007, at 5:58 PM, Justin Knoll wrote: I'm running the example Solr install with a custom schema.x