[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/quickstart/protected/index/Zend/Search/Lucene/ -> Document.php (sommaire)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2006 Zend Technologies USA Inc. (http://www.zend.com)
License: http://www.zend.com/license/framework/1_0.txt Zend Framework License version 1.0
Poids: 109 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Zend_Search_Lucene_Document:: (5 méthodes):
  __get()
  addField()
  getFieldNames()
  getField()
  getFieldValue()


Classe: Zend_Search_Lucene_Document  - X-Ref

A Document is a set of fields. Each field has a name and a textual value.

__get($offset)   X-Ref
Proxy method for getFieldValue(), provides more convenient access to
the string value of a field.

param: $offset
return: string

addField(Zend_Search_Lucene_Field $field)   X-Ref
Add a field object to this document.

param: Zend_Search_Lucene_Field $field

getFieldNames()   X-Ref
Return an array with the names of the fields in this document.

return: array

getField($fieldName)   X-Ref
Returns Zend_Search_Lucene_Field object for a named field in this document.

param: string $fieldName
return: Zend_Search_Lucene_Field

getFieldValue($fieldName)   X-Ref
Returns the string value of a named field in this document.

return: string



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7