A 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 /Search/Lucene/Field.php (line 38)
Field boost factor It's not stored directly in the index, but affects on normalization factor
Field value encoding.
Field is stored as binary.
Field is to be indexed, so that it may be searched on.
Field is to be stored in the index for return with search hits.
Field should be tokenized as text prior to indexing.
Field name
Field are stored as a term vector
Field value
Constructs a Binary String valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.
Constructs a String-valued Field that is not tokenized, but is indexed and stored. Useful for non-text fields, e.g. date or url.
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.
Constructs a String-valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.
Constructs a String-valued Field that is tokenized and indexed, but that is not stored in the index.
Object constructor
Get field value in UTF-8 encoding
Documentation generated on Mon, 21 Jun 2010 15:23:00 -0400 by phpDocumentor 1.4.3