Commit Graph

27661 Commits

Author SHA1 Message Date
Chris Hostetter 01b7e31566 SOLR-10938 @SuppressPointFields now requires bugUrl 2017-06-22 16:48:31 -07:00
Chris Hostetter 7a9f9b0be0 SOLR-9989: remove @SuppressPointFields annotation now that JSON facets work with numeric points+docvalues 2017-06-22 16:47:40 -07:00
Chris Hostetter 49e9b68c29 SOLR-10847: add jira URL to existing @SuppressPointFields annotation 2017-06-22 16:31:03 -07:00
Chris Hostetter 8d92e08c9c SOLR-10939: update @SuppressPointFields on TestJoin to note why points are suppressed
Also update the annotation on TestCloudJSONFacetJoinDomain since SOLR-9989 is resolved but the join problems
still prevent that test from passing with points enabled
2017-06-22 16:06:05 -07:00
Chris Hostetter ae01113472 remove SuppressPointFields from TestCloudPivotFacet
now that SOLR-10864 is in place, there's no reason this test can't use points+docValues
2017-06-22 14:33:58 -07:00
yonik 98276481e4 SOLR-10921: raise lucene BooleanQuery.maxClauseCount, add higher level checking via QueryUtils.build 2017-06-22 16:05:19 -04:00
Uwe Schindler 5de15ff403 LUCENE-7883: Lucene/Solr no longer uses the context class loader when resolving resources 2017-06-22 20:20:50 +02:00
Chris Hostetter 38f29b2674 SOLR-10864: Simplified how Trie vs Points based numerics are randomized by SolrTestCaseJ4
Adds a static option to PointsField to ignore 'precisionStep' attribute.

This change also begins to attempt to randomize 'docValues' on numeric field types unless tests explicity enable/disable them
2017-06-22 09:31:36 -07:00
Alan Woodward a948e17146 LUCENE-7877: Add ConcatenatingTokenStream, remove PrefixAwareTokenFilter 2017-06-22 09:13:13 +01:00
Noble Paul ad2cb7784e SOLR-10406: SolrJ must throw exception if server throws an error 2017-06-22 15:02:01 +09:30
Cao Manh Dat d0d30464dd SOLR-8256: Fix CollectionsAPISolrJTest and UnloadDistributedZkTest failures (caused by first commmit) 2017-06-22 09:23:28 +07:00
Steve Rowe d3f9059d29 SOLR-10883: Ref guide: Escape replacement substitutions; add .adoc file checks to the top-level validate target 2017-06-21 18:21:40 -04:00
Cassandra Targett 5dcd6263cb Ref Guide: incorrect inter-doc reference fails the Guide build; added anchor for PDF links 2017-06-21 13:57:16 -05:00
Mike McCandless 58105a203a LUCENE-7868: use multiple threads to concurrently resolve deletes and DV udpates 2017-06-21 13:47:15 -04:00
Chris Hostetter 1737fce5df SOLR-10929: Removed unused 'valType' option from ExternalFileField 2017-06-21 09:13:22 -07:00
Cao Manh Dat 8e9d685a40 SOLR-8256: Set legacyCloud=false as default 2017-06-21 22:25:39 +07:00
Joel Bernstein eff583ee88 SOLR-10933: LetStream variables are not evaluated in proper order 2017-06-21 10:11:46 -04:00
Adrien Grand 44d1f1fe3f LUCENE-7872: TopDocs.totalHits is now a long. 2017-06-21 09:55:02 +02:00
Cao Manh Dat 2d26d7e871 SOLR-10923: AutoScalingHandlerTest.testPolicyAndPreferences() failure: Adding a policy with 'cores' attribute should not have succeeded 2017-06-21 09:53:23 +07:00
Ishan Chattopadhyaya 1a58412e4a SOLR-10574: Reverting previous commits to tackle test failues 2017-06-20 23:14:24 +00:00
Jan Høydahl a4f27bbfbb SOLR-9623: Fix test errors related to some test expecting streaming to be enabled 2017-06-20 21:03:12 +02:00
Uwe Schindler 63a4005282 LUCENE-7873: The SPI lookup of Codecs, PostingsFormats, DocValuesFormats and all analysis factories was changed to only inspect the current classloader that defined the interface class (lucene-core.jar) 2017-06-20 16:43:54 +02:00
Jan Høydahl 3bb8939afe SOLR-4646: Add the word "optionally" to refGuide:
* optionally treats "and" and "or" as "AND" and "OR" in Lucene syntax mode.
2017-06-20 13:41:31 +02:00
Jan Høydahl 8648b005e2 SOLR-4646: eDismax lowercaseOperators now defaults to "false" for luceneMatchVersion >= 7.0.0 2017-06-20 13:39:36 +02:00
Jan Høydahl 39dfb7808a SOLR-6671: Possible to set solr.data.home property as root dir for all data 2017-06-20 13:21:14 +02:00
Ishan Chattopadhyaya 0ec9d64d81 SOLR-10574: Changes and upgrade notes 2017-06-20 11:14:28 +00:00
Ishan Chattopadhyaya d1c807dd70 SOLR-10574: Adding unified _default config set 2017-06-20 11:05:07 +00:00
Ishan Chattopadhyaya 7c2429bebf SOLR-10574: Adding data driven support to basic_confs and adding payload fields 2017-06-20 11:03:48 +00:00
Jan Høydahl 4746ff0ec8 SOLR-9623: Disable remote streaming in example configs by default. Adjust Upload Limit defaults 2017-06-20 11:00:08 +02:00
Cao Manh Dat b1b566f57b SOLR-10406: v2 API error messages list the URL request path as /solr/____v2/... when the original path was /v2/... 2017-06-20 12:46:33 +07:00
Cao Manh Dat 294026ffa8 SOLR-9989: Add support for PointFields in FacetModule (JSON Facets) 2017-06-20 10:42:59 +07:00
Joel Bernstein 3ff8c87024 SOLR-10882: Comment out broken test case 2017-06-19 09:16:23 -04:00
Martijn van Groningen 09b0eee5bb
LUCENE-7571: Take into account float precision loss when generating unique values. 2017-06-19 11:41:59 +02:00
Erick 64093d6df1 SOLR:10779: JavaBinCodec should use close consistently rather than having marshal() and close() call finish() (which closes the underlying stream)
commit b31178e0c33dbfe81fbc1aec705b3dae3cc895ad
Author: Erick <erick@apache.org>
Date:   Sun Jun 18 22:34:21 2017 -0700

    SOLR-10779: JavaBinCodec should use close consistently rather than having marshal() and close() call finish() (which closes the underlying stream)
2017-06-18 22:35:57 -07:00
Dennis Gove 943bf5ab5b SOLR-10882: Fixes use of Lists in evaluators 2017-06-18 11:50:58 -04:00
Dennis Gove aeec043ed1 SOLR-10882: Moves sub evaluator check to the constructors to catch errors earlier 2017-06-18 11:50:58 -04:00
Dennis Gove 113459a840 SOLR-10882: ArrayEvaluator now works with all types and allows sorts (deleted ArraySortEvaluator) 2017-06-18 11:50:58 -04:00
Dennis Gove 5fca6a4d82 SOLR-10882: Rewords error message on Anova evaluator 2017-06-18 11:50:57 -04:00
Dennis Gove 606824acaf SOLR-10882: ArrayEvaluator now supports values of any type 2017-06-18 11:50:57 -04:00
Dennis Gove 8988862698 SOLR-10882: Moves parameter checking of anova evaluator 2017-06-18 11:50:57 -04:00
Dennis Gove f1695104fa SOLR-10882: LengthEvaluator now supports collections of any type 2017-06-18 11:50:57 -04:00
Dennis Gove fffbe67b3b Adds documentation for the cartesianProduct 2017-06-18 11:50:46 -04:00
David Smiley 42fdb54927 LUCENE-7719: tests: Eliminate needless SuppressSysoutChecks and address lint warning 2017-06-16 22:58:59 -04:00
David Smiley d0b9d3459f LUCENE-7719: Generalize UnifiedHighlighter's support for AutomatonQuery 2017-06-16 22:57:51 -04:00
Joel Bernstein b49ce68935 Ref Guide: Add floor evaluator docs 2017-06-16 14:35:12 -04:00
Joel Bernstein c24e401d7c Ref Guide: Format ceil evaluator docs 2017-06-16 14:32:18 -04:00
Joel Bernstein 1a00950021 Ref Guide: Add ceil evaluator docs 2017-06-16 14:29:31 -04:00
Joel Bernstein 584b69d3f2 Ref Guide: Add mod evaluator docs 2017-06-16 14:18:54 -04:00
Joel Bernstein a5b1327aec Ref Guide: Add pow evaluator docs 2017-06-16 14:03:13 -04:00
Noble Paul e2d8f941e1 SOLR-9565: missed updating the testcase 2017-06-17 00:55:10 +09:30