Michael McCandless
|
ca5063df99
|
LUCENE-6019: add another [failing and then fixed] test; do not set FieldInfo.docValueType when it disgrees with low-schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633770 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-23 08:46:36 +00:00 |
Michael McCandless
|
0b39dd9e62
|
LUCENE-6019: detect when DocValuesType illegally changes; add -Dtests.asserts=true|false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633724 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 22:33:40 +00:00 |
Steven Rowe
|
31523073ad
|
SOLR-6578: added CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633721 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 21:13:03 +00:00 |
Steven Rowe
|
deda60b40d
|
SOLR-6578: Update commons-io dependency to the latest 2.4 version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633718 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 20:54:46 +00:00 |
Shalin Shekhar Mangar
|
232c2ec167
|
SOLR-6295: Fix child filter query creation to never match parent docs in SolrExampleTests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633679 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 19:00:49 +00:00 |
Shalin Shekhar Mangar
|
7fa2cea91c
|
SOLR-6224: Post soft-commit callbacks are called before soft commit actually happens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633676 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 18:48:42 +00:00 |
Shalin Shekhar Mangar
|
4ed9b12033
|
SOLR-6524: Collections left in recovery state after node restart because recovery sleep time increases exponentially between retries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633655 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 17:19:03 +00:00 |
Steven Rowe
|
115fbe39d8
|
LUCENE-6007: move 'transitive="false"' from <dependency>-s to <conf>-s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633647 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 16:21:30 +00:00 |
Adrien Grand
|
9e9812cbb0
|
LUCENE-5441: Decouple (Sparse)FixedBitSet from DocIdSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633628 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 14:19:19 +00:00 |
Timothy Potter
|
6d6ed37027
|
SOLR-6641: SystemInfoHandler should include the zkHost the node is using (when running in solrcloud mode)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633621 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 14:07:38 +00:00 |
Adrien Grand
|
62bf86a2e1
|
LUCENE-6017: Specialize FixedBitSet.xor in case of a FixedBitSetIterator.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633610 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 12:50:50 +00:00 |
Robert Muir
|
300ee91377
|
LUCENE-5969: tidy up format names to be consistent, add missing file formats doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633607 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 12:41:43 +00:00 |
Adrien Grand
|
e07a433f21
|
Fix TestDocIdSetBuilder.
You need the set to be very dense to return a FixedBitSet since we raised the threshold.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633556 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 08:18:42 +00:00 |
Robert Muir
|
533249e67d
|
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633538 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 05:44:17 +00:00 |
Robert Muir
|
5dcd24bf04
|
LUCENE-5969: fix precommit, improve file format docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633526 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 05:13:52 +00:00 |
Robert Muir
|
c4bf601b68
|
LUCENE-5969: segmentHeader -> indexHeader, cut over segments_N, detect mismatched .si, consistency of encoding elsewhere
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633514 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-22 04:21:03 +00:00 |
Robert Muir
|
20e798c5eb
|
LUCENE-5969: test that default codec uses segmentheader for all files. change .si to write its ID the same way for consistency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633471 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 21:40:02 +00:00 |
Ryan Ernst
|
4675aaf55d
|
LUCENE-5969: Move bwc blocktree writer to test module, update 50 writer to use new header reading/writing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633465 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 21:11:29 +00:00 |
Robert Muir
|
e9000cb576
|
LUCENE-5969: fix TOODs and add missing license header
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633453 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 20:38:57 +00:00 |
Robert Muir
|
7eaf1ca9d6
|
LUCENE-5969: fail precommit on typo'ed TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633451 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 20:32:15 +00:00 |
Robert Muir
|
e8e9b287ee
|
LUCENE-5969: add missing @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633442 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 19:51:09 +00:00 |
Robert Muir
|
a6c26f84a8
|
LUCENE-5969: move blocktree stats -> stats api
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633441 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 19:49:24 +00:00 |
Ryan Ernst
|
03c67fece3
|
LUCENE-5969: Copy block tree to backward codecs for 4.0-4.10, remove conditionals in 50 version, add getStats() TermsEnum API to remove need to expose Stats impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633429 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 18:15:32 +00:00 |
Jan Høydahl
|
6d27591ab5
|
SOLR-6573: Updated after comments from Hoss, now also supports value parsed from localParam "v=", using rb.getQparser().getLocalParams()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633395 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 15:13:07 +00:00 |
Noble Paul
|
c445d40b80
|
SOLR-6633 changed package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633394 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 15:12:55 +00:00 |
Noble Paul
|
522d1a3b15
|
SOLR-6633
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633391 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 14:58:37 +00:00 |
Noble Paul
|
de911858d9
|
SOLR-6633
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633390 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 14:53:04 +00:00 |
Robert Muir
|
03a6d8ce3c
|
LUCENE-5969: clean up constants
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633385 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 14:08:04 +00:00 |
Alan Woodward
|
2e1c562b4b
|
LUCENE-5911: Remove cacheing of norms, calculate up front in freeze()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633321 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 09:11:51 +00:00 |
Adrien Grand
|
fc3b1b07da
|
LUCENE-6015: Fix TestDocIdSetBuilder.testDense expectations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633309 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 08:19:46 +00:00 |
Adrien Grand
|
e255c8a24c
|
LUCENE-6015: DocIdSetBuilder: Use the sparse set until more than 1/16 of the longs have one bit set.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633305 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 08:08:04 +00:00 |
Michael McCandless
|
3c3258825f
|
correct exotic whitespace
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633304 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 08:07:46 +00:00 |
Michael McCandless
|
8f9f8a3252
|
LUCENE-6013: remove IndexableFieldType.indexed and FieldInfo.indexed (it's redundant with IndexOptions != null)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633296 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 07:32:38 +00:00 |
Shalin Shekhar Mangar
|
58fe66dba7
|
SOLR-6530: Protect against NPE when there are no live replicas
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633276 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-21 06:10:18 +00:00 |
Jan Høydahl
|
c1bdf27d97
|
SOLR-6573: QueryElevationComponent now works with localParams in the query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633223 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 20:47:50 +00:00 |
Michael McCandless
|
784b2bd0cb
|
LUCENE-5969: correct TODOs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633213 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 19:49:22 +00:00 |
Michael McCandless
|
b7a0314ef9
|
LUCENE-5969: woops, revert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633212 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 19:48:45 +00:00 |
Michael McCandless
|
0f011fd97f
|
LUCENE-5969: correct TODOs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633211 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 19:47:34 +00:00 |
Robert Muir
|
eee7825cef
|
LUCENE-5969: move old postings back compat to backward-codecs, cleanup PBF related stuff, add segment headers, etc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633196 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 18:25:52 +00:00 |
Adrien Grand
|
c1556a6136
|
Revert changes to SparseFixedBitSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633076 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 08:25:31 +00:00 |
Adrien Grand
|
99753118c6
|
LUCENE-5961: Fix test bug in TestValueSources.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633073 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 08:08:15 +00:00 |
Anshum Gupta
|
788d519b89
|
SOLR-6623: Fixing NPE in StoredFieldsShardResponseProcessor when using timeAllowed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633053 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 06:10:08 +00:00 |
Erick Erickson
|
72df721236
|
SOLR-5992: add removeregex as an atomic update operation, Thanks Vitaliy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633019 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-19 22:45:31 +00:00 |
Steven Rowe
|
04f0ea088b
|
LUCENE-6007: 'mvndeps' Ant task: exclude the 'start' configuration (only the jetty-start jar at this point) when parsing solr/example/ivy.xml for dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632829 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 19:01:05 +00:00 |
Noble Paul
|
7644a6def6
|
SOLR-6551
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632756 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 11:19:01 +00:00 |
Noble Paul
|
606901c6d5
|
SOLR-6632
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632751 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 10:58:29 +00:00 |
Robert Muir
|
c9e2d7bead
|
LUCENE-5969: fix tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1632706 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 00:19:30 +00:00 |
Robert Muir
|
922d1edbff
|
LUCENE-5969: use sparsebitset to expand sparse encoding to cover more absurd cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1632631 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-17 16:49:25 +00:00 |
Erick Erickson
|
f1759bc6ad
|
CollectionsAPI call REBALANCELEADERS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632594 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-17 14:50:14 +00:00 |
Noble Paul
|
c4f4d6efab
|
SOLR-6476 error message fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632525 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-17 09:35:35 +00:00 |