For those using PHP to interface with can you explain to me how your PHP code interacts with Solr? Does PHP create a query_string manually and post an URL like this: http://localhost:8983/solr/select?q=vertical%3Ajobs+accounting&version=2.1&start=0&rows=10&fl=&qt=standard&stylesheet=&indent=on&explainOther=&hl.fl= for example then using some PHP command to read a webpage, it then parses it?
I'm not much of a programmer, but I do know Coldfusion so I'm trying to apply the PHP principles to CF. Thanks for any and all help. Tim On 9/10/06, Erik Hatcher <[EMAIL PROTECTED]> wrote:
On Sep 9, 2006, at 9:09 AM, Tim Archambault wrote: > I need to understand this then. Thanks. I want to use Solr for our > newspaper > website and this would be a great way to break out content. Kind of > greys > the lines between what is search and what is browsing categories, > which is a > great thing actually. Thanks for the help. greys the lines indeed. there isn't any difference between search and browse in my view now. let's just call it "findability" :) (by the way, "Ambient Findability" is a fantastic book) Erik