Michael McCandless
|
5b472b2d62
|
LUCENE-1539: add DeleteByPercent, FlushReader tasks, and ability to open reader on a labelled commit point
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@784587 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-14 17:07:55 +00:00 |
Michael McCandless
|
6671c43458
|
LUCENE-979: remove a few more old benchmark things
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@784568 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-14 14:52:02 +00:00 |
Michael McCandless
|
159573f7eb
|
LUCENE-979: remove deprecated non-Task benchmark classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@783794 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-11 14:26:32 +00:00 |
Uwe Schindler
|
406454d30b
|
LUCENE-1672: Deprecate all String/File ctors/opens in IndexReader/IndexWriter/IndexSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@782469 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-07 21:52:41 +00:00 |
Michael McCandless
|
f953c8883e
|
use 2 digits precision when reporting rec/s
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@779569 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-28 11:31:44 +00:00 |
Uwe Schindler
|
eba450d10b
|
LUCENE-1591: Update commons-compress to the released version 1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@777458 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-22 10:38:21 +00:00 |
Michael McCandless
|
d4f9809520
|
LUCENE-1593: optimize core Collectors for in-docID-order scorer case
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@773194 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-09 10:36:41 +00:00 |
Michael McCandless
|
9ba59706b0
|
try to prevent false failure of testTimedSearchTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@770151 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-30 10:32:56 +00:00 |
Michael McCandless
|
e0c2792a57
|
Java 1.4 build of Xerces JAR
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@766300 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-18 11:16:27 +00:00 |
Michael McCandless
|
022d104c38
|
LUCENE-1591: add commons-compress JAR
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@765580 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 11:28:46 +00:00 |
Michael McCandless
|
8c4fff6e21
|
LUCENE-1591: add bzip2 compression/decompress to contrib/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@765543 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 09:46:30 +00:00 |
Michael McCandless
|
ad79d914e4
|
LUCENE-1575: switch to new Collector API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@764551 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-13 18:33:56 +00:00 |
Michael McCandless
|
3c91517add
|
LUCENE-1516: add near real-time search to IndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763737 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-09 17:17:46 +00:00 |
Michael McCandless
|
6b4831fd1d
|
LUCENE-1591: workaround bug in xerces so we can process Wikipedia's XML
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@763416 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 21:50:33 +00:00 |
Michael McCandless
|
bddac65336
|
share single IndexSearcher instance in ReadTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@762307 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 12:20:42 +00:00 |
Michael McCandless
|
198aa70b35
|
LUCENE-1500: fix compilation errors in contrib/benchmark by allowing doHighlight method to throw InvalidTokenOfsetsException
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@758575 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-26 10:03:34 +00:00 |
Michael McCandless
|
68f4d8b1a8
|
revert accidental changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755652 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 17:06:46 +00:00 |
Michael McCandless
|
cd5028b79a
|
improve IndexWriter.rollback javadoc src/java/org/apache/lucene/index/IndexWriter.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@755535 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 10:22:51 +00:00 |
Michael McCandless
|
96e0aaf49e
|
LUCENE-1483: switch to newly added MultiReaderHitCollector for all core collectors, that is aware of segment transitions during searching, to improve performance of searching and warming
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738219 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-27 20:15:21 +00:00 |
Michael McCandless
|
4764105ff4
|
LUCENE-1527: open reader non-readOnly for doing deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@737175 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 20:33:51 +00:00 |
Michael McCandless
|
d545a46df5
|
LUCENE-1525: add missing maven dependencies for contrib/{benchmark,highlighter}; fix svn eolstyle to native
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@736340 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-21 16:59:39 +00:00 |
Michael McCandless
|
03d6b2aa24
|
LUCENE-1479: if date is missing, don't skip the doc; just don't add 'docdate' field to the doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@733697 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-12 11:37:23 +00:00 |
Michael McCandless
|
eb64661216
|
LUCENE-1495: fix TaskSequence.toString to show time-limited configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728751 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-22 19:37:58 +00:00 |
Michael McCandless
|
51f9b759fa
|
LUCENE-1495: fix time-based test to reduce change of false failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728425 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-21 11:07:28 +00:00 |
Michael McCandless
|
bdc42e5342
|
LUCENE-1495: allow TaskSequence to run for certain time
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@728252 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-20 08:45:09 +00:00 |
Michael McCandless
|
74e097f8eb
|
LUCENE-1493: allow setting top number of hits to collect with search.num.hits
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@727063 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-16 15:09:46 +00:00 |
Michael McCandless
|
09f661c48c
|
LUCENE-1492: add optional readOnly param to OpenReader task
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@727029 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-16 11:44:01 +00:00 |
Michael McCandless
|
1f33d7c66a
|
fix off-by-one bug in getting field sort type
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@726213 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-13 14:43:32 +00:00 |
Michael McCandless
|
4a0a5664dd
|
LUCENE-1468: switch Directory.list() to Directory.listAll(), which does no filtering of returned array
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@723789 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 17:03:13 +00:00 |
Michael McCandless
|
0e708a21fe
|
LUCENE-1401: fix accidentally lost 'create=true' in CreateIndexTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@698975 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-25 14:11:41 +00:00 |
Michael McCandless
|
a40530e4a4
|
LUCENE-1401: remove new deprecated IndexWriter ctors; default autoCommit=false for new ctors
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@698932 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-25 12:04:38 +00:00 |
Otis Gospodnetic
|
0195fcd03d
|
LUCENE-1378 - Removed the remaining 199 @author references
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@695514 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-15 15:42:11 +00:00 |
Michael McCandless
|
4218996230
|
LUCENE-1366: rename Field.Index.* options
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@694004 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 21:38:52 +00:00 |
Grant Ingersoll
|
dadaebc290
|
LUCENE-1243: Added new benchmark tasks
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@693495 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-09 15:56:41 +00:00 |
Michael McCandless
|
12e4e67403
|
add missing synchronized to PerfRunData.getQueryMaker()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@677555 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-17 10:50:24 +00:00 |
Doron Cohen
|
4d9e280788
|
LUCENE-1090: remove relative paths from benchmark's build.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@666079 13f79535-47bb-0310-9956-ffa450edef68
|
2008-06-10 11:58:00 +00:00 |
Doron Cohen
|
25f80c71c9
|
LUCENE-1209: Fixed DocMaker settings by round. Prior to this fix, DocMaker settings of
first round were used in all rounds. (E.g. term vectors.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@635280 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-09 16:43:32 +00:00 |
Doron Cohen
|
ce0309ed5f
|
Javadoc clarrification for getRecall().
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@635195 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-09 08:30:28 +00:00 |
Doron Cohen
|
8b2f12851b
|
make the name of multi-value property long enough for the values.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@635194 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-09 08:28:53 +00:00 |
Grant Ingersoll
|
00941055fd
|
benchmark autocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@619457 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-07 15:33:02 +00:00 |
Michael McCandless
|
7ea8bd35f4
|
LUCENE-1084: fix the remaining deprecated calls to IndexWriter ctors
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@618764 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-05 20:07:29 +00:00 |
Michael McCandless
|
afb58ca0d2
|
when reinit() is called, reset the start time (used only when printing # docs indexed)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@617991 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-03 14:24:30 +00:00 |
Grant Ingersoll
|
3db9002efb
|
LUCENE-1156: see CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@616934 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-30 22:47:52 +00:00 |
Grant Ingersoll
|
61f2aa3078
|
allow TrecDocMaker to be more easily extended by making values protected
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@616882 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-30 20:03:39 +00:00 |
Grant Ingersoll
|
4fc8654bc1
|
Made some member variables protected so they can accessed by extending classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@616806 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-30 16:29:35 +00:00 |
Michael McCandless
|
ee835ccf21
|
LUCENE-1084: change all IW ctors to require up-front specification of max field length; deprecated existing ones
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@615168 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-25 10:21:15 +00:00 |
Doron Cohen
|
8ace4103a7
|
LUCENE-1136: add ability to not count sub-task doLogic increment to contri/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@614956 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-24 18:46:57 +00:00 |
Grant Ingersoll
|
1183763dbe
|
LUCENE-1128 and 1129: Add highlighting support to benchmarking, plus fix minor traversalSize bug in ReadTask, also added a few new algorithms to try out
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@614885 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-24 14:39:44 +00:00 |
Michael McCandless
|
dd0265469a
|
LUCENE-1139: fix IndexWriter settings (compound, merge.factor, etc.) to work again
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@614022 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-21 21:42:43 +00:00 |
Michael McCandless
|
354a3175d5
|
LUCENE-1139: various additions/fixes to contrib/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@613536 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-20 11:31:38 +00:00 |