Java Mailing List Archive

http://www.java2.5341.com/

Home » java-user.lucene »

ScoreDoc

ChadDavis

2008-11-09

Replies: Find Java Web Hosting

Author LoginPost Reply
The sample code uses a ScoreDoc array to hold the hits.

  ScoreDoc[] hits = collector.topDocs().scoreDocs;

But the JavaDoc says "Expert: Returned by low-level search
implementations." Why would the tutorial sample code use an "expert" api?
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.