Development

Changeset 5590

You must first sign up to be able to contribute.

Changeset 5590

Show
Ignore:
Timestamp:
10/19/07 06:57:16 (1 year ago)
Author:
Carl.Vondrick
Message:

* fixed type-o in readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfLucenePlugin/README

    r5446 r5590  
    304304 
    305305= Custom Indexers = 
    306 sfLucene supports custom indexers.  Custom indexers are great for complicated data models where the standard indexer would not work.  To a custom Propel indexer, create a class that extends sfLucenePropelIndexer.  In this class, you optionally define insert(), shouldIndex(), delete(), and validate() methods. A sample indexer for sfSimpleCMS is below: 
     306sfLucene supports custom indexers.  Custom indexers are great for complicated data models where the standard indexer would not work.  To make a custom Propel indexer, create a class that extends sfLucenePropelIndexer.  In this class, you optionally define insert(), shouldIndex(), delete(), and validate() methods. A sample indexer for sfSimpleCMS is below: 
    307307 
    308308{{{