| 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: |
|---|
| | 306 | sfLucene 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: |
|---|