Uses of Class
org.apache.lucene.search.TopDocs

Packages that use TopDocs
Package
Description
Uses already seen data (the indexed documents) to classify an input ( can be simple text or a structured document).
Uses already seen data (the indexed documents) to classify new documents.
Code to maintain and access indices.
Misc search implementations.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
Code to search indices.
Support for index-time and query-time joins.
Classes related to vector search: knn and vector fields.
This package contains several components useful to build a highlighter on top of the Matches API.
Support for document suggestion
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.