Sponsored Content
Full Discussion: Pinot 0.87 (Default branch)
Special Forums News, Links, Events and Announcements Software Releases - RSS News Pinot 0.87 (Default branch) Post 302216578 by Linux Bot on Sunday 20th of July 2008 09:50:08 AM
Old 07-20-2008
Pinot 0.87 (Default branch)

ImagePinot is a D-Bus service that crawls, indexes your documents, and monitors them for changes. It is also a GTK-based user interface that enables you to query the index built by the service or your favorite Web engine, and display and analyze the results. It makes full use of advanced indexing and search facilities offered by Xapian, features language detection, dynamic document summaries, easy labelling of documents, and internal support for common file types. The D-Bus interface allows easy integration with other applications. License: GNU General Public License (GPL)Changes:
Support for drag-n-drop to the stored queries listwas implemented. Dropping a file will create aquery to look for similar documents. Searchplugins may define editable parameters.Preferences and pinot-search allow assigningvalues to those parameters. A basic Xesam back-endbased on xesam-glib is available. Abstracts can beselected, copied, and dropped onto the querieslist to create new queries. Abstract generation isless skewed towards common terms. Very shortnon-CJKV terms are skipped when expanding queries.The mangling of some CJKV queries was fixed.Image

More...
 
Plucene::Search::Query(3pm)				User Contributed Perl Documentation			       Plucene::Search::Query(3pm)

NAME
Plucene::Search::Query - base class for queries SYNOPSIS
my $s_query = Plucene::Search::Query::Subclass->new({ boost => $boost_factor}); my $scorer = $s_query->scorer($query, $searcher, $reader); DESCRIPTION
This is an abstract base class for queries. A query is a specification of the content an properties of the desired documents. Every search is done by matching a query against the document index and locating the ones that match the query. The simplest query specifies a single term (or word) that is to be matched against a single field (e.g. 'author') of each of the documents in the index. This kind of query matches any document that contains the term in the specified field. A more complex queries may contain nested queries with 'and', 'or', 'not' or 'phrase' relations. Queries may also contains specification of which document fields to match against the various parts of the query (.e.g. 'authors' and 'title') and hints that may effects the ranking of the matched documents ('boost' factor). METHODS
new my $s_query = Plucene::Search::Query::Subclass->new({ boost => $boost_factor}); boost Get / set this attribute scorer my $scorer = $s_query->scorer (Plucene::Search::Query $query, $searcher, $reader); prepare Does nothing sum_squared_weights / normalize / _scorer These must be defined in a subclass perl v5.12.4 2011-08-14 Plucene::Search::Query(3pm)
All times are GMT -4. The time now is 11:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy