a> Use 'foreach' to iterate it.
b> Use $doc['fieldname'] to get specific field, e.g. $doc['ID'].
c> Use $doc->fieldname to get specfic field, e.g. $doc->ID.
How to paginate in PHP
===
1. Basically, just us
ling%20Solarium
I follow it and install and use Solarium correctly.
scott.chu,scott@udngroup.com
2016/5/31 (週二)
- Original Message -
From: Shawn Heisey
To: solr-user
CC:
Date: 2016/5/31 (週二) 02:57
Subject: Re: Recommended api/lib to search Solr using PHP
On 5/30/2016 12:32 PM,
On 5/30/2016 12:32 PM, GW wrote:
> I would say look at the urls for searches you build in the query tool
>
> In my case
>
> http://172.16.0.1:8983/solr/#/products/query
>
> When you build queries with the Query tool, for example an edismax query,
> the URL is there for you to copy.
> Use the url st
I would say look at the urls for searches you build in the query tool
In my case
http://172.16.0.1:8983/solr/#/products/query
When you build queries with the Query tool, for example an edismax query,
the URL is there for you to copy.
Use the url structure with curl in your programming/scripting.
we also use Solarium. the documentation is pretty spotty in some cases (tho
they've recently updated it, or at least the formatting, which seems to be
a move in the right direction), but overall pretty simple to use. some good
plugins at hand to help extend the base power, too. i'd say give it a wh
On 5/30/2016 1:29 AM, scott.chu wrote:
> We have two legacy in-house applications written in PHP 5.2.6 and 5.5.3. Our
> engineers currently just use fopen with url to search Solr but it's kinda
> unenough when we want to do more advanced, complex queries. We've tried to
> use something called 'S
We've had good experiences with Solarium, so it's probably worth spending
some time in getting it to run.
scott.chu schrieb am Mo., 30. Mai 2016 um
09:30 Uhr:
>
> We have two legacy in-house applications written in PHP 5.2.6 and 5.5.3.
> Our engineers currently just use fopen with url to search