2.1b2 supports content indexing with Lucene. Take a look at the
org.apache.slide.search.IndexTrigger event listener near the bottom of
Domain.xml.

-James

On Thu, 2004-11-18 at 12:44 -0800, Mirko Froehlich wrote:
> Thanks, that's good to know.
> 
> For content searches, is there any way to leverage MySQL's fulltext
> capabilities? Or are searches simply performed using a "like" clause? If
> not, is it already possible in 2.1b2 to configure a JDBC/J2EE store to
> use the Lucene indexer?
> 
> -Mirko
> 
> 
> On Thu, 2004-11-18 at 11:51, Guido Casper wrote:
> 
> > Mirko Froehlich wrote:
> > > Thanks for the info. Could you elaborate a little on the JDBC store?
> > > Does it automatically take advantage of the database's indexing and
> > > search capabilities, or do I have to configure something to enable this?
> > 
> > You have to configure your JDBCStore with:
> >    <parameter name="use-rdbms-expression-factory">true</parameter>
> > 
> > Be aware that this leverages database indexes only for searches on 
> > properties but not for content searches.
> > 
> > Guido
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to