Date: 2005-01-04T14:47:22
   Editor: DanielNaber
   Wiki: Jakarta Lucene Wiki
   Page: LuceneFAQ
   URL: http://wiki.apache.org/jakarta-lucene/LuceneFAQ

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -173,7 +173,7 @@
 
 ==== Does MultiSearcher do anything particularly efficient to search multiple 
indices or does it simply search one after the other? ====
 
-`MultiSearcher` searches indices sequentially. Use 
[http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/search/ParallelMultiSearcher.html
 ParallelMultiSearcher] as a searcher that performs multiple searches in 
parallel.
+`MultiSearcher` searches indices sequentially. Use 
[http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/search/ParallelMultiSearcher.html
 ParallelMultiSearcher] as a searcher that performs multiple searches in 
parallel. Please note that there's a 
[http://issues.apache.org/bugzilla/show_bug.cgi?id=31841 known bug] in the 
!MultiSearcher's result ranking.
 
 
 ==== Is there a way to use a proximity operator (like near or within) with 
Lucene? ====

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to