Anshum Gupta
30e9b51af7
SOLR-11004: Consolidate SolrClient builder code into an abstract base class to reduce duplication.
2017-07-05 11:47:01 -07:00
Anshum Gupta
6c163658bb
SOLR-10456: Deprecate timeout related setters from SolrClients, and replace with Builder based implementation
2017-07-03 21:44:18 -07:00
Noble Paul
2e56e7eb28
SOLR-10954: this was supposed to be in the solrj package
2017-07-01 11:44:22 +09:30
Karl Wright
cabb1fa366
Fix solrj test compilation error.
2017-06-29 05:13:51 -04:00
Karl Wright
b4fa0e785b
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-06-29 05:00:17 -04:00
Karl Wright
224f349857
SOLR-10973: Use the correct constructor for InputStreamBody.
2017-06-29 04:58:51 -04:00
David Smiley
82a44beb3c
SOLR-6807: requestDispatcher/@handleSelect now defaults to false; stop using it.
...
Deprecated StandardRequestHandler; stop using it.
2017-06-28 17:22:44 -04:00
Shalin Shekhar Mangar
b99ee2b136
SOLR-10931: Move TestPolicy to org.apache.solr.client.solrj.cloud.autoscaling package
2017-06-28 11:53:27 +05:30
Ishan Chattopadhyaya
13a3ae2922
SOLR-10931: Refactoring the package name for autoscaling client classes
2017-06-28 07:55:40 +05:30
Ishan Chattopadhyaya
c66a8d9fda
SOLR-10272: Reverting a mistakenly deleted file
2017-06-27 09:14:00 +05:30
Ishan Chattopadhyaya
ee572b052a
SOLR-10272: Use _default config set if config name is not specified with CREATE collection
2017-06-27 09:07:05 +05:30
Chris Hostetter
14a0b4fa53
SOLR-10946: Randomize the usage of Points based numerics in solrj test schemas
...
This includes an @SuppressPointFields for SOLR-10960
2017-06-26 15:49:55 -07:00
Ishan Chattopadhyaya
e4a7fc59ad
SOLR-10574: Adding _default configset, replacing data_driven_schema_configs and basic_configs
2017-06-26 04:58:02 +05:30
Anshum Gupta
e46d39bd5a
SOLR-10915: Make builder based SolrClient constructors to be the only valid way to construct client objects and increase the visibility of builder elements to be protected so extending the builder, and the clients is possible.
2017-06-23 11:30:50 -07:00
Christine Poerschke
b3c3f596d9
SOLR-9735: fix Recovered WARNINGs in autoscaling/Policy.applyRules()
...
('Internal inconsistency detected during lambda shape analysis') is the (Recovered) warning.
2017-06-23 15:47:25 +01:00
Christine Poerschke
ebfc04b146
SOLR-10778: fix (false positive) Resource Leak warning in LBHttpSolrClient.build() method.
2017-06-23 15:47:25 +01:00
Noble Paul
4676410689
added a Utils.setObjectByPath() method
2017-06-23 14:17:14 +09:30
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
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
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
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
Joel Bernstein
3ff8c87024
SOLR-10882: Comment out broken test case
2017-06-19 09:16:23 -04: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
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
d953488e93
unused imports removed
2017-06-16 15:21:30 +09:30
Noble Paul
f6f6f11320
SOLR-10433: CollectionAdmin requests in SolrJ to support V2 calls
2017-06-16 14:05:51 +09:30
Chris Hostetter
f1e2be6451
SOLR-10834: Fixed tests and test configs to stop using numeric uniqueKey fields
...
Squashed commit of the following (from jira/SOLR-10834 branch):
commit 8f1043840f38533864b2c713daf066b6c3509147
commit 7b95773bd524cd86aaccc56cc33a003a9aff2004
commit b26bf9d60e2b94e0cdc365d1e2c0a37c33e24198
commit df11992106f8c338503b6e3e9a27ba6ddcfa2953
commit fcf98132410ed247e451bb449a8337a09bd857ce
commit 05e8e226de359a6d7bc99219eaec161a32268f17
commit 6dce948294351560948a32b64679b1879657af79
commit 53f97845caaa8adc25862e4017b94f3091063552
commit d5bfb5f57016341fbeaf73b5e4c9ed10dc3816d0
commit d333f7b1eee10893a81532ac2f5a77a46716d90b
commit 15983ceec4702dc8c7562250d59cd8231c67d46a
commit e18e2e771fb4678cb911a62bbc7c74a873466bf0
commit 134e210bdf601600a9d90dd0720a35cb122896b0
commit ec03260265f8a3bbdfd7f9b015de16a4950a05eb
commit 5d430057ed335801a524e1e7666061075ab6d859
commit 1625df3d21b8fa27815d7a7b89a55fc338eeb23b
2017-06-15 09:14:24 -07:00
yonik
a18a4ce245
SOLR-7452: convert bucket values in FacetStream from Integer to Long for calcite, make bucket labels in JSON Facet API consistent for facet refinement
2017-06-13 17:31:30 -04:00
Mike Drob
d1db5f7af9
Revert "SOLR-8392: Remove instanceof checks on return value of SolrParam::get"
...
This reverts commit 94220a01e1
.
2017-06-13 14:19:05 -07:00
Tomas Fernandez Lobbe
833a6f3ffb
SOLR-10851: SolrClients should clarify expectations for solrServerUrl parameter
2017-06-12 15:47:46 -07:00
Mike Drob
94220a01e1
SOLR-8392: Remove instanceof checks on return value of SolrParam::get
2017-06-12 15:15:54 -07:00
Dawid Weiss
b2ea95c9ec
SOLR-10849: MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage).
2017-06-12 14:44:06 +02:00
Joel Bernstein
463907a13c
SOLR-10855: Null pointer exceptions in CartesianProductStream toExpression and explain methods
2017-06-09 12:07:28 -04:00
Noble Paul
f14f2ef6a6
SOLR-10647: move JsonSchemaValidator to SolrJ
2017-06-09 14:29:26 +09:30
Joel Bernstein
40ed09f8ca
SOLR-10853:Allow the analyze Stream Evaluator to operate outside of a stream
2017-06-08 14:41:48 -04:00
Noble Paul
c5c05b46c4
SOLR-10647: move the spec files to solrj
2017-06-08 19:39:55 +09:30
Noble Paul
bd2203df93
SOLR-10278: only long and double are used
2017-06-06 16:06:44 +09:30
Shalin Shekhar Mangar
d633c957cb
Merge branch 'feature/autoscaling_solr7'
...
# Conflicts:
# solr/CHANGES.txt
2017-06-06 09:26:56 +05:30
Shalin Shekhar Mangar
b47572ee87
SOLR-10419: All collection APIs should use the new Policy framework for replica placement
2017-06-06 09:22:38 +05:30
Joel Bernstein
78d95014e7
SOLR-10813: Add arraySort Stream Evaluator
2017-06-05 11:19:17 -04:00