Classes, interfaces, and traits

Zend_Search_Lucene_Document

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

« More »

Zend_Search_Lucene_Document_Docx

Docx document.

« More »

Zend_Search_Lucene_Document_Html

HTML document.

« More »

Zend_Search_Lucene_Document_OpenXml

OpenXML document.

« More »

Zend_Search_Lucene_Document_Pptx

Pptx document.

« More »

Zend_Search_Lucene_Document_Xlsx

Xlsx document.

« More »

Zend_Search_Lucene_Field

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.

« More »