Class: Doctrine_Search

Source Location: /Doctrine/Search.php

Class Doctrine_Search

Class Overview

Doctrine_Search

Located in /Doctrine/Search.php [line 33]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Revision$
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Properties

Methods

[ Top ]
Property Summary
mixed   $_options  

[ Top ]
Method Summary
Doctrine_Search   __construct()  
void   analyze()  
void   buildDefinition()  
void   getOption()  
void   setOption()  
integer   updateIndex()   updateIndex updates the index

[ Top ]
Properties
mixed   $_options = array('generateFiles' => true,
'className' => '%CLASS%Index')
[line 35]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 39]

  Doctrine_Search __construct( $options  )

Parameters:
array   $options: 

API Tags:
Access:  public


[ Top ]
analyze  [line 57]

  void analyze( $text  )

Parameters:
   $text: 

API Tags:
Access:  public


[ Top ]
buildDefinition  [line 98]

  void buildDefinition( Doctrine_Table $table  )

Parameters:
Doctrine_Table   $table: 

API Tags:
Access:  public


[ Top ]
getOption  [line 48]

  void getOption( $option  )

Parameters:
   $option: 

API Tags:
Access:  public


[ Top ]
setOption  [line 62]

  void setOption( $option, $value  )

Parameters:
   $option: 
   $value: 

API Tags:
Access:  public


[ Top ]
updateIndex  [line 75]

  integer updateIndex( Doctrine_Record $record  )

updateIndex updates the index

Parameters:
Doctrine_Record   $record: 

API Tags:
Access:  public


[ Top ]