org.apache.lucene.search

Class TopFieldDocs

Implemented Interfaces:
java.io.Serializable

public class TopFieldDocs
extends TopDocs

Expert: Returned by low-level sorted search implementations.

Created: Feb 12, 2004 8:58:46 AM

Version:
$Id: TopFieldDocs.java,v 1.2 2004/02/27 12:29:31 otis Exp $
Author:
Tim Jones (Nacimiento Software)
Since:
lucene 1.4
See Also:
Searchable.search(Query,Filter,int,Sort), Serialized Form

Field Summary

SortField[]
fields
The fields which were used to sort results by.

Fields inherited from class org.apache.lucene.search.TopDocs

scoreDocs, totalHits

Field Details

fields

public SortField[] fields
The fields which were used to sort results by.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.