Commit Graph

21555 Commits

Author SHA1 Message Date
Adrien Grand 1a5b889c86 Fix compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645962 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 14:57:58 +00:00
Adrien Grand 87bae6fa05 LUCENE-6107: Add stats to LRUFilterCache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645958 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 14:52:04 +00:00
Alan Woodward 7e4449010e SOLR-6849: And really fix it this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645895 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 10:11:59 +00:00
Anshum Gupta eee7ab7979 SOLR-6852: Adding the CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645868 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 07:23:24 +00:00
Anshum Gupta 9f8520d3a9 SOLR-6852: SimplePostTool no longer defaults to collection1, also there's no default update URL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645866 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 07:17:39 +00:00
Robert Muir 97dc31ce6a ant regenerate to use latest packedints version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645838 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 04:03:31 +00:00
Timothy Potter b8fee04522 SOLR-6833: clean should remove example directories created by running bin/solr -e foo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645737 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 20:24:02 +00:00
Chris M. Hostetter e002da2d6a SOLR-6679: uncomment /suggest, but tie it to an sysprop so you have to go out of your way to enable on startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645721 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:50:54 +00:00
Alan Woodward 4c76f8d13d SOLR-6849: Fix another @Slow test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645712 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:25:53 +00:00
Robert Muir 765403b2af LUCENE-6104: simplify internals of Lucene50NormsProducer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645711 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:03:05 +00:00
Alan Woodward 199610cd78 SOLR-6849: Fix @Slow test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645695 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 16:49:09 +00:00
Alan Woodward 010bf8d77d SOLR-6849: RemoteSolrException should report its source host
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645622 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 11:06:09 +00:00
Adrien Grand 6a25b34d6f LUCENE-6106: Fix test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645614 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 10:36:33 +00:00
Adrien Grand 4ecff9bf89 LUCENE-6106: Improve tracking of filter usage in LRUFilterCache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645613 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 10:32:09 +00:00
Koji Sekiguchi 692826b906 LUCENE-6112: Fix compile error in FST package example code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645548 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 02:19:19 +00:00
David Wayne Smiley 85a43a77a9 SOLR-6827: DateRangeField support for facet.range, exclusive ranges, DateMath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645383 13f79535-47bb-0310-9956-ffa450edef68
2014-12-14 04:55:26 +00:00
David Wayne Smiley 0ddb7567f1 LUCENE-5648: spatial NumberRangePrefixTree refactorings, mostly:
* rename NRPT.LevelledValue -> UnitNRShape, NRPT.NRShape -> SpanUnitsNRShape, both subclass new NRPT.NRShape marker class; make all 3 public and use these types in method signatures as appropriate.
* remove NRPT pass-through convenience methods on NRPTStrategy (not needed; maintenance burden)
* re-order some factory/parsing methods in NRPT to keep together at the top
* UnitNRShape implements Comparable, and both NRShape implements Cloneable
* improve randomized test to pick better random calendars
* more docs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645381 13f79535-47bb-0310-9956-ffa450edef68
2014-12-14 04:33:01 +00:00
Erick Erickson 2d93746254 SOLR-6826: fieldType capitalization is not consistent with the rest of case-sensitive field names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645349 13f79535-47bb-0310-9956-ffa450edef68
2014-12-13 20:49:03 +00:00
Shalin Shekhar Mangar c186cbfcbc SOLR-6604: SOLR-6812: Fix NPE with distrib.singlePass=true and expand component. Increased test coverage of expand component with docValues.
This closes #98.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645098 13f79535-47bb-0310-9956-ffa450edef68
2014-12-13 00:05:00 +00:00
Steven Rowe 980c23f498 SOLR-6844: Rename ConfigSolr.getZkHostPort(), which actually returns the Solr port, to .getSolrHostPort()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645034 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 19:05:02 +00:00
Timothy Potter 3a5438ec1f SOLR-6843: JMX RMI connector should be disabled by default but can be activated by setting ENABLE_REMOTE_JMX_OPTS to true in solr.in.(sh|cmd).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644978 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 17:07:06 +00:00
Shalin Shekhar Mangar b1083b2a32 Fixed typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644911 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 14:53:43 +00:00
Noble Paul 8d2fded1df SOLR-6626 NPE in FieldMutatingUpdateProcessor when indexing a doc with
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644865 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 12:33:28 +00:00
Timothy Potter b36c68b16e SOLR-6833: Examples started with bin/solr -e should use a solr.solr.home directory under the example directory instead of server/solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644799 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 00:21:27 +00:00
Chris M. Hostetter 1612359297 SOLR-6834: hard fail if checkIntegrityAtMerge is used in 6.0 (trunk only, not for backport)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644759 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 20:45:07 +00:00
Chris M. Hostetter 05945a9490 SOLR-6834: Warn if checkIntegrityAtMerge is configured
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644707 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 17:21:47 +00:00
Adrien Grand 135818c0c2 LUCENE-6096: Avoid CMS which can close segments while we are measuring ram usage of the filter cache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644673 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 15:17:56 +00:00
Adrien Grand b7a20caf84 LUCENE-6086: Space optimizations for numeric stored fields.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644661 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 15:01:00 +00:00
Adrien Grand 16337aba86 LUCENE-6096: Relax assertion about memory usage since memory usage depends on the JVM impl and settings.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644594 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 11:00:08 +00:00
Adrien Grand e9366323e8 LUCENE-6095: Remove RamUsageTester.IdentityHashSet and use Collections.newSetFromMap(new IdentityHashMap<E, Boolean>()) instead.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644587 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 10:16:01 +00:00
Adrien Grand 08cdb3c867 LUCENE-6096: Improve and test LRUFilterCache.ramBytesUsed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644582 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 09:50:54 +00:00
Robert Muir ac8373fdf6 simplify exception handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644526 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 21:26:08 +00:00
Noble Paul fc061ed8a2 SOLR-6787 removing the dependency on zk jar for post.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644489 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 17:32:25 +00:00
Michael McCandless 4f268fd84c LUCENE-6105: don't cache root arcs for small FSTs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644473 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 16:48:25 +00:00
Timothy Potter f8da9b85ca SOLR-6773: Remove the multicore example as the DIH and cloud examples illustrate multicore behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644461 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 15:46:35 +00:00
Noble Paul dd4cb4073f SOLR-6787 adding CHANGES.TXT entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644341 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 06:41:53 +00:00
Robert Muir 284e77c02d LUCENE-6100: further tuning of BEST_COMPRESSION
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644272 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 00:59:39 +00:00
Noble Paul 98b1b7064b SOLR-6633 changing the field name from \_src to \_src\_
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644135 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 18:05:06 +00:00
Robert Muir 735ea0129d fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644127 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 17:27:18 +00:00
Noble Paul 5929d5b436 SOLR-6633 field name changed from _src to _src_ by populafr demand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644100 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 16:13:58 +00:00
Noble Paul 3a102c548a SOLR-6787 API to manage blobs in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644095 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 15:58:32 +00:00
Michael McCandless 8c80635328 LUCENE-5987: don't double-wrap AbortingException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644072 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 14:59:30 +00:00
Robert Muir a5fc2765e4 fix broken failonerror=false in these targets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643940 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 21:49:35 +00:00
Michael McCandless a5b8a645c6 LUCENE-6099: add FilterDirectory.unwrap and FilterDirectoryReader.unwrap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643902 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 20:13:48 +00:00
Michael McCandless 0c28951031 LUCENE-6097: make abort/waitForMerges private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643891 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 19:18:48 +00:00
Timothy Potter d2ff57a8b7 SOLR-6778: Add more details about getting started in solr/README.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643859 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 16:43:08 +00:00
Erik Hatcher 8b10a842c1 SOLR-6829: Added getter/setter for lastException in DIH's ContextImpl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643858 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 16:42:46 +00:00
Erik Hatcher 7faa543ae0 SOLR-6829: Added getter/setter for lastException in DIH's ContextImpl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643857 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 16:41:17 +00:00
Robert Muir e631a3f943 LUCENE-5595: try to improve test efficiency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643803 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 13:08:21 +00:00
Robert Muir f75d3c5dc4 LUCENE-6098: change to a hard check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643591 13f79535-47bb-0310-9956-ffa450edef68
2014-12-06 19:26:06 +00:00