Classes

\

Name Description
A00_ZendSearchLuceneSearchableTest No description available EMPTY
CatdocDocExtractor Extracts text from a DOC format Microsoft Word document. Uses the catdoc command-line utility to do so. Catdoc can be downloaded for Linux at: EMPTY
CatdocPptExtractor Extracts text from a PPT format Microsoft Powerpoint document. Uses the catppt command-line utility to do so. This utility is part of the catdoc suite of command-line utilities, which can be downloaded at: EMPTY
CatdocXlsExtractor Extracts text from an XLS format Microsoft Excel document. Uses the xls2csv command-line utility to do so. This utility is part of the catdoc suite of command-line utilities, which can be downloaded at: EMPTY
PDF2Text No description available EMPTY
PdfDocumentExtractor Extracts text from a PDF document. Tries to use the pdftotext command-line utility if it is installed, otherwise falls back to the PDF2Text class. EMPTY
PorterStemmer No description available EMPTY
StandardAnalyzer_Analysis_TokenFilter_EnglishStemmer No description available EMPTY
StandardAnalyzer_Analyzer_Standard No description available EMPTY
StandardAnalyzer_Analyzer_Standard_English No description available EMPTY
TxtDocumentExtractor Extracts text from a TXT text document. EMPTY
ZendSearchLuceneCMSDecorator Adds functions to LeftAndMain to rebuild the Lucene search index. EMPTY
ZendSearchLuceneCMSDecoratorTest No description available EMPTY
ZendSearchLuceneContentController Extension to provide a search interface when applied to ContentController. EMPTY
ZendSearchLuceneDocxExtractor Extracts text from a DOCX format Microsoft Word document. Uses the Zend text extraction class to do so. EMPTY
ZendSearchLuceneForm The search form. EMPTY
ZendSearchLuceneHtmlExtractor Extracts text from an HTML document. Uses the Zend HTML text extraction class to do so. EMPTY
ZendSearchLucenePptxExtractor Extracts text from a PPTX format Microsoft Powerpoint document. Uses the Zend text extraction class to do so. EMPTY
ZendSearchLuceneReindexJob The job description class for reindexing the search index via the Queued Jobs SilverStripe module. EMPTY
ZendSearchLuceneSearchable Decorates a DataObject, giving it the ability to be indexed and searched by Zend_Search_Lucene. EMPTY
ZendSearchLuceneSiteConfig Adds a button the Site Config page of the CMS to rebuild the Lucene search index. EMPTY
ZendSearchLuceneSiteConfigTest No description available EMPTY
ZendSearchLuceneTextExtractor Abstract base class instructing the Lucene module on how to extract text from a given file type. EMPTY
ZendSearchLuceneTextHighlightDecorator Extension to StringField to add a Field.SearchTextHighlight template method that extracts text for a given search term. EMPTY
ZendSearchLuceneWrapper Provides a wrapper to Zend Search Lucene. EMPTY
ZendSearchLuceneXlsxExtractor Extracts text from a XLSX format Microsoft Excel document. Uses the Zend text extraction class to do so. EMPTY
Zend_Search_Exception No description available EMPTY
Zend_Search_Lucene No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer An Analyzer is used to analyze text. EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common Common implementation of the Zend_Search_Lucene_Analysis_Analyzer interface. EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_Text No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_Text_CaseInsensitive No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8 No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8Num No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8Num_CaseInsensitive No description available EMPTY
Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8_CaseInsensitive No description available EMPTY
Zend_Search_Lucene_Analysis_Token No description available EMPTY
Zend_Search_Lucene_Analysis_TokenFilter Token filter converts (normalizes) Token ore removes it from a token stream. EMPTY
Zend_Search_Lucene_Analysis_TokenFilter_LowerCase Lower case Token filter. EMPTY
Zend_Search_Lucene_Analysis_TokenFilter_LowerCaseUtf8 Lower case Token filter. EMPTY
Zend_Search_Lucene_Analysis_TokenFilter_ShortWords Token filter that removes short words. What is short word can be configured with constructor. EMPTY
Zend_Search_Lucene_Analysis_TokenFilter_StopWords Token filter that removes stop words. These words must be provided as array (set), example: $stopwords = array('the' => 1, 'an' => '1'); EMPTY
Zend_Search_Lucene_Document A Document is a set of fields. Each field has a name and a textual value. EMPTY
Zend_Search_Lucene_Document_Docx Docx document. EMPTY
Zend_Search_Lucene_Document_Exception No description available EMPTY
Zend_Search_Lucene_Document_Html HTML document. EMPTY
Zend_Search_Lucene_Document_OpenXml OpenXML document. EMPTY
Zend_Search_Lucene_Document_Pptx Pptx document. EMPTY
Zend_Search_Lucene_Document_Xlsx Xlsx document. EMPTY
Zend_Search_Lucene_Exception No description available EMPTY
Zend_Search_Lucene_FSM Abstract Finite State Machine EMPTY
Zend_Search_Lucene_FSMAction Abstract Finite State Machine EMPTY
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. EMPTY
Zend_Search_Lucene_Index_DictionaryLoader Dictionary loader EMPTY
Zend_Search_Lucene_Index_DocsFilter A Zend_Search_Lucene_Index_DocsFilter is used to filter documents while searching. EMPTY
Zend_Search_Lucene_Index_FieldInfo No description available EMPTY
Zend_Search_Lucene_Index_SegmentInfo No description available EMPTY
Zend_Search_Lucene_Index_SegmentMerger No description available EMPTY
Zend_Search_Lucene_Index_SegmentWriter No description available EMPTY
Zend_Search_Lucene_Index_SegmentWriter_DocumentWriter No description available EMPTY
Zend_Search_Lucene_Index_SegmentWriter_StreamWriter No description available EMPTY
Zend_Search_Lucene_Index_Term A Term represents a word from text. This is the unit of search. It is composed of two elements, the text of the word, as a string, and the name of the field that the text occured in, an interned string. EMPTY
Zend_Search_Lucene_Index_TermInfo A Zend_Search_Lucene_Index_TermInfo represents a record of information stored for a term. EMPTY
Zend_Search_Lucene_Index_TermsPriorityQueue No description available EMPTY
Zend_Search_Lucene_Index_Writer No description available EMPTY
Zend_Search_Lucene_Interface_MultiSearcher Multisearcher allows to search through several independent indexes. EMPTY
Zend_Search_Lucene_LockManager This is an utility class which provides index locks processing functionality EMPTY
Zend_Search_Lucene_PriorityQueue Abstract Priority Queue EMPTY
Zend_Search_Lucene_Proxy Proxy class intended to be used in userland. EMPTY
Zend_Search_Lucene_Search_BooleanExpressionRecognizer No description available EMPTY
Zend_Search_Lucene_Search_Highlighter_Default No description available EMPTY
Zend_Search_Lucene_Search_Query No description available EMPTY
Zend_Search_Lucene_Search_QueryEntry No description available EMPTY
Zend_Search_Lucene_Search_QueryEntry_Phrase No description available EMPTY
Zend_Search_Lucene_Search_QueryEntry_Subquery No description available EMPTY
Zend_Search_Lucene_Search_QueryEntry_Term No description available EMPTY
Zend_Search_Lucene_Search_QueryHit No description available EMPTY
Zend_Search_Lucene_Search_QueryLexer No description available EMPTY
Zend_Search_Lucene_Search_QueryParser No description available EMPTY
Zend_Search_Lucene_Search_QueryParserContext No description available EMPTY
Zend_Search_Lucene_Search_QueryParserException No description available EMPTY
Zend_Search_Lucene_Search_QueryToken No description available EMPTY
Zend_Search_Lucene_Search_Query_Boolean No description available EMPTY
Zend_Search_Lucene_Search_Query_Empty No description available EMPTY
Zend_Search_Lucene_Search_Query_Fuzzy No description available EMPTY
Zend_Search_Lucene_Search_Query_Insignificant The insignificant query returns empty result, but doesn't limit result set as a part of other queries EMPTY
Zend_Search_Lucene_Search_Query_MultiTerm No description available EMPTY
Zend_Search_Lucene_Search_Query_Phrase A Query that matches documents containing a particular sequence of terms. EMPTY
Zend_Search_Lucene_Search_Query_Preprocessing It's an internal abstract class intended to finalize ase a query processing after query parsing. EMPTY
Zend_Search_Lucene_Search_Query_Preprocessing_Fuzzy It's an internal abstract class intended to finalize ase a query processing after query parsing. EMPTY
Zend_Search_Lucene_Search_Query_Preprocessing_Phrase It's an internal abstract class intended to finalize ase a query processing after query parsing. EMPTY
Zend_Search_Lucene_Search_Query_Preprocessing_Term It's an internal abstract class intended to finalize ase a query processing after query parsing. EMPTY
Zend_Search_Lucene_Search_Query_Range No description available EMPTY
Zend_Search_Lucene_Search_Query_Term No description available EMPTY
Zend_Search_Lucene_Search_Query_Wildcard No description available EMPTY
Zend_Search_Lucene_Search_Similarity No description available EMPTY
Zend_Search_Lucene_Search_Similarity_Default No description available EMPTY
Zend_Search_Lucene_Search_Weight Calculate query weights and build query scorers. EMPTY
Zend_Search_Lucene_Search_Weight_Boolean No description available EMPTY
Zend_Search_Lucene_Search_Weight_Empty No description available EMPTY
Zend_Search_Lucene_Search_Weight_MultiTerm No description available EMPTY
Zend_Search_Lucene_Search_Weight_Phrase No description available EMPTY
Zend_Search_Lucene_Search_Weight_Term No description available EMPTY
Zend_Search_Lucene_Storage_Directory No description available EMPTY
Zend_Search_Lucene_Storage_Directory_Filesystem FileSystem implementation of Directory abstraction. EMPTY
Zend_Search_Lucene_Storage_File No description available EMPTY
Zend_Search_Lucene_Storage_File_Filesystem No description available EMPTY
Zend_Search_Lucene_Storage_File_Memory No description available EMPTY
Zend_Search_Lucene_TermStreamsPriorityQueue No description available EMPTY