Commit Graph

23724 Commits

Author SHA1 Message Date
Yonik Seeley 0fe5ab3b9b SOLR-8170: fix DocSetBuilder not removing doc 0 if it was deleted
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709499 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 01:12:57 +00:00
Michael McCandless 27c07ec8e3 LUCENE-6778: just use this.radius
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709478 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 21:11:54 +00:00
Michael McCandless 06ef8111bd LUCENE-6778: add GeoPointDistanceRangeQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709476 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 20:40:57 +00:00
Adrien Grand ba3292798f LUCENE-6843: RAMDirectory.listAll() should not return null file names.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709421 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 14:32:13 +00:00
Alan Woodward 0b305f9279 LUCENE-6844: Add includeSpanScore option to PayloadScoreQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709386 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 10:53:37 +00:00
Christine Poerschke c1ec5f5ec7 SOLR-8114: in Grouping.java rename sort to groupSort
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709288 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 15:14:05 +00:00
Uwe Schindler 0acf3d9da8 Fix warning: Remove obsolete close (try-with-resources)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709251 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 10:08:13 +00:00
Uwe Schindler cf0c29a018 Supress unchecked warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709249 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 10:03:52 +00:00
Shalin Shekhar Mangar 15bbb3fd0b SOLR-8162: JmxMonitoredMap#clear triggers a query on all the MBeans thus generating lots of warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709242 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 08:32:53 +00:00
Christine Poerschke 64c73ef6a2 SOLR-8114: in Grouping.java rename groupSort to withinGroupSort
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709230 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 04:52:14 +00:00
Shalin Shekhar Mangar fabb90d1d3 SOLR-8135: Disable test until it can be fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709142 13f79535-47bb-0310-9956-ffa450edef68
2015-10-17 12:00:56 +00:00
Michael McCandless a7aff1bc43 fix test bug: don't use RAMDirectory when sorting 100 MB worth of data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709060 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 17:16:33 +00:00
Noble Paul 91a6c31d77 SOLR-8167: Authorization framework does not work with POST params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709056 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 16:57:05 +00:00
Shalin Shekhar Mangar 70ae2272df SOLR-8050: Partial update on document with multivalued date field fails to parse date and can also fail to remove dates in some cases.
This closes #202

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709042 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 15:37:42 +00:00
Uwe Schindler d417229dce LUCENE-6830: fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708980 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 13:02:44 +00:00
Uwe Schindler 6b36732a9b LUCENE-6830: Upgrade ANTLR used in expressions module to version 4.5.1-1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708935 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 09:43:56 +00:00
Adrien Grand 70a4825d96 LUCENE-6838: Added getters for IndexSearcher's query cache and caching policy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708832 13f79535-47bb-0310-9956-ffa450edef68
2015-10-15 15:03:46 +00:00
Adrien Grand 15016f17e8 LUCENE-6839: Make SpanOrQuery immutable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708826 13f79535-47bb-0310-9956-ffa450edef68
2015-10-15 14:27:10 +00:00
Michael McCandless c855dd5a33 LUCENE-6829: OfflineSorter now uses Directory API; add Directory.createTempOutput and IndexOutput.getName
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708760 13f79535-47bb-0310-9956-ffa450edef68
2015-10-15 09:58:18 +00:00
Timothy Potter 673654321b SOLR-8107: bin/solr -f should use exec to start the JVM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708700 13f79535-47bb-0310-9956-ffa450edef68
2015-10-14 21:51:56 +00:00
Christine Poerschke a918ee57a6 SOLR-8116: SearchGroupsResultTransformer tweaks (String literals, list/map initialCapacity)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708686 13f79535-47bb-0310-9956-ffa450edef68
2015-10-14 19:51:15 +00:00
Gregory Chanan a87883cc5f SOLR-8152: Overseer Task Processor/Queue can miss responses, leading to timeouts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708539 13f79535-47bb-0310-9956-ffa450edef68
2015-10-13 23:22:06 +00:00
Erik Hatcher 33850419bd SOLR-8128: Set v.locale specified locale for all LocaleConfig extending VelocityResponseWriter tools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708406 13f79535-47bb-0310-9956-ffa450edef68
2015-10-13 14:32:59 +00:00
Joel Bernstein 14854b4f08 SOLR-8153: Support upper case and mixed case column identifiers in the SQL interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708259 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 21:51:45 +00:00
Adrien Grand f525b1a6c9 LUCENE-6305: BooleanQuery.equals/hashcode ignore clause order.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708211 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 19:43:22 +00:00
Adrien Grand 1a68f4b67c LUCENE-6836: Fix reader context management with block-join sorting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708209 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 19:34:33 +00:00
Michael McCandless 5409ecb3d9 fix stale javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708162 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 16:53:36 +00:00
Adrien Grand ed35f273b6 LUCENE-6836: Disable TestBlockJoinSorter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708150 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 16:11:19 +00:00
Adrien Grand 876181ff1b LUCENE-6834: Removed BoostQuery.toString()'s hack with parenthesis.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708146 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 16:04:28 +00:00
Adrien Grand b3d191832c LUCENE-6301: Removal of org.apache.lucene.Filter.
From a Lucene perspective Filter is gone. However it was still used for things
like DocSet and SolrConstantScoreQuery in Solr, so it has been moved to
the oas.search package for now, even though in the long term it would be nice
for Solr to move to the Query API entirely as well.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708097 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 12:15:07 +00:00
Alan Woodward 3e8cd29d55 SOLR-8151: Don't log OverseerCollectionMessageHandler info as WARN
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708046 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 07:52:05 +00:00
Mark Robert Miller c03a8deaeb SOLR-8123: Add HdfsChaosMonkeyNothingIsSafeTest test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707976 13f79535-47bb-0310-9956-ffa450edef68
2015-10-11 13:36:27 +00:00
Mark Robert Miller 75c7abbd99 SOLR-8130: Solr's hdfs safe mode detection does not catch all cases of being in safe mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707974 13f79535-47bb-0310-9956-ffa450edef68
2015-10-11 13:14:03 +00:00
Uwe Schindler 905d3bb5b4 LUCENE-6803: Remove lib folder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707908 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 20:00:20 +00:00
Jan Høydahl b831a14ba5 SOLR-7888: Analyzing suggesters can now filter suggestions by a context field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707907 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 19:01:59 +00:00
Uwe Schindler bbcea96908 LUCENE-6803: Deprecate sandbox Regexp Query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707884 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 15:09:11 +00:00
Uwe Schindler 4edfc729df Fix Java 9 compile failure (type inference does not work for this example: Java 9 compiler is right!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707843 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 08:38:23 +00:00
Joel Bernstein 6085c0a4c2 SOLR-8086: Add support for SELECT DISTINCT queries to the SQL interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707819 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 21:34:43 +00:00
Yonik Seeley 0a4b0833a2 SOLR-7543: basic graph traversal query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707818 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 21:27:03 +00:00
Jan Høydahl 99c2515d99 SOLR-8150: Fix build failure due to too much output from QueryResponseTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707813 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 20:52:38 +00:00
Shawn Heisey 29441f2c4e SOLR-6188: Move CHANGES.txt entry from 6.0.0 to 5.4.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707771 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 17:03:23 +00:00
Adrien Grand 9abfb321e1 LUCENE-6467: Simplify Query.equals.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707685 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 10:06:51 +00:00
Michael McCandless 55befa558e LUCENE-6823: use System.nanoTime for expiration in LocalReplicator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707683 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 09:39:12 +00:00
Dawid Weiss d557d725ed SOLR-7790: upgrade to C2 3.10.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707680 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 09:32:26 +00:00
Shawn Heisey 99ede423de SOLR-6188: Only load resources in SOLRHOME/lib once.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707630 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 22:40:53 +00:00
Mark Robert Miller c8b1059b30 SOLR-8121: It looks like ChaosMonkeySafeLeader test can fail with replica inconsistency because waitForThingsToLevelOut can pass while state is still changing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707618 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 20:58:04 +00:00
Upayavira 37341ab1c8 SOLR-7666 Resolve exceptions and tidy HTML label name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707463 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 09:31:24 +00:00
Dawid Weiss 7e6ba558ff LUCENE-6833: Upgraded Morfologik to version 2.0.1. The 'dictionary' attribute has been
reverted back and now points at the dictionary resource to be loaded instead of the default Polish dictionary.



git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707457 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 09:17:27 +00:00
Gregory Chanan 4a78c824a5 SOLR-7967: AddSchemaFieldsUpdateProcessorFactory does not check if the ConfigSet is immutable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707424 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 00:14:33 +00:00
Michael McCandless 54e79b8179 LUCENE-6826: add explicit check for TermsEnum.EMPTY to avoid ClassCastException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707390 13f79535-47bb-0310-9956-ffa450edef68
2015-10-07 21:06:37 +00:00