DBIx-FullTextSearch
view release on metacpan or search on metacpan
lib/DBIx/FullTextSearch.pm view on Meta::CPAN
$fts->contains('dog')
will return 'foobar' as one of the names of documents with word
'dog' in it.
=item file
To index files, use the frontend B<file>. Here the content of the document
is clearly the content of the file specified by the filename, so in
a call to index_document, only the name is needed -- the content of the
file is read by the DBIx::FullTextSearch transparently:
$fts->index_document('/usr/doc/FAQ/Linux-FAQ');
my @files = $fts->contains('penguin');
=item url
Web document can be indexed by the frontend B<url>. DBIx::FullTextSearch uses L<LWP> to
get the document and then parses it normally:
$fts->index_document('http://www.perl.com/');
test_data/driver_characteristics view on Meta::CPAN
characters, so created dbf might not be porteble to other xbase-like
software).
Are any types blank padded? If so which, e.g., CHAR.
Yes.
How does the database handle data with the 8th bit set (national
language character sets etc)?
Data with the 8th bit set are handles transparently, no national
language character set conversions are done.
Is Unicode supported?
No (there is no notion of charsets).
=head2 Date Data Handling
What date, time and date+time data types are supported
and what is their valid range and resolution?
( run in 0.445 second using v1.01-cache-2.11-cpan-0a6323c29d9 )