Commit Graph

27695 Commits

Author SHA1 Message Date
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
Jim Ferenczi 68d29c9b4f LUCENE-7874: DisjunctionMaxQuery rewrites to a BooleanQuery when tiebreaker is set to 1. 2017-06-16 17:06:59 +02:00
Jim Ferenczi 0c683305a4 LUCENE-7878: Fix query builder to keep the SHOULD clause that wraps multi-word synonyms 2017-06-16 14:42:46 +02:00
Cao Manh Dat 1744fa254a SOLR-10886: Add CHANGES.txt entry 2017-06-16 14:30:24 +07:00
Cao Manh Dat 751a5c814c SOLR-10886: Using V2Request.process(solrClient) method throws NPE if the API returns an error 2017-06-16 14:29:24 +07:00
Noble Paul e1d4ec7987 SOLR-9565: The name of TemplateUpdateRequestProcessorFactory' is changed to 'template' from 'Template' and the
name of 'AtomicUpdateProcessorFactory' is changed to 'atomic' from 'Atomic'
2017-06-16 16:09:27 +09:30
Noble Paul d953488e93 unused imports removed 2017-06-16 15:21:30 +09:30
Noble Paul f7659d2d27 unused imports removed 2017-06-16 15:07:50 +09:30
Noble Paul df21e912c0 unused imports removed 2017-06-16 14:38:16 +09:30
Noble Paul bf593adee8 unused imports removed 2017-06-16 14:37:33 +09:30
Noble Paul f6f6f11320 SOLR-10433: CollectionAdmin requests in SolrJ to support V2 calls 2017-06-16 14:05:51 +09:30
Cassandra Targett a7245d5e78 SOLR-10892: fix trailing white space 2017-06-15 18:04:46 -07:00
Cassandra Targett bf26608f6d SOLR-10892: Change easy tables to description lists 2017-06-15 18:03:35 -07:00
Cassandra Targett 4eea44103e Ref Guide: Add callouts to the security.json example 2017-06-15 18:03:34 -07:00
Chris Hostetter 274971c3e3 SOLR-10832: Fixed VersionInfo.getMaxVersionFromIndex when using PointsField with indexed="true" 2017-06-15 15:53:48 -07:00
Steve Rowe 5c498b411d SOLR-10891: Don't require docvalues on BBoxField 2017-06-15 13:29:08 -04:00
Tomas Fernandez Lobbe ee18a5f641 SOLR-10795: Better testing of PointFields multivalued sort using field(name, min|max) syntax 2017-06-15 10:20:32 -07:00