Robert Muir
|
68bcf1f4b9
|
clear up some easy warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003849 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-02 18:20:54 +00:00 |
Robert Muir
|
9c716e796b
|
enable more violations from compile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003841 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-02 17:32:23 +00:00 |
Simon Willnauer
|
d2d6a45601
|
LUCENE-2662: Refactored TermsHashPerField to utilize ByteRefHash
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003790 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-02 12:44:32 +00:00 |
Simon Willnauer
|
487b062389
|
LUCENE-2677: Tests failing when run with tests.iter > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003747 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-02 05:55:46 +00:00 |
Uwe Schindler
|
c040dcb6e7
|
LUCENE-2507: Fix Java 1.5 violation thanks to hudson with 1.5 :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003714 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-02 00:00:13 +00:00 |
Chris M. Hostetter
|
1cdc4e655e
|
SOLR-2135: Fix behavior of ConcurrentLRUCache when asking for getLatestAccessedItems(0) or getOldestAccessedItems(0)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003703 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 23:21:49 +00:00 |
Robert Muir
|
de8177af00
|
fix test failure in TestUTF32ToUTF8 (the random regex-generator generates invalid ranges)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003663 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 21:55:09 +00:00 |
Robert Muir
|
0e5d709bd7
|
make tests deterministic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003658 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 21:40:33 +00:00 |
Uwe Schindler
|
12987dd21a
|
Enable unchecked warnings: we have now only some violations in contrib and the recently introduced ones by Ryan. As we want to get rid of them (the contrib ones seem to be easy), I switch it globally on.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003645 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 20:44:56 +00:00 |
Robert Muir
|
5190ea5232
|
LUCENE-2507: Add automaton spellchecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003642 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 20:40:52 +00:00 |
Michael McCandless
|
8003c5c703
|
LUCENE-2678: prevent false failure due to fast GC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003631 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 20:19:06 +00:00 |
Michael McCandless
|
3e330809a5
|
LUCENE-2676: disable reader pooling for this test case since that causes added disk usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003614 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 18:59:02 +00:00 |
Yonik Seeley
|
86af0d2602
|
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003562 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 15:18:24 +00:00 |
Yonik Seeley
|
7f4c82c0d6
|
SOLR-1568: add field queries and range queries to LatLonType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003291 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-30 21:26:47 +00:00 |
Robert Muir
|
fa6709517c
|
make TestRegexpRandom2 harder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003152 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-30 16:46:02 +00:00 |
Yonik Seeley
|
708cea853c
|
SOLR-1297: fix sort by function parsing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003107 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-30 15:35:18 +00:00 |
Yonik Seeley
|
d029a5f222
|
SOLR-1568: friendly geodist function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002739 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 17:05:29 +00:00 |
Simon Willnauer
|
f7c4994154
|
LUCENE-2677: Tests failing when run with tests.iter > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002724 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 16:35:48 +00:00 |
Ryan McKinley
|
ccb141c00f
|
SOLR-2134: Trie* fields now support sortMissingFirst/Last
ValueSources now request a CachedArray that calculats the valid bits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002464 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 04:24:55 +00:00 |
Ryan McKinley
|
18db10df39
|
LUCENE-2671 -- reorder FieldComparators so they make more sense (not included in the last patch so svn diff was more legible)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002461 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 04:13:14 +00:00 |
Ryan McKinley
|
407c33ac83
|
LUCENE-2671: Add SortField.setMissingValue( v ) to enable sorting behavior for documents that don't have the field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002460 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 04:11:29 +00:00 |
Michael McCandless
|
a15dd4b5cb
|
LUCENE-2674: improve interaction of MTQ & terms cache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002246 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 16:31:44 +00:00 |
Robert Muir
|
f5031a6b27
|
LUCENE-2167: cut over these analyzers also
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002221 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 15:33:22 +00:00 |
Robert Muir
|
dfed16f2fd
|
LUCENE-2667: Improve defaults for FuzzyQuery so it has good performance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002214 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 15:11:12 +00:00 |
Steven Rowe
|
3c26a9167c
|
LUCENE-2167: Implement StandardTokenizer with the UAX#29 Standard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002032 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 06:16:16 +00:00 |
Yonik Seeley
|
c562b10b2e
|
fix parsing of empty value source list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002002 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 03:51:14 +00:00 |
Koji Sekiguchi
|
6484cf7c29
|
LUCENE-2529, LUCENE-2668: always apply position increment gap and offset gap between values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001957 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 23:08:21 +00:00 |
Koji Sekiguchi
|
13ea7a89c7
|
LUCENE-2529, LUCENE-2668: always apply position increment gap and offset gap between values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001796 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 16:10:29 +00:00 |
Robert Muir
|
87496c7a6d
|
LUCENE-2672: speed up automaton seeking in nextString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001781 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 15:32:21 +00:00 |
Shai Erera
|
35c9c34ee3
|
removed unused CHANNEL_CHUNK_SIZE after FileChannel code was removed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001684 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 11:56:06 +00:00 |
Andrzej Bialecki
|
fa405589da
|
LUCENE-2638 Make HighFreqTerms.TermStats class public.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001664 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 10:32:27 +00:00 |
Michael McCandless
|
6e8fe1513c
|
LUCENE-2664: add SimpleText codec; fix -Dtests.seed to XX:YY format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001661 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 10:29:35 +00:00 |
Robert Muir
|
c5153a2364
|
LUCENE-2670: allow AutomatonTermsEnum to work on full bytes range
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001588 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 04:28:51 +00:00 |
Uwe Schindler
|
877e827489
|
LUCENE-2669: Fix NumericRangeQuery.NumericRangeTermsEnum sometimes seeks backwards. This also adds an assert to FilteredTermsEnum that seeking only goes forward.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001582 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 04:07:25 +00:00 |
Ryan McKinley
|
e071186aa3
|
LUCENE-2649 -- Adding a test to check for changing the parser.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001567 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 01:41:23 +00:00 |
Ryan McKinley
|
b849d518a0
|
LUCENE-2649, add svn:eol-style, some missing headers and expose the Parser and SortType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001534 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-26 22:00:58 +00:00 |
Michael McCandless
|
cddf318f8c
|
LUCENE-2666: add assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001420 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-26 12:46:20 +00:00 |
Michael McCandless
|
671a63fb49
|
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001419 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-26 12:44:26 +00:00 |
Yonik Seeley
|
5d01ed38c7
|
revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001320 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 21:25:39 +00:00 |
Yonik Seeley
|
745b3cbf9a
|
SOLR-2133: check garbage after func(s), allow parsing comma delimited list of functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001318 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 21:06:10 +00:00 |
Shai Erera
|
90ca407e77
|
removed Suppress(unused) which caused the build to fail when running with IBM Java 5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001315 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 20:55:36 +00:00 |
Ryan McKinley
|
aeab95d3af
|
LUCENE-2649: Objects in the FieldCache can optionally store valid Bits
Apologies for 'CTR' rather then 'RTC' -- we can always revert if I jumped the gun!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001303 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 19:32:37 +00:00 |
Koji Sekiguchi
|
ffe3bb6578
|
SOLR-1682: remove unused counter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001220 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 14:40:50 +00:00 |
Yonik Seeley
|
c1e2880e4a
|
SOLR-1568: add bbox, implement sfilt to restrict to dist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001129 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 03:19:49 +00:00 |
Grant Ingersoll
|
21ca796da8
|
SOLR-2125: add a fine grained distance test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001010 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 18:29:02 +00:00 |
Robert Muir
|
f8c0293d85
|
LUCENE-1840: QueryUtils should check that equals() properly handles null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001006 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 18:25:09 +00:00 |
Ryan McKinley
|
b20a4b7097
|
LUCENE-2493 -- fix test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000720 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 06:09:45 +00:00 |
Ryan McKinley
|
852419b026
|
LUCENE-2493 -- rename dev jar files to -SNAPSHOT.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000713 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 05:30:20 +00:00 |
Ryan McKinley
|
31b427d74a
|
trunk is spec version 4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000704 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 04:49:39 +00:00 |
Yonik Seeley
|
5bdde9b1d3
|
remove obsolete scorer methods, add @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000685 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 01:17:28 +00:00 |