Joel Bernstein
48d54ac458
SOLR-10516: Add eval() Streaming Expression
2017-04-18 20:56:36 -04:00
Joel Bernstein
d5e5b5e948
SOLR-10504: Add echo Streaming Expression
2017-04-18 11:21:34 -04:00
Ishan Chattopadhyaya
fd4125ea41
SOLR-10446: Making HttpClusterStateProvider work with server that doesn't have LISTALIASES
2017-04-18 03:09:46 +05:30
Joel Bernstein
66715a4761
SOLR-10486: Fix precommit
2017-04-17 11:09:06 -04:00
Joel Bernstein
8417307c63
SOLR-10486: Add Length Conversion Evaluators
2017-04-17 11:09:05 -04:00
Joel Bernstein
5169ecb976
SOLR-10485: Remove incorrect code comment
2017-04-17 11:09:05 -04:00
Ishan Chattopadhyaya
4df4c52c0c
SOLR-10447, SOLR-10447: LISTALIASES Collections API command; CloudSolrClient can be initialized using Solr URL
...
SOLR-10447: Collections API now supports a LISTALIASES command to return a list of all collection aliases.
SOLR-10446: CloudSolrClient can now be initialized using the base URL of a Solr instance instead of
ZooKeeper hosts. This is possible through the use of newly introduced HttpClusterStateProvider.
To fetch a list of collection aliases, this depends on LISTALIASES command, and hence this way of
initializing CloudSolrClient would not work with older versions of Solr that doesn't support LISTALIASES.
2017-04-17 10:11:18 +05:30
Erick Erickson
4cb00ccca4
SOLR-10007: Clean up references to CoreContainer and CoreDescriptors
2017-04-12 17:02:40 -07:00
Joel Bernstein
1b81dcdeba
SOLR-10485: Fix precommit
2017-04-12 17:26:54 -04:00
Joel Bernstein
ee56af22bc
SOLR-10485: Add CalculateStream to allow Solr to behave like a scientific calculator
2017-04-12 17:26:54 -04:00
Joel Bernstein
0bcd88b181
SOLR-10303: Fix precommit
2017-04-12 15:04:52 -04:00
Joel Bernstein
5e403647de
SOLR-10303: Add the tuple context to avoid creating multiple LocalDateTime instances for the same Tuple
2017-04-12 15:04:52 -04:00
Gethin James
b78a270c9d
SOLR-10303: Removing the unused class DatePartEvaluator from the test
2017-04-12 15:04:52 -04:00
Gethin James
8642ed9f88
SOLR-10303: Error message formatting for TemporalEvaluator
2017-04-12 15:04:51 -04:00
Gethin James
1c333c79d0
SOLR-10303: Removing the unused class, replaced by TemporalEvaluator
2017-04-12 15:04:51 -04:00
Gethin James
d70fc967d4
SOLR-10303: Refactored to multiple TemporalEvaluator classes based on feedback
2017-04-12 15:04:51 -04:00
Gethin James
b314bc6776
SOLR-10303: Switched to pascal casing
2017-04-12 15:00:06 -04:00
Gethin James
c6fbb27376
SOLR-10303: Supporting more datatypes via a TemporalAccessor
2017-04-12 15:00:06 -04:00
Gethin James
cf14b4be03
SOLR-10303: Supporting epoch for LocalDateTime
2017-04-12 15:00:06 -04:00
Gethin James
c3d205cdcc
SOLR-10303: Switching from the fieldName param to subEvaluators
2017-04-12 15:00:06 -04:00
Gethin James
b13945b1ef
SOLR-10303: Renamed to DatePartEvaluator and adding support for Instant, Date, LocalDateTime
2017-04-12 15:00:06 -04:00
Gethin James
24ab117a41
SOLR-10303: Initial support for common date/time Stream Evaluators
2017-04-12 14:55:02 -04:00
Christine Poerschke
23109b9862
SOLR-10473: Correct LBHttpSolrClient's confusing SolrServerException message when timeAllowed is exceeded.
2017-04-12 10:03:38 +01:00
Joel Bernstein
5ebd41d13f
SOLR-10274: fix precommit
2017-04-11 15:36:03 -04:00
Joel Bernstein
06a55b73b9
SOLR-10274: The search Streaming Expression should work in non-SolrCloud mode
2017-04-11 15:24:42 -04:00
Andrzej Bialecki
e30cc70fdd
SOLR-9959: SolrInfoMBean-s category and hierarchy cleanup.
2017-04-11 19:22:23 +02:00
Noble Paul
550a324952
SOLR-10429: UpdateRequest#getRoutes()should copy the response parser
2017-04-10 06:43:27 +09:30
Christine Poerschke
206021578e
SOLR-10440: LBHttpSolrClient.doRequest is now always wrapped in a Mapped Diagnostic Context (MDC).
2017-04-07 11:04:41 +01:00
Cao Manh Dat
9c2ef561e5
SOLR-10239: MOVEREPLICA API
2017-04-06 15:48:38 +07:00
Joel Bernstein
37b6c60548
SOLR-10426: Add shuffle Streaming Expression
2017-04-05 17:57:24 -04:00
David Smiley
cb9f151db4
SOLR-10404: fetch() streaming expression: escape values in generated query.
2017-04-05 08:56:50 -04:00
Dennis Gove
ef821834d1
SOLR-10393: Adds UUID Streaming Evaluator
2017-04-01 23:15:43 -04:00
Dennis Gove
674ce4e893
SOLR-10356: Adds basic math streaming evaluators
2017-04-01 21:58:04 -04:00
Adrien Grand
e80643e5a7
LUCENE-7753: Make fields static when possible.
2017-03-31 17:28:21 +02:00
Joel Bernstein
bdd0c7e320
SOLR-10351: Fix pre-commit
2017-03-30 17:53:07 +01:00
Joel Bernstein
6c2155c024
SOLR-10351: Add analyze Stream Evaluator to support streaming NLP
2017-03-30 17:53:07 +01:00
Erick Erickson
edcdc3052b
SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory
2017-03-29 21:13:40 -07:00
Shai Erera
deddc9b5c8
SOLR-10349: Add totalTermFreq support to TermsComponent
...
TermsComponent only returns docFreq information per requested term.
This commit adds a terms.ttf parameter, which if set to true, will
return both docFreq and totalTermFreq statistics for each requested
term.
2017-03-29 06:18:39 +03:00
Ishan Chattopadhyaya
6b0217b7cb
SOLR-6736: Adding support for uploading zipped configsets using ConfigSets API
2017-03-29 00:44:27 +05:30
Joel Bernstein
aa2b46a62a
SOLR-10341: SQL AVG function mis-interprets field type
2017-03-28 18:42:18 +01:00
Adrien Grand
c189139e52
LUCENE-7751: Avoid boxing primitives only to call compareTo.
2017-03-28 15:35:04 +02:00
Adrien Grand
53064e46dd
LUCENE-7754: Inner classes should be static whenever possible.
2017-03-28 15:35:04 +02:00
Steve Rowe
b46b8278c6
SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory
2017-03-27 23:53:55 -04:00
Erick Erickson
0b3ca1bb61
SLR-10108: bin/solr script recursive copy broken
2017-03-27 12:15:05 -07:00
Erick Erickson
bd01064f69
SOLR-10371: There is some spelling mistakes in the Java source code Thanks hu xiaodong"
2017-03-27 09:31:15 -07:00
Shalin Shekhar Mangar
c221ef0fde
SOLR-10281: ADMIN_PATHS is duplicated in two places and inconsistent
2017-03-23 19:33:45 +05:30
Noble Paul
4edfc1a9c7
SOLR-6615: use constants for 'sort', 'distrib'
2017-03-23 18:12:20 +10:30
koji
583fec1a58
SOLR-9184: Add a static convenience method ModifiableSolrParams#of(SolrParams) which returns the same instance if it already is modifiable, otherwise creates a new ModifiableSolrParams instance.
2017-03-23 14:57:45 +09:00
Noble Paul
eb587772dd
SOLR-6615: use constants for 'id', '_route_', '_version_'
2017-03-23 11:45:50 +10:30
Dennis Gove
4171ef79b4
SOLR-10333: Fixes use of HashedMap in StreamEvaluator tests
2017-03-21 08:40:40 -04:00