Re: Recommended api/lib to search Solr using PHP

2016-06-02 Thread Scott Chu
re GC in php engine. That's all for now. Rest will be your own homework. Scott Chu,scott@udngroup.com 2016/6/2 (週四) ----- 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

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread scott.chu
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, GW w

Re(2): Recommended api/lib to search Solr using PHP

2016-05-30 Thread scott.chu
(週二) - Original Message - From: GW To: solr-user ; scott(自己) CC: Date: 2016/5/31 (週二) 02:32 Subject: Re: Recommended api/lib to search Solr using PHP 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

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread Shawn Heisey
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

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread GW
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

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread John Blythe
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

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread Shawn Heisey
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

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread Georg Sorst
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

Recommended api/lib to search Solr using PHP

2016-05-30 Thread scott.chu
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 'Solarium' but its installtion steps has