Chris Hostetter
10772121ee
SOLR-10472: Fixed uninversion (aka: FieldCache) bugs with the numeric PointField classes, and CurrencyField
2017-04-18 11:58:35 -07:00
Scott Blum
43c2b2320d
SOLR-10420: fix watcher leak in DistributedQueue
2017-04-18 14:44:15 -04:00
Joel Bernstein
d5e5b5e948
SOLR-10504: Add echo Streaming Expression
2017-04-18 11:21:34 -04:00
Christine Poerschke
ac42f4ffd5
Remove unused imports.
2017-04-18 15:53:13 +01:00
Andrzej Bialecki
bb69c02e57
SOLR-10418: Metrics API should return JVM system properties.
2017-04-18 12:46:39 +02:00
yonik
3145f781b3
SOLR-10082: JSON Facet API, add stddev and variance functions
2017-04-17 22:30:29 -04:00
Joel Bernstein
8417307c63
SOLR-10486: Add Length Conversion Evaluators
2017-04-17 11:09:05 -04:00
Shalin Shekhar Mangar
4da901a072
SOLR-10047: Mismatched Docvalues segments cause exception in Sorting/Faceting. Solr now uninverts per segment to avoid such exceptions
...
Squashed commit of the following:
commit c38f4cabc2828ee83b53b931dd829e29a3e1701c
Author: Keith Laban <kelaban17@gmail.com>
Date: Tue Apr 11 17:17:05 2017 -0400
reverted tests to using old wrap interface
commit 806f33e092491cc6a2ee292d2934c76171e40dc7
Author: Keith Laban <kelaban17@gmail.com>
Date: Tue Apr 11 17:13:34 2017 -0400
updated UninvertingReader.wrap / tests
commit b10bcab338b362b909491fea1cf13de66f5f17c0
Author: Keith Laban <klaban1@bloomberg.net>
Date: Wed Apr 5 14:57:28 2017 -0400
SOLR-10047 - Updated javadoc/renamed class/added getReaderCacheHelper
commit 90ecf5a4ae4feaf3efc42a1ed8643ad21e1c73ce
Author: Keith Laban <klaban1@bloomberg.net>
Date: Wed Jan 18 16:39:51 2017 -0500
SOLR-10047 - SolrIndexSearcher, UninvertingReader, uninvert docvalues per segment
2017-04-17 13:59:26 +05:30
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
markrmiller
bc6ff493b0
SOLR-9936: Allow configuration for recoveryExecutor thread pool size.
2017-04-14 01:33:19 -04:00
markrmiller
4dc367414f
SOLR-10151: Use monotonically incrementing counter for doc ids in TestRecovery.
2017-04-14 01:17:03 -04:00
Ishan Chattopadhyaya
6d948debc6
SOLR-6736: Fix authorization permissions
2017-04-13 17:31:22 +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
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
d70fc967d4
SOLR-10303: Refactored to multiple TemporalEvaluator classes based on feedback
2017-04-12 15:04:51 -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
Andrzej Bialecki
3ba4e73a90
SOLR-9959 Increase the timeout to allow searcher to register metrics.
2017-04-12 10:41:49 +02:00
Tommaso Teofili
7fde878ae4
LUCENE-7776 - adjusted failing tests in solr due to switching to bm25 in knn
2017-04-12 09:55:03 +02:00
Christine Poerschke
57c5837183
Removed two unused imports.
2017-04-11 20:11:12 +01:00
Andrzej Bialecki
e30cc70fdd
SOLR-9959: SolrInfoMBean-s category and hierarchy cleanup.
2017-04-11 19:22:23 +02:00
Steve Rowe
e02a1f159e
SOLR-10474: TestPointFields.testPointFieldReturn() depends on order of unsorted hits
2017-04-10 15:26:28 -04:00
Tomas Fernandez Lobbe
ce66ca93cf
SOLR-10437: Delete index after each test in TestUseDocValuesAsStored
2017-04-10 09:48:07 -07:00
jdyer1
55e36615eb
SOLR-8807: disable the CollapseQParser Plugin when testing spellcheck collations for hit-counts
2017-04-10 08:39:41 -05:00
Alan Woodward
caf329717e
LUCENE-7701: Refactor grouping collectors
2017-04-10 11:10:18 +01:00
Tomas Fernandez Lobbe
d671273bc3
SOLR-10443: Improvements to TestPointFields
...
* Fixes testInternals, index needs to be cleaned after each field
* Validate that SolrQueryParser generates a PointInSetQuery when possible
2017-04-07 14:11:25 -07:00
Tomas Fernandez Lobbe
ce75eb62e9
SOLR-10437: Improve test coverage of useDocValuesAsStored=false
2017-04-07 11:36:22 -07:00
Christine Poerschke
adabfdd9c2
SOLR-10264: Fixes multi-term synonym parsing in ManagedSynonymFilterFactory.
...
(Jörg Rathlev, Steve Rowe, Christine Poerschke)
2017-04-07 11:11:23 +01:00
Christine Poerschke
94b83f1f7d
SOLR-10441: remove no longer used HttpShardHandlerFactory.USE_RETRIES
2017-04-07 10:37:30 +01:00
Joel Bernstein
a0d22297ce
SOLR-10444: Fix precommit
2017-04-06 21:33:47 -04:00
Joel Bernstein
865f9b2b01
SOLR-10444: SQL interface does not use client cache
2017-04-06 21:19:45 -04:00
Chris Hostetter
6e5f6fab53
SOLR-10425: Fix indexed="false" on numeric PointFields
2017-04-06 12:07:41 -07:00
jdyer1
e75a2e6b86
SOLR-10323: fix to SpellingQueryConverter to properly strip out colons in field-specific queries
2017-04-06 12:48:19 -05:00
yonik
53aeffade5
SOLR-7452: add support for refining missing allBuckets
2017-04-06 09:29:29 -04:00
Cao Manh Dat
c30a7dc597
SOLR-10239: change empty lambda to null
2017-04-06 15:57:43 +07: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
Steve Rowe
dbd22a6ada
SOLR-10423: Disable graph query production via schema configuration <fieldtype ... enableGraphQueries="false">. This fixes broken queries for ShingleFilter-containing query-time analyzers when request param sow=false.
2017-04-05 16:23:26 -04:00
Shalin Shekhar Mangar
60303028de
SOLR-10277: On 'downnode', lots of wasteful mutations are done to ZK
2017-04-05 16:01:44 +05:30
Christine Poerschke
05749d0694
SOLR-10394: Rename getSortWithinGroup to getWithinGroupSort in search.grouping.Command class.
...
(Judith Silverman, Christine Poerschke)
2017-04-04 12:52:09 +01:00
Shalin Shekhar Mangar
ee98cdc790
SOLR-10416: The JSON output of /admin/metrics is fixed to write the container as a map (SimpleOrderedMap) instead of an array (NamedList)
2017-04-04 14:20:31 +05:30
Mikhail Khludnev
4c737b8df9
SOLR-9745: check exit code only if process has finished
2017-04-04 11:02:59 +03:00
Adrien Grand
23b002a0fd
LUCENE-7756: Only record the major Lucene version that created the index, and record the minimum Lucene version that contributed to segments.
2017-04-04 09:57:16 +02:00
Mikhail Khludnev
3f172a019b
SOLR-9745: bring back timeout value to fix tests
2017-04-04 08:42:31 +03:00
Mark Miller
0bf7a5ff33
SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e
)
2017-04-03 22:00:08 -03:00
Joel Bernstein
e872dc7913
SOLR-10351: Add try-with-resources clause around TokenStream
2017-04-03 20:39:37 -04:00
Mikhail Khludnev
65b4530fb3
SOLR-9745: fix solr.cmd to print errors from invoked script
2017-04-03 23:53:54 +03:00
Erick Erickson
52632cfc0c
SOLR-8906: Make transient core cache pluggable
2017-04-03 13:27:12 -07:00