Plucene::Search::DateFilter(3pmUser Contributed Perl DocumentatioPlucene::Search::DateFilter(3pm)
NAME
Plucene::Search::DateFilter - Restrict searches to given time periods
SYNOPSIS
my $filter = Plucene::Search::DateFilter->new({
field => "date",
from => Time::Piece $from,
to => Time::Piece $to
})
my $hits = $searcher->search($query, $filter);
DESCRIPTION
This class can restrict the results of a search to a set of dates. This requires a field
to have been indexed using Plucene::Document::DateSerializer. See the documentation for
that module for how to do this.
METHODS
new
my $filter = Plucene::Search::DateFilter->new({
field => "date",
from => Time::Piece $from,
to => Time::Piece $to
})
This creates a new filter. Either of "from" or "to" are optional.
bits
This is used by the searcher to iterate over the documents and return a bitfield
specifying which documents are included in the range.
perl v5.26.1 2018-04-02 Plucene::Search::DateFilter(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-11-21 17:59 @216.73.216.164 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)