DBIx::TextIndex was developed for doing full-text searches on BLOB columns stored in a database. Almost any database with BLOB and DBI support should work with minor adjustments to SQL statements in the module. MySQL, PostgreSQL, and SQLite are curre...
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCThis module is a base class for creating database drivers that encapsulate SQL calls specific to a given database. Restricted Methods "add_mask" "collection_count" "create_all_docs_vector_table" "create_collection_table" "create_delete_queue_table" "...
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCContains PostgreSQL-specific overrides for methods of DBIx::TextIndex::DBD. Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCContains a hierarchy of exceptions by subclassing Exception::Class. Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCContains MySQL-specific overrides for methods of DBIx::TextIndex::DBD. Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCContains SQLite-specific overrides for methods of DBIx::TextIndex::DBD. Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCUsed internally by DBIx::TextIndex, see that module's documentation for the query syntax. This class should not be used directly by client code. Restricted Methods "fold_nested_phrases" "new" "parse" "term_fields" "stoplisted_query"...
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCContains a default list of English-language stop words Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCContains a default list of Czech-language stop words Used internally by DBIx::TextIndex....
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCUsed internally by DBIx::TextIndex. For each term (word) in the inverted index, a list of documents containing that term is stored. This class caches reads of these term-documents vectors in memory. This class should not be used directly by client co...
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTCDBIx::FullTextSearch is a flexible solution for indexing contents of documents. It uses the MySQL database to store the information about words and documents and provides Perl interface for indexing new documents, making changes and searching for mat...
TJMATHER/DBIx-FullTextSearch-0.73 - 02 Mar 2003 22:46:49 UTC