Mike McCandless
|
ccd3bc8466
|
add points to back compat indices
|
2016-07-12 10:22:03 -04:00 |
Mike McCandless
|
d9841308a2
|
add points to back compat indices
|
2016-07-12 10:10:52 -04:00 |
Steve Rowe
|
29ddc081c6
|
Add 5.5.2 back compat test indexes
|
2016-06-25 13:26:05 -04:00 |
Adrien Grand
|
3c67c77aa8
|
Add 6.1.0 indices to TestBackwardsCompatibility.
|
2016-06-17 14:38:59 +02:00 |
Christine Poerschke
|
21bc7ef104
|
LUCENE-7319: remove unused imports
|
2016-06-13 12:35:49 +01:00 |
Mike McCandless
|
ea26dd5855
|
LUCENE-6766: finish 6.x backport
|
2016-06-11 11:48:40 -04:00 |
Mike McCandless
|
a3270ac6e6
|
LUCENE-6766: keep SortingMergePolicy for solr back-compat; fix Solr tests; fix precommit failures
|
2016-06-11 11:48:40 -04:00 |
Mike McCandless
|
365436ea58
|
LUCENE-6766: remove unused SortField.Type.BYTES; don't pass liveDocs to DocIDMerger (it's redundant with MergeState.DocMap)
|
2016-06-11 11:48:40 -04:00 |
Mike McCandless
|
1530c5a9a5
|
LUCENE-6766: make new Lucene62Codec, with new segment info format that reads/writes the index sort, to support index sorting; remove all usage of SlowCompositeReaderWrapper; also sort ids when merging norms; CheckIndex verifies sort
|
2016-06-11 11:48:40 -04:00 |
Steve Rowe
|
88dbd07f1e
|
Add 6.0.1 back compat test indexes
|
2016-05-28 09:26:59 -04:00 |
Mike McCandless
|
ec4bcf1c70
|
put strange placeholder back so javadocs pass
|
2016-05-14 04:20:21 -04:00 |
Robert Muir
|
b77c16eeae
|
remove unnecessary Placeholder and mark old codec deprecated
|
2016-05-12 21:14:52 -04:00 |
Anshum Gupta
|
adb97181d1
|
Add 5.5.1 back compat test indexes
|
2016-05-07 11:41:24 -07:00 |
nknize
|
707960fb22
|
adds 6.0.0 back compat test indexes
|
2016-04-08 14:19:38 -05:00 |
Mike McCandless
|
7927a3101e
|
LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points
Squashed commits:
commit e26b065c71388407bc6725256ca43d7bb30dee29
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 14:16:45 2016 -0500
simplify the checking for incoming points
commit b7254376dcb398c7739aab4544118bb4526961d5
Merge: 8ec82a0 d35d569
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 14:05:24 2016 -0500
Merge branch 'master' into slow_wrapper
Conflicts:
lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java
lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java
commit 8ec82a0d9a0dd946d96da20962bb2ea95758edbe
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 13:56:25 2016 -0500
LUCENE-7086: move SlowCompositeReaderWrapper to misc module
|
2016-03-10 16:36:00 -05:00 |
Mike McCandless
|
94d333983e
|
add missing argument
|
2016-03-09 11:25:00 -05:00 |
Mike McCandless
|
6eea1f94c4
|
improve testing for sparse points
|
2016-03-08 15:22:56 -05:00 |
Mike McCandless
|
e2ebbdf638
|
LUCENE-7070: insert missing 's' in PointFormat/Reader/Writer
|
2016-03-06 08:28:00 -05:00 |
Shalin Shekhar Mangar
|
0941255ff2
|
Remove confusing stale comment
(cherry picked from commit 4bb4c48 )
|
2016-03-04 20:13:14 +05:30 |
Shalin Shekhar Mangar
|
89a02361fe
|
Fix TestBackwardsCompatibility.testAllVersionsTested to consider 5.5 as an expected version
|
2016-03-04 00:00:37 +05:30 |
Robert Muir
|
9ca1a19b81
|
LUCENE-7042: more cleanup for Point encodings
|
2016-02-22 19:32:52 -05:00 |
Mike McCandless
|
aef2ff55dd
|
Include 5.5.0 indices in TestBackwardsCompatibility
|
2016-02-21 05:33:25 -05:00 |
Robert Muir
|
189e985b5c
|
LUCENE-7037: Switch all exceptions tests to expectThrows()
|
2016-02-19 12:07:47 -05:00 |
Mike McCandless
|
d2a5c10326
|
Merge branch 'master' into lucene-6835
Conflicts:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAddTaxonomy.java
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/writercache/TestCompactLabelToOrdinal.java
|
2016-02-05 12:38:21 -05:00 |
Shai Erera
|
813ca77250
|
LUCENE-7013: Move license header to top of file
|
2016-02-04 15:51:19 +02:00 |
Mike McCandless
|
845eec1036
|
cutover more places back to deleteFile
|
2016-02-03 15:44:08 -05:00 |
Mike McCandless
|
84f44589f6
|
migrate current patch from svn
|
2016-02-02 15:53:16 -05:00 |
Anshum Gupta
|
09e4595501
|
Add 5.3.2 back-compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726299 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-22 19:55:27 +00:00 |
Adrien Grand
|
dabf5e8ce8
|
Add 5.4.1 indices to TestBackwardsCompatibility.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726157 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-22 09:08:35 +00:00 |
Michael McCandless
|
29cb337377
|
LUCENE-6975: rename dimensional values to points; add ExactPointQuery to match documents containing exactly an indexed point
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725998 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-21 15:58:08 +00:00 |
Michael McCandless
|
40d290ee84
|
LUCENE-6980: default applyDeletes to true when opening NRT readers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725160 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-18 00:43:44 +00:00 |
Michael McCandless
|
24c46305bd
|
LUCENE-6971: remove StorableField, StoredDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725117 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-17 19:54:50 +00:00 |
Upayavira
|
58bf523941
|
Add 5.4.0 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720159 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-15 13:49:16 +00:00 |
Adrien Grand
|
a034e01f31
|
Add missing service definition for Lucene54Codec.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720113 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-15 10:51:38 +00:00 |
Michael McCandless
|
7da175b0b6
|
LUCENE-6917: rename/deprecate numeric classes in favor of dimensional values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1719562 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-11 21:13:41 +00:00 |
Michael McCandless
|
d3869edb96
|
LUCENE-6861: switch trunk to Luceen60 codec, implementing dimensional format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711732 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 10:19:50 +00:00 |
Adrien Grand
|
9f1248e841
|
LUCENE-6840: Put ord indexes on disk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710876 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-27 19:49:47 +00:00 |
Michael McCandless
|
e5c4ba48df
|
LUCENE-6825: add dimensionally indexed values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710752 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-27 09:31:35 +00:00 |
Noble Paul
|
ab3ff9f0fe
|
Add 5.3.1 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705626 13f79535-47bb-0310-9956-ffa450edef68
|
2015-09-28 09:13:54 +00:00 |
Shalin Shekhar Mangar
|
eb03beeff3
|
Add 5.3.0 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1697918 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-26 13:00:23 +00:00 |
Simon Willnauer
|
bf853057ce
|
LUCENE-6714: Expose exception details via getters on CorruptedIndex-, IndexTooOld-, IndexTooOldException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693929 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 16:22:10 +00:00 |
Uwe Schindler
|
8ab9006ce1
|
Merged revision(s) 1689411 from lucene/dev/branches/branch_5x:
LUCENE-6658: Fix IndexUpgrader to also upgrade indexes without any segments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1689420 13f79535-47bb-0310-9956-ffa450edef68
|
2015-07-06 14:50:11 +00:00 |
Adrien Grand
|
d671dd8d89
|
LUCENE-6553: Simplify how live docs are applied.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687524 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-25 13:59:19 +00:00 |
Shalin Shekhar Mangar
|
2f2f56a135
|
Add 5.2.1 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685613 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-15 16:14:04 +00:00 |
Robert Muir
|
50fc8ad31d
|
LUCENE-6504: implement norms with random access API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685007 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-12 00:32:45 +00:00 |
Michael McCandless
|
5c9d550eec
|
LUCENE-5954: write oldest segment version, and segments_N version, in the segments file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684489 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-09 17:55:07 +00:00 |
Anshum Gupta
|
517d362a7f
|
Add 5.2.0 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684092 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-08 01:26:36 +00:00 |
Ryan Ernst
|
f59604f885
|
LUCENE-6213: Add useful exception message when commit contains segments from legacy codecs (forward port from branch_5x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1676648 13f79535-47bb-0310-9956-ffa450edef68
|
2015-04-28 23:46:20 +00:00 |
Michael McCandless
|
04a4db6bc6
|
LUCENE-6444: add missing 4.10.4 unsupported back-compat indices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674961 13f79535-47bb-0310-9956-ffa450edef68
|
2015-04-20 18:41:22 +00:00 |
Michael McCandless
|
67035844c1
|
fix test bug: this test relies on docid ordering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674117 13f79535-47bb-0310-9956-ffa450edef68
|
2015-04-16 17:40:11 +00:00 |