Commit Graph

21491 Commits

Author SHA1 Message Date
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
Michael McCandless df4a217d15 LUCENE-6094: allow IW.rollback to stop CMS's stalling too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643508 13f79535-47bb-0310-9956-ffa450edef68
2014-12-06 09:15:39 +00:00
Robert Muir 66745d3ce7 LUCENE-5914: More options for stored fields compression
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643490 13f79535-47bb-0310-9956-ffa450edef68
2014-12-06 03:30:02 +00:00
Michael McCandless de4c6513bc LUCENE-5987: IndexWriter forcefully closes itself on hitting aborting exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643432 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 21:04:37 +00:00
Chris M. Hostetter 95e75230e4 SOLR-6560: Purge termIndexInterval from example/test configs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643381 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 18:30:25 +00:00
Steven Rowe d72e3dfb0f SOLR-3881: Avoid OOMs in LanguageIdentifierUpdateProcessor:
- Added langid.maxFieldValueChars and langid.maxTotalChars params to limit
  input, by default 10k and 20k chars, respectively.
- Moved input concatenation to Tika implementation; the langdetect
  implementation instead appends each input piece via the langdetect API.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643377 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 18:22:30 +00:00
Adrien Grand 846e457684 SOLR-4799: Fix javadocs generation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643351 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 16:53:32 +00:00
David Wayne Smiley 29c90c668c LUCENE-6092: NumberRangePrefixTree toRangeShape normalization bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643327 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:24:12 +00:00
Timothy Potter af748a9254 SOLR-6653: don't exit with error code if restarting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643317 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:10:21 +00:00
David Wayne Smiley 978aac3184 LUCENE-6034: Highlighter QueryScorer/WeightedSpanTermExtractor shouldn't re-invert a term vector based TokenStream. It can now highlight payload-sensitive queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643316 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:08:57 +00:00
David Wayne Smiley e460ce328c LUCENE-6034: Simplify MemoryIndex state via TreeMap<Info> etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643298 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 14:43:16 +00:00
Noble Paul 83f0d3578c SOLR-4799 faster join using join=zipper aka merge join for nested DIH EntityProcessors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643097 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 11:56:26 +00:00
Robert Muir 854e3f930e move optimizations section up, and move compression changes to optimizations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643090 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:54:53 +00:00
Adrien Grand bd88a849c3 LUCENE-6091: Fix UsageTrackingFilterCachingPolicy's handling of null DocIdSets.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643085 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:42:09 +00:00
Adrien Grand 07cf3638ec LUCENE-6088: TermsFilter implements Accountable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643079 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 10:26:36 +00:00