Zend_Search_Lucene_FieldA field is a section of a Document. Each field has two parts,
a name and a value. Values may be free text or they may be atomic keywords, which are not further processed. Such keywords may be used to represent dates, urls, etc. Fields are optionally stored in the index, so that they may be returned with hits on the document.
Located in /Zend/Search/Lucene/Field.php (line 37)
Zend_Search_Lucene_Field
__construct
( $name, $stringValue, $isStored, $isIndexed, $isTokenized, [ $isBinary = false])
static Binary (line 111)
Constructs a Binary String valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.
static Keyword (line 83)
Constructs a String-valued Field that is not tokenized, but is indexed and stored. Useful for non-text fields, e.g. date or url.
static Text (line 125)
Constructs a String-valued Field that is tokenized and indexed, and is stored in the index, for return with hits. Useful for short text fields, like "title" or "subject". Term vector will not be stored for this field.
static UnIndexed (line 97)
Constructs a String-valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.
static UnStored (line 139)
Constructs a String-valued Field that is tokenized and indexed, but that is not stored in the index.
Constructor __construct (line 52)
Documentation generated on Tue, 11 Jul 2006 12:17:12 -0500 by phpDocumentor 1.3.0RC6