Forums / Developer / EZFind help

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

EZFind help

Author Message

Koutouan Emmanuel

Tuesday 30 December 2008 5:45:49 am

I,
I've installed ezfind.
I can index and search.
But I have some questions (I read the whole doc but it's only 11 pages and I could not find answers):
- when start.jar is started and somebody edits some contents , it's very slow to validate the form.
The processus java takes 100% of CPU.
Is there a way to desactivate the reindex on updating content ?
- Can I filter on multiples classes ? (not only one) how ?
- Can I filter on a subtree of a node_id ? How ?

Thanks.

Heath

Wednesday 31 December 2008 10:41:59 pm

Hello Koutouan,

You can enable DelayedIndexing setting,
<i>http://ez.no/doc/ez_publish/technical_manual/4_0/reference/configuration_files/site_ini/searchsettings/delayedindexing
http://ez.no/doc/ez_publish/technical_manual/4_0/features/cronjobs/the_cronjob_scripts#indexcontent</i>

Cheers,
Heath

7x | https://se7enx.com/
Brookins Consulting | https://brookinsconsulting.com/
Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350
Solutions | https://projects.exponential.earth/users/community/brookins-consulting
eZpedia community documentation project | http://ezpedia.se7enx.com

kracker

Wednesday 31 December 2008 11:00:48 pm

I would suggest using the "Advanced search" which provides all kinds of features for custom searching. It should be able to filter as needed and if it does not do so out of the box it is fairly simple to extend to meet your custom search needs.

<i>http://ez.no/doc/ez_publish/technical_manual/4_0/features/search_engine#eztoc86049_1</i>

Cheers,
<i>//kracker

soleandtheskyriderbandremixlp : 100 light years and running(son lux remix)</i>

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

Christophe Saint-Pierre

Thursday 01 January 2009 4:07:13 am

Hi , for the Tree level filtering that I couldn't find an example in
http://ez.no/doc/ez_publish/technical_manual/4_0/features/search_engine#eztoc86049_1
I think you can use
<input type="hidden" id="searcharea" name="SubTreeArray[]" value="99" />

I looked the source of the ez.no site to find the name of the input type to use.

Although , I have another question :
In some of my content I have characters written in html , for example v&eacute;lo for vélo.
And when i search vélo it do not find it but if i search v&eacute;lo it find it !
Is somebody know if there a config for solr to index the converted chararcter ?

Thanks !