Commit Graph

20006 Commits

Author SHA1 Message Date
Michael McCandless 151033cdc1 LUCENE-5724: add CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599292 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 18:18:06 +00:00
Michael McCandless 24d4a628c2 LUCENE-5724: fix CompoundFileWriter to not suppress the incoming IOContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599291 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 18:16:56 +00:00
Michael McCandless b875c63fe0 if infoStream is enabled after IW init still print the dir/config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599282 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 17:55:55 +00:00
Uwe Schindler a47b4f232a LUCENE-5722: Optimize ByteBufferIndexInput#seek() by specializing implementations. This improves random access as used by docvalues codecs if used with MMapDirectory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599276 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 17:26:37 +00:00
Robert Muir bf38489a5e LUCENE-4371: move CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599275 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 17:22:43 +00:00
Anshum Gupta 22174ac432 SOLR-6026: Also check work-queue while processing a REQUESTSTATUS Collection API Call
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599248 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 15:47:26 +00:00
Uwe Schindler 0d89f3f6cf LUCENE-5722: Speed up MMapDirectory.seek() - first small patch for multi-mmap case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599218 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 13:35:42 +00:00
Robert Muir e83229fd20 LUCENE-5720: Optimize DirectPackedReader's decompression
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599180 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 12:09:10 +00:00
Steven Rowe 6ff06b0856 LUCENE-5442: smoke tester: 'ivy-ignore-conflicts.properties' is not a foreign invader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599134 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 09:14:44 +00:00
Michael McCandless ef57126633 LUCENE-5711: fix solr tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598853 13f79535-47bb-0310-9956-ffa450edef68
2014-05-31 11:29:21 +00:00
Simon Willnauer 963bf0a4db LUCENE-5711: Pass IndexWriter to MergePolicy on each operation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598833 13f79535-47bb-0310-9956-ffa450edef68
2014-05-31 07:37:01 +00:00
Robert Muir 075778c06e LUCENE-5717: Postings highlighter support for multi term queries within filtered and constant score queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598755 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 21:59:21 +00:00
Michael McCandless 98a527731d LUCENE-5708: fix these tests to also 'mimic' previous IWC.clone
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598543 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 10:44:58 +00:00
Steven Rowe 4125c7682e LUCENE-5442: ant check-lib-versions will fail the build if there are unexpected version conflicts between direct and transitive dependencies.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598538 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 10:33:55 +00:00
Michael McCandless 47a1a8be4a LUCENE-5708: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598503 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 08:58:33 +00:00
Dawid Weiss 4dd09dfd07 listFiles can return null if a different thread removes the dir concurrently (may happen in Solr tests),..
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598499 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 08:53:13 +00:00
Michael McCandless 19b80d1afe LUCENE-5708: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598497 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 08:43:41 +00:00
Michael McCandless 43be0a77b5 LUCENE-5708: remove IWC.clone
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598489 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 08:16:37 +00:00
Adrien Grand add1e44fd7 LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598470 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 07:01:31 +00:00
Shalin Shekhar Mangar 75e8b848e8 SOLR-6120: zkcli.sh should expand solr.war automatically instead of throwing ClassNotFoundException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598286 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 13:05:16 +00:00
Michael McCandless 753e0a2592 LUCENE-5710: don't swallow innner immense term exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598275 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 12:28:25 +00:00
Shai Erera f99a9d7ab0 LUCENE-5680: add aotmic DocValues updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598272 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 12:24:48 +00:00
Shalin Shekhar Mangar a627b55bcd SOLR-6116: Refactor DocRouter.getDocRouter to accept routerName as a String
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598212 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 07:26:35 +00:00
Dawid Weiss cc199eb1af SOLR-6119: a quick workaround for the problem of removing files that are still open during the test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598205 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 05:43:09 +00:00
Michael McCandless 183eef908b SOLR-6029: fix smoke test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598195 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 03:57:08 +00:00
David Wayne Smiley f9ae0e16a0 SOLR-6118: CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598193 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 02:00:39 +00:00
David Wayne Smiley df42236e4a Fix cast. IntelliJ didn't seem to care.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598143 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 21:22:57 +00:00
David Wayne Smiley d61e0f7527 Auto index & optimize imports. And switch to java5 for-each in place of some iterators, generics issues.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598141 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 21:15:43 +00:00
David Wayne Smiley 36c9276bba SOLR-6118: expand.sort bug for function queries; needed to sort.rewrite(searcher)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598138 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 20:52:24 +00:00
Dawid Weiss 4c29d60c62 Clean up SolrTestCaseJ4.recurseDelete a bit and remove hairy cases of removing the parent file in certain tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598012 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 13:34:52 +00:00
Michael McCandless 3d703a16e9 SOLR-3671: fix ongoing smoke test build failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597936 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 08:10:02 +00:00
Joel Bernstein b6d96d1ca8 SOLR-5973: Pluggable Ranking Collectors and Merge Strategies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597921 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 03:02:13 +00:00
David Wayne Smiley e9906a334b Fix test bug RE -180/+180 ambiguity. seed: 349A33E5B7DF73A2:5681B850511BD076
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597815 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 16:13:32 +00:00
Joel Bernstein 1b9c63fc9d SOLR-5973: Pluggable Ranking Collectors and Merge Strategies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597775 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 13:19:15 +00:00
Steven Rowe 95fd2943eb LUCENE-5675: Add src/resources directory to maven config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597695 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 02:08:30 +00:00
Robert Muir 7ea65b43f5 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597612 13f79535-47bb-0310-9956-ffa450edef68
2014-05-26 16:12:45 +00:00
Robert Muir 3b55751084 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597610 13f79535-47bb-0310-9956-ffa450edef68
2014-05-26 16:05:14 +00:00
Shai Erera d8ce025471 LUCENE-5706: remove the ability to unset a DocValues field through DV updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597600 13f79535-47bb-0310-9956-ffa450edef68
2014-05-26 14:54:10 +00:00
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