r49642 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49641‎ | r49642 | r49643 >
Date:09:48, 19 April 2009
Author:rainman
Status:deferred
Tags:
Comment:
Bump max offset to 100k.
Modified paths:
  • /branches/lucene-search-2.1/src/org/wikimedia/lsearch/search/SearchEngine.java (modified) (history)

Diff [purge]

Index: branches/lucene-search-2.1/src/org/wikimedia/lsearch/search/SearchEngine.java
@@ -70,7 +70,7 @@
7171
7272 protected final int MAXLINES = 1000;
7373 protected final int MAXPREFIX = 50;
74 - protected final int MAXOFFSET = 10000;
 74+ protected final int MAXOFFSET = 100000;
7575 protected static GlobalConfiguration global = null;
7676 protected static Configuration config = null;
7777 protected static SearcherCache cache = null;

Status & tagging log