Forums / Discussions / Advanced development with eZ Find - part 1 : Datatypes in Solr and eZ Find

Monday 07 June 2010 8:05:09 am - 3 replies

» Read full tutorial

Introduction

Here is the first part of a series of tutorials about eZ Find. At the end of this series, you will have been exposed all details on how it works, and be able to make an advanced usage, in various context, of this enterprise-grade search plug-in. This series will serve as a base for a talk on the subject at the eZ Conference 2010, in Berlin. As well as the Libre Software meeting.

 
Author Message

H-Works Agency

Wednesday 14 July 2010 11:46:17 pm

Thank you for this article, very valuable.

Just a precision : how do you call from your ezfind template fetch attr_title_s or attr_title_t to avoid sentence explosions ?

EZP is Great

gilles guirand

Thursday 15 July 2010 11:52:17 pm

@Martin : "article/title", the "_s" or "_t" depends of the context (filtering, sorting, facetting...), and your settings

http://share.ez.no/tutorials/ez-publish/advanced-development-with-ez-find-part-1-datatypes-in-solr-and-ez-find/%28page%29/5

And for the settings :

http://share.ez.no/tutorials/ez-publish/advanced-development-with-ez-find-part-1-datatypes-in-solr-and-ez-find/%28page%29/6

But you also could use the Solr syntax, like explain in this article :

http://share.ez.no/tutorials/ez-publish/advanced-development-with-ez-find-part-3-leveraging-the-solr-syntax/%28page%29/2

--
Gilles Guirand
eZ Community Board Member
http://twitter.com/gandbox
http://www.gandbox.fr

Luca Realdi

Wednesday 09 February 2011 2:34:34 am

Hi Gilles!

Thank you for your great tutorials!!!

I think I discovered a small bug in your ezfSolrDocumentFieldObjectRelation class (http://projects.ez.no/ezfsolrdocumentfieldobjectrelation/) on line 256

What do you think?

$finalValue = $this->preProcessValue( $field->ContentObjectAttribute->metaData(),
                        parent::getClassAttributeType( $tmpClassAttribute ) ); 

//instead of
$finalValue = $this->preProcessValue( $field->ContentObjectAttribute->metaData(),
                        parent::getClassAttributeType( $contentClassAttribute ) );

You must be logged in to post messages in this topic!