Forums / Extensions / eZ Find / 2 ezpublish - 1 server - How many ezfind ?

2 ezpublish - 1 server - How many ezfind ?

Author Message

H-Works Agency

Tuesday 04 May 2010 5:51:35 am

Hello,

On my company server we have two ezpublish : one for production, one for developpement.

Say i have a solr process already running for production, how do i use ezfind on a siteaccess which is on the other ezpublish installation ?

Do i have to start another "java" process with another id like "-Dezfinddev" ?

Do i have to use always only one "java" process ?

I am a little lost here...

Regards

EZP is Great

Tero Auralinna

Tuesday 04 May 2010 8:53:30 am

You can use one Solr instance. Just check you have unique ezfind_site_id in ezsite_data table. Each installation will be separated with this key in search index.

Or you could use multi core feature if you're using version 2.2. Check docs for more info.
http://ez.no/doc/extensions/ez_find/2_2/advanced_configuration/using_multi_core_features

NXC Finland - Open Source solutions, Internet marketing and web analytics
http://www.nxc.fi
http://www.auralinna.fi
http://twitter.com/teroauralinna

Bertrand Dunogier

Wednesday 05 May 2010 11:42:58 am

I would go for the one ezfind / 2 sites approach Tero has explained. Just let ezpublish index, and the rest will happen automagically.

Bertrand Dunogier
eZ Systems Engineering, Lyon
http://twitter.com/bdunogier
http://gplus.to/BertrandDunogier

Paul Borgermans

Friday 07 May 2010 10:53:19 am

Also note that using multiple cores is preferred solution for several indexes (sites) in general. Indexing relevancy is affected when indexing content from different source (typically unrelated) in teh same search index

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

H-Works Agency

Sunday 09 May 2010 10:43:22 am

Thank you a lot for those solutions. Congratulations eZFind is a really great tool.

EZP is Great