cosmetics

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@478054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2006-11-22 07:00:43 +00:00
parent 248ff4e963
commit d9cb737f5a
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,10 @@ import java.util.Map;
* data archives (historic search), this class targets fulltext search of huge
* numbers of queries over comparatively small transient realtime data (prospective
* search).
* For example as in <code>float score = search(String text, Query query)</code>.
* For example as in
* <pre>
* float score = search(String text, Query query)
* </pre>
* <p>
* Each instance can hold at most one Lucene "document", with a document containing
* zero or more "fields", each field having a name and a fulltext value. The