Uses of Package
net.nutch.searcher

Packages that use net.nutch.searcher
net.nutch.analysis Tokenizer for documents and query parser. 
net.nutch.analysis.lang Text document language identifier. 
net.nutch.searcher Search API 
org.creativecommons.nutch Sample plugins that parse and index Creative Commons medadata. 
 

Classes in net.nutch.searcher used by net.nutch.analysis
Query
          A Nutch query.
Query.Phrase
          A phrase query clause.
 

Classes in net.nutch.searcher used by net.nutch.analysis.lang
QueryFilter
          Extension point for query translation.
RawFieldQueryFilter
          Translate raw query fields to search the same-named field, as indexed by an IndexingFilter.
 

Classes in net.nutch.searcher used by net.nutch.searcher
Hit
          A document which matched a query in an index.
HitContent
          Service that returns the content of a hit.
HitDetailer
          Service that returns details of a hit within an index.
HitDetails
          Data stored in the index for a hit.
Hits
          A set of hits matching a query.
HitSummarizer
          Service that builds a summary for a hit on a query.
NutchBean
          One stop shopping for search-related functionality.
Query
          A Nutch query.
Query.Clause
          A query clause.
Query.Phrase
          A phrase query clause.
Query.Term
          A single-term query clause.
QueryException
           
QueryFilter
          Extension point for query translation.
Searcher
          Service that searches.
Summary
          A document summary dynamically generated to match a query.
Summary.Fragment
          A fragment of text within a summary.
 

Classes in net.nutch.searcher used by org.creativecommons.nutch
QueryFilter
          Extension point for query translation.
RawFieldQueryFilter
          Translate raw query fields to search the same-named field, as indexed by an IndexingFilter.
 



Copyright © 2004 The Nutch Organization.