debian man page for plucene::search::filter

Query: plucene::search::filter

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plucene::Search::Filter(3pm)				User Contributed Perl Documentation			      Plucene::Search::Filter(3pm)

NAME
Plucene::Search::Filter - A search filter base class
DESCRIPTION
This doesn't seem to be being used just yet. But here is some info on filters: Filtering means imposing additional restriction on the hit list to eliminate hits that otherwise would be included in the search results. There are two ways to filter hits: o Search Query - in this approach, provide your custom filter object to the when you call the search() method. This filter will be called exactly once to evaluate every document that resulted in non zero score. o Selective Collection - in this approach you perform the regular search and when you get back the hit list, collect only those that matches your filtering criteria. In this approach, your filter is called only for hits that returned by the search method which may be only a subset of the non zero matches (useful when evaluating your search filter is expensive).
METHODS
bits This must be defined in a subclass perl v5.12.4 2011-08-14 Plucene::Search::Filter(3pm)
Related Man Pages
log::log4perl::filter::boolean(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::search::query(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file