External data & ezfind fetch

Author Message

Fabien Mas

Friday 09 October 2009 2:20:33 am

Hi
I am indexing some external data (with a crawl)
For that, I use the component Search
It works well (now) but I have to develop my own operator to fetch my results

Is there a way to have only one fetch for the ezpublish data and the external data ?

It's a pity to separate the results ..

Here is a part of the PHP code from my operator

$handler = new ezfmaSearchSolrHandler;
$manager = new ezcSearchEmbeddedManager;
$session = new ezcSearchSession( $handler, $manager );

$q = $session->createFindQuery( 'ezfmaServicePublic' );
$q->where($q->lOr($q->eq( 'title', $searchWord )));
$q->limit( 10 );
$r = $session->find( $q );

...

thx
Fabien

Geoff Bentley

Monday 18 January 2010 1:52:02 pm

Hi Fabien,

I'm working on searching Solr indexes created by Nutch at the moment, and mapping this where possible to the eZ Find schema.xml. As eZ Find is very much focused on querying/indexing eZ Publish sites and the more I get into it, the more I think creating a seperate search extension is the right direction to go in.

Geoff

Paul Borgermans

Tuesday 02 February 2010 2:23:33 pm

eZ Find 2.2 will have native support for querying other indexes along the ones for eZ Publish

In order to be able to do so, there will be common schema elements to query over and for the eZ Publish index there will be a few common/aggregated fields in addition to the default text we have now (and used in the simplified standardhandler now).

For a "foreign" Solr index, you may need to define some extra copy fields for it

hth

Paul

PS: eZ Find 2.2 is scheduled for the end of March

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 05:02:33
Script start
Timing: Jan 18 2025 05:02:33
Module start 'layout'
Timing: Jan 18 2025 05:02:33
Module start 'content'
Timing: Jan 18 2025 05:02:34
Module end 'content'
Timing: Jan 18 2025 05:02:34
Script end

Main resources:

Total runtime0.5957 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 589.0625152.6250
Module start 'layout' 0.00580.0052 741.687539.4609
Module start 'content' 0.01100.5832 781.1484579.9688
Module end 'content' 0.59420.0015 1,361.117212.1563
Script end 0.5957  1,373.2734 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.5932160.0002
Check MTime0.00160.2635160.0001
Mysql Total
Database connection0.00100.162210.0010
Mysqli_queries0.536290.0059620.0086
Looping result0.00060.1074600.0000
Template Total0.558393.720.2791
Template load0.00210.357920.0011
Template processing0.556193.355320.2781
Template load and register function0.00040.069710.0004
states
state_id_array0.00090.147210.0009
state_identifier_array0.00120.209520.0006
Override
Cache load0.00180.3062270.0001
Sytem overhead
Fetch class attribute can translate value0.00060.103730.0002
Fetch class attribute name0.00150.251050.0003
XML
Image XML parsing0.00601.000830.0020
class_abstraction
Instantiating content class attribute0.00000.001950.0000
General
dbfile0.00250.4222230.0001
String conversion0.00000.001840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 8

Time used to render debug report: 0.0001 secs