Commit Graph

20018 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar a912f7f8f1 SOLR-6112: Increase default timeout of 10 seconds to 90 seconds to pass on slow machines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597391 13f79535-47bb-0310-9956-ffa450edef68
2014-05-25 05:20:57 +00:00
Uwe Schindler 29adbc5bd6 LUCENE-5704: Fix compilation error with Java 8u20
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597299 13f79535-47bb-0310-9956-ffa450edef68
2014-05-24 13:56:41 +00:00
Adrien Grand 3e4aaafe9f LUCENE-5701: This is a 4.9 change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597181 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 20:58:12 +00:00
Adrien Grand ed66d23ebc LUCENE-5701: Move core closed listeners to AtomicReader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597180 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 20:54:51 +00:00
Anshum Gupta 32a87a7bbc SOLR-5681: Fixing CHANGES.txt entry, moving it into the Optimizations section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597160 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 19:05:07 +00:00
Timothy Potter 9f4132185d Move SOLR-5468 to new features section.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597156 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 18:51:04 +00:00
Timothy Potter 2038c93de4 SOLR-5468: Now in 4.9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597149 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 18:39:11 +00:00
Anshum Gupta b71b87e160 SOLR-5681: Fixing CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597146 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 18:33:55 +00:00
Anshum Gupta f6452d8120 SOLR-5681: Add synchronization while printing tracking maps to a fix jenkins failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597137 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 17:37:06 +00:00
Yonik Seeley 297f06ecb4 LUCENE-5690: MultiTerms should expose sub-Terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597079 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 12:39:32 +00:00
Shalin Shekhar Mangar 7954c8584d SOLR-6111: The 'deleteshard' collection API should be able to delete a shard in 'construction' state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597077 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 12:33:15 +00:00
Robert Muir 5810ff2d0e LUCENE-5683: remove inefficiencies in getXXXDocValues from SegmentReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597055 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 10:49:29 +00:00
Michael McCandless d3bee7cb7f LUCENE-5684: best effort detection of (illegal) reopen after index was blown away
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597050 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 09:51:12 +00:00
Michael McCandless 8a1587d6d8 LUCENE-5675: add IDVersionPostingsFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596979 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 22:35:23 +00:00
Michael McCandless da6a93f1ca LUCENE-5675: zig-zag encode the versions (loses 1 bit); check the min/max version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596974 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 21:47:52 +00:00
Michael McCandless 8a136e3113 LUCENE-5675: move to sandbox
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596946 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 19:28:27 +00:00
Michael McCandless 39f48c60e3 LUCENE-5675, LUCENE-5693: improve javadocs, disallow term vectors, fix precommit issues, remove trivial diffs, add new test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596938 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 18:50:55 +00:00
Timothy Potter 8a220db194 SOLR-6015: improved strategy for handling managed synonyms when ignoreCase=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596928 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 18:03:37 +00:00
Timothy Potter 1cc70e75fc SOLR-5468: Add a little wait for state to propagate after healing partitions; to address intermittent Jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596916 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 16:33:45 +00:00
Robert Muir c42b921376 LUCENE-5694: don't score subscorers in DisjunctionSum/Max unless score is called
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596907 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 16:01:06 +00:00
Shalin Shekhar Mangar 75b9821eb4 SOLR-6101: Shard splitting doesn't work when legacyCloud=false is set in cluster properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596828 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 12:10:38 +00:00
Shalin Shekhar Mangar 2af3939769 SOLR-6104: The 'addreplica' Collection API does not support 'async' parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596822 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 11:58:07 +00:00
Shalin Shekhar Mangar 988df83885 SOLR-6108: Add support for 'addreplica' Collection API in SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596819 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 11:50:31 +00:00
Michael McCandless f2afbded2f LUCENE-5675: merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596817 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 11:38:47 +00:00
Michael McCandless fffcb1b3f4 LUCENE-5693, LUCENE-5675: also decouple this bug fix (move to LUCENE-5693) in ToParentBJQ.explain
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596783 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 09:08:54 +00:00
Dawid Weiss cf5a0caeb6 LUCENE-5650: Enforce read-only access to any path outside the temporary folder via security manager
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596767 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 06:15:26 +00:00
Michael McCandless c5ac331b85 LUCENE-5675: working on ant precommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596708 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 22:48:03 +00:00
Timothy Potter 8ca3abe369 SOLR-5468: Improve reporting of cluster state when assertions fail; to help diagnose cause of Jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596652 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 18:56:59 +00:00
Robert Muir dfca705bff LUCENE-4236: cleanup/optimize BooleanScorer in-order creation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596640 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 18:24:39 +00:00
Timothy Potter 6abe8b86c4 SOLR-5495: Print cluster state in assertion failure messages if a leader cannot be found to determine root cause of HttpPartitionTest failures in Jenkins.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596636 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 18:05:53 +00:00
Michael McCandless 48b16e5fa0 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596617 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 16:54:17 +00:00
Robert Muir 32a25a6281 merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4236@1596608 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 16:03:15 +00:00
Robert Muir 5a103f92d4 LUCENE-4236: add a new test for crazy corner cases of coord() handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596606 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 16:00:06 +00:00
Michael McCandless c722f2fb9a LUCENE-5675: finish reverting 'do not send deleted docs to PostingsFormat on flush'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596602 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 15:41:55 +00:00
Michael McCandless 2759adc754 LUCENE-5675: go back to sending deleted docs to PostingsFormat on flush; move 'skip deleted docs' into IDVPF
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596599 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 15:29:25 +00:00
Shai Erera c863a7251d LUCENE-5618, LUCENE-5636: write each DocValues update in a separate file; stop referencing old fieldInfos files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596570 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 13:18:18 +00:00
Robert Muir d1e607f5df LUCENE-5689: FieldInfo.setDocValuesGen should not be public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596553 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 12:23:28 +00:00
Michael McCandless 71d836b713 fix wrong deleted docs count in IW's infoStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596524 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 10:02:05 +00:00
Michael McCandless 18d2cfaf9c LUCENE-5675: fix nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596512 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 08:57:59 +00:00
Shalin Shekhar Mangar 8c87db7a50 SOLR-5309: Fix DUP.processDelete to route delete-by-id to one sub-shard only. Enable ShardSplitTest again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596510 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 08:41:42 +00:00
Robert Muir f3ecdd337a LUCENE-4236: move all crazies into one place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4236@1596442 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 02:37:25 +00:00
Robert Muir f12abad10f LUCENE-4236: try to make more palatable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4236@1596440 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 02:15:15 +00:00
Anshum Gupta 53a5aac1eb LUCENE-5666: Fix idea project files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596429 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 00:56:39 +00:00
Uwe Schindler 46265fd938 Update some build tools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596425 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 22:34:46 +00:00
Robert Muir 650c569b10 LUCENE-4236: commit current state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4236@1596373 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 19:24:55 +00:00
Robert Muir 8e223af28c LUCENE-4236: create branch to try to cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4236@1596372 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 19:24:27 +00:00
Robert Muir a67d9a89a0 LUCENE-5691: DocTermOrds lookupTerm is wrong in some cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596370 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 19:18:28 +00:00
Michael McCandless 86e7b08381 LUCENE-5670: add skip/FinalOutput to FST Outputs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596369 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 19:07:47 +00:00
Robert Muir 1e524542e1 make this assert more robust
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596346 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 18:17:30 +00:00
Timothy Potter 2224de1147 SOLR-5495: Re-arrange location of SOLR-5495 and SOLR-5468 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596315 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 17:04:19 +00:00