Re: Preferred PHP Client Library

2018-07-17 Thread John Blythe
sorry for my typo earlier. we have enjoyed** using solarium.

there have been some shortcomings in our more complex queries that we've
had to more or less hack around, but generally speaking it's been a breeze.

we are about to undergo testing things out with the solrcloud extension as
we're migrating to cloud, but have also found that it's not entirely
necessary (i can't yet speak to the cost/benefit of using the extension
when we deploy to cloud)

best of luck-

--
John Blythe


On Tue, Jul 17, 2018 at 11:57 AM Christian Spitzlay <
christian.spitz...@biologis.com> wrote:

> Hi,
>
> we're using Solarium, too, via Drupal's search_api / search_api_solr
> modules,
> and I hear there are plans by the Typo3 project to move to Solarium.
>
> So there are at least two major CMS projects that will be relying on it in
> the future.
>
> I don't have any experience with wordpress but a web search
> returned wpsolr (I assume you are aware of this):
> https://www.wpsolr.com/knowledgebase/what-is-your-solr-php-client-library/
> So someone from the wordpress  world seems to be using it successfully,
> too.
>
> I haven't used the standard extension so I cannot comment on the
> differences
> but here is the Solarium project's description in their own words:
> https://solarium.readthedocs.io/en/latest/
>
> Solarium is under active development. They recently added support
> for Solr cloud streaming expressions and for the JSON Facet API
> (the latter is in the beta version).
>
>
> Best regards
> Christian Spitzlay
>
>
> > Am 16.07.2018 um 21:19 schrieb Zimmermann, Thomas <
> tzimmerm...@techtarget.com>:
> >
> > Hi,
> >
> > We're in the midst of our first major Solr upgrade in years and are
> trying to run some cleanup across
> > all of our client codebases. We're currently using the standard PHP Solr
> Extension when communicating
> > with our cluster from our Wordpress installs.
> http://php.net/manual/en/book.solr.php
> >
> > Few questions.
> >
> > Should we have any concerns about communicating with a Solr 7 cloud from
> that client?
> > Is anyone using another client they prefer? If so what are the benefits
> of switching to it?
> >
> > Thanks!
> > TZ
>
>
>
> --
>
> Christian Spitzlay
> Diplom-Physiker,
> Senior Software-Entwickler
>
> E-Mail: christian.spitz...@biologis.com
>
> bio.logis Genetic Information Management GmbH
> Altenhöferallee 3
> 60438 Frankfurt am Main
>
> Geschäftsführung: Prof. Dr. med. Daniela Steinberger, Dipl.Betriebswirt
> Enrico Just
> Firmensitz Frankfurt am Main, Registergericht Frankfurt am Main, HRB 97945
> Umsatzsteuer-Identifikationsnummer DE293587677
>
>
>


Re: Preferred PHP Client Library

2018-07-17 Thread Christian Spitzlay
Hi,

we're using Solarium, too, via Drupal's search_api / search_api_solr modules,
and I hear there are plans by the Typo3 project to move to Solarium.

So there are at least two major CMS projects that will be relying on it in the 
future.

I don't have any experience with wordpress but a web search 
returned wpsolr (I assume you are aware of this):
https://www.wpsolr.com/knowledgebase/what-is-your-solr-php-client-library/
So someone from the wordpress  world seems to be using it successfully, too.

I haven't used the standard extension so I cannot comment on the differences
but here is the Solarium project's description in their own words:
https://solarium.readthedocs.io/en/latest/

Solarium is under active development. They recently added support
for Solr cloud streaming expressions and for the JSON Facet API
(the latter is in the beta version).


Best regards
Christian Spitzlay


> Am 16.07.2018 um 21:19 schrieb Zimmermann, Thomas 
> :
> 
> Hi,
> 
> We're in the midst of our first major Solr upgrade in years and are trying to 
> run some cleanup across
> all of our client codebases. We're currently using the standard PHP Solr 
> Extension when communicating
> with our cluster from our Wordpress installs. 
> http://php.net/manual/en/book.solr.php
> 
> Few questions.
> 
> Should we have any concerns about communicating with a Solr 7 cloud from that 
> client?
> Is anyone using another client they prefer? If so what are the benefits of 
> switching to it?
> 
> Thanks!
> TZ



--  

Christian Spitzlay
Diplom-Physiker,
Senior Software-Entwickler

E-Mail: christian.spitz...@biologis.com

bio.logis Genetic Information Management GmbH
Altenhöferallee 3
60438 Frankfurt am Main

Geschäftsführung: Prof. Dr. med. Daniela Steinberger, Dipl.Betriebswirt Enrico 
Just
Firmensitz Frankfurt am Main, Registergericht Frankfurt am Main, HRB 97945
Umsatzsteuer-Identifikationsnummer DE293587677




Re: Preferred PHP Client Library

2018-07-16 Thread John Blythe
We have envious using Solarium

On Mon, Jul 16, 2018 at 14:19 Zimmermann, Thomas 
wrote:

> Hi,
>
> We're in the midst of our first major Solr upgrade in years and are trying
> to run some cleanup across all of our client codebases. We're currently
> using the standard PHP Solr Extension when communicating with our cluster
> from our Wordpress installs. http://php.net/manual/en/book.solr.php
>
> Few questions.
>
> Should we have any concerns about communicating with a Solr 7 cloud from
> that client?
> Is anyone using another client they prefer? If so what are the benefits of
> switching to it?
>
> Thanks!
> TZ
>
-- 
John Blythe