[symfony-users] Re: Search engine

2009-05-13 Thread Mathieu Tricoire
Hi thanks for yours replies, I want to search on pages from article, where an article has some pages. For example this is a part of my schema : Category: columns: name: { type: string(255), notblank: true, unique: true ] Article: columns: title: { type: string(255), notblank: true }

[symfony-users] Re: Search engine

2009-05-13 Thread James Cauwelier
It depends. What types of fulltext queries do you want to run? Do you need spelling correction, stemming, ...? Do you need the title to have a higher weight than the description? What type of content do you want to index (articles, books, products, ...)? What is the number of items you want t

[symfony-users] Re: Search engine

2009-05-12 Thread David Ashwood
Search engine integration is like beer - everybody has one they think tastes better :) Personally I prefer to keep it simple - so I use the Doctrine Behaviour and use actAs. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Math

[symfony-users] Re: search engine

2009-01-30 Thread Victor Zamfir
Thomas, Does this plugin works for symfony1.2 too? On Fri, Jan 30, 2009 at 3:17 PM, Thomas Rabaix wrote: > Hello, > > This branch is up to date, and works for doctrine. I think the > PropelHandler works, or just need some small changes > > > http://svn.symfony-project.com/plugins/sfLucenePlugin/b

[symfony-users] Re: search engine

2009-01-30 Thread Christophe - enchR
Hello Thomas, You're Right ! It's what i did and this works fine ;) Regards Christophe enchR.fr Thomas Rabaix a écrit : Hello, This branch is up to date, and works for doctrine. I think the PropelHandler works, or just need some small changes http://svn.symfony-project.com/plugin

[symfony-users] Re: search engine

2009-01-30 Thread Thomas Rabaix
Hello, This branch is up to date, and works for doctrine. I think the PropelHandler works, or just need some small changes http://svn.symfony-project.com/plugins/sfLucenePlugin/branches/1.1-Doctrine/ On Fri, Jan 30, 2009 at 10:46 AM, small wrote: > > I would not bother go with any of the sf*

[symfony-users] Re: search engine

2009-01-30 Thread small
I would not bother go with any of the sf* plugins for search. I use Lucene in a project now, but its no longer supported. I recall Fabian saying to use Zend Search: http://www.symfony-project.org/jobeet/1_2/Propel/en/17 Just used that Sherif http://symfonynerds.com On Jan 30, 5:42 pm, Christo

[symfony-users] Re: search engine

2009-01-29 Thread Christophe - enchR
Hi Robin, Yes, i looked at sfLucenePlugin but the readme say : "For symfony 1.1, please see sfLucenePlugin11.". (in the sf1.0 version of my project, i used sfLucenePlugin). I take a look at the forum and it seems sfLucene is deprecated for sf1.1 and is replaced bu sfSearchPlugin. Regards Ch

[symfony-users] Re: search engine

2009-01-29 Thread Robin Berjon
On Jan 29, 2009, at 17:36 , Christophe - enchR wrote: > For a project migrating from sf1.0 to sf 1.1, i'm interested to use > the > sfSearchPlugin but it need the sfPropelSearchPlugin... that is no more > available in the svn ! > Anyone have a solution to implement a search engine with a good ra

[symfony-users] Re: Search Engine — How to?

2007-05-16 Thread Jorge Laranjo
Sure, but that's not a good solution since: 1. Has Ads (and some site can't have ads) 2. Depends on Google Good Will (yeh, sure). Em 2007/05/16, às 15:08, David Hodgson escreveu: You could add a google search for your site: http://www.google.com/coop/cse/ -- Atentamente, Jorge Laranjo [EMAI

[symfony-users] Re: Search Engine — How to?

2007-05-16 Thread Tristan Rivoallan
On 5/16/07, Jorge Laranjo <[EMAIL PROTECTED]> wrote: > Anyone has a good solution for a built in search engine for a Symfony > powered site? * http://www.symfony-project.com/askeet/21 (may not be completely 1.0 compliant * http://spindrop.us/2006/08/25/using-zend-search-lucene-in-a-symfony-app

[symfony-users] Re: Search Engine — How to?

2007-05-16 Thread David Hodgson
You could add a google search for your site: http://www.google.com/coop/cse/ Cheers, David Jorge Laranjo wrote: > Anyone has a good solution for a built in search engine for a Symfony > powered site? > > -- > Atentamente, > Jorge Laranjo > > [EMAIL PROTECTED] > htt