Noble Paul
bb48de8b00
SOLR-10278: refactored suggester API
2017-04-18 17:44:47 +09:30
Noble Paul
97e2607a69
SOLR-10278: refcatored suggester API
2017-04-18 16:00:42 +09:30
Noble Paul
66562ff85f
Merge remote-tracking branch 'origin/feature/autoscaling' into feature/autoscaling
2017-04-17 22:16:35 +09:30
Noble Paul
d3daafca22
SOLR-10278: test added for client data provider
2017-04-17 22:16:23 +09:30
Shalin Shekhar Mangar
f0ba162a11
SOLR-9735: Added package-info.java
2017-04-17 12:37:18 +05:30
Shalin Shekhar Mangar
25ef04b714
SOLR-10376: Implement autoscaling trigger for nodeAdded event
2017-04-17 12:18:32 +05:30
Noble Paul
f31546f6e6
SOLR-10278: test added for client data provider
2017-04-13 23:57:51 +09:30
Noble Paul
c3627ad425
cleaned up JSON
2017-04-10 17:58:18 +09:30
Cao Manh Dat
5c85e8e59d
SOLR-10374: Implement set-policy and remove-policy APIs
2017-04-10 13:45:07 +07:00
Noble Paul
dd0bd7d013
SOLR-10278: test added for client data provider
2017-04-07 17:39:44 +09:30
Noble Paul
69acd5f98b
SOLR-10278: added classes to use Metrics to fetch node values such as cores freedisk
2017-04-04 22:25:08 +09:30
Shalin Shekhar Mangar
3eb2321c88
SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling
2017-04-04 14:42:47 +05:30
Shalin Shekhar Mangar
dbe4464033
SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling
2017-04-04 14:41:10 +05:30
Shalin Shekhar Mangar
20e2490560
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:30:31 +05:30
Mikhail Khludnev
55b608ce48
SOLR-9745: check exit code only if process has finished
2017-04-04 14:30:31 +05:30
Adrien Grand
fd9689cb36
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 14:30:31 +05:30
Mikhail Khludnev
521a9398e9
SOLR-9745: bring back timeout value to fix tests
2017-04-04 14:30:31 +05:30
Mark Miller
4d538a51b4
SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e
)
2017-04-04 14:30:30 +05:30
Joel Bernstein
4dd785e5ef
SOLR-10351: Add try-with-resources clause around TokenStream
2017-04-04 14:30:30 +05:30
Mikhail Khludnev
5ee18c8ab5
SOLR-9745: fix solr.cmd to print errors from invoked script
2017-04-04 14:30:30 +05:30
Erick Erickson
e9ef17468e
SOLR-8906: Make transient core cache pluggable
2017-04-04 14:30:30 +05:30
Adrien Grand
ed4303ccb3
LUCENE-7749: Made LRUQueryCache delegate the scoreSupplier method.
2017-04-04 14:30:30 +05:30
Christine Poerschke
9868907fe7
SOLR-10383: Fix debug related NullPointerException in solr/contrib/ltr OriginalScoreFeature class.
...
(Vitezslav Zak, Christine Poerschke)
2017-04-04 14:30:30 +05:30
Christine Poerschke
cbe610035b
SOLR-10383: reduce code duplication in TestOriginalScoreFeature
2017-04-04 14:30:30 +05:30
Dennis Gove
8036300328
SOLR-10356: Adds basic math streaming evaluators
2017-04-04 14:30:29 +05:30
Shalin Shekhar Mangar
3af6f639b7
SOLR-10358: Clear persisted auto scaling configuration between tests
2017-04-03 17:37:54 +05:30
Shalin Shekhar Mangar
6904e04468
SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling
2017-04-03 17:30:26 +05:30
Mike McCandless
a4f5dc5711
switch to advanceExact
2017-04-03 17:13:41 +05:30
Dennis Gove
14e412d64a
SOLR-10393: Adds UUID Streaming Evaluator
2017-04-03 17:13:41 +05:30
Dennis Gove
017a4b796f
SOLR-10356: Adds basic math streaming evaluators
2017-04-03 17:13:41 +05:30
Alexandre Rafalovitch
18240e7962
SOLR-9601: DIH Tika example is now minimal
...
Only keep definitions and files required to show Tika-extraction in DIH
2017-04-03 17:12:24 +05:30
Alexandre Rafalovitch
8528ac79b2
SOLR-7383: Replace DIH 'rss' example with 'atom'
...
rss example was broken for multiple reasons.
atom example showcases the same - and more - features
and uses the smallest config file needed to make it work.
2017-04-03 17:12:23 +05:30
Noble Paul
1309f75b05
SOLR-10278: added more tests and a SolrJ based client state provider
2017-04-03 13:22:59 +09:30
Chris Hostetter
a5824cd962
SOLR-10399: cleanup unused imports
2017-04-01 16:46:45 +05:30
Chris Hostetter
62304383af
SOLR-10399: Generalize some internal facet logic to simplify points/non-points field handling
2017-04-01 16:46:45 +05:30
Christine Poerschke
be2a1ea180
LUCENE-7763: Remove outdated comment in IndexWriterConfig.setIndexSort javadocs.
...
(马可阳 via Christine Poerschke)
2017-04-01 16:46:45 +05:30
yonik
c7b94034af
SOLR-7452: add more tests for refinement of missing buckets
2017-04-01 16:46:45 +05:30
yonik
6edef4625e
SOLR-7452: refinement of missing buckets and partial facets through missing buckets
2017-04-01 16:46:45 +05:30
Adrien Grand
30dc73adc0
LUCENE-7753: Make fields static when possible.
2017-04-01 16:46:45 +05:30
Adrien Grand
602cce304c
LUCENE-7761: Fixed comment in ReqExclScorer.
2017-04-01 16:46:45 +05:30
markrmiller
cccc55c133
SOLR-10338: Configure SecureRandom non blocking for tests.
2017-04-01 16:46:45 +05:30
Joel Bernstein
24634ca9b3
SOLR-10351: Fix pre-commit
2017-03-31 19:27:36 +05:30
Joel Bernstein
f5b7738da8
SOLR-10351: Add analyze Stream Evaluator to support streaming NLP
2017-03-31 19:27:36 +05:30
Adrien Grand
b54b08db7d
LUCENE-7755: Join queries should not reference IndexReaders.
2017-03-31 19:27:36 +05:30
Erick Erickson
6c17c6e6ca
SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory
2017-03-30 17:09:07 +05:30
Ishan Chattopadhyaya
91da9af988
SOLR-10352: Fixing available entropy warning limit to 300
2017-03-30 17:09:07 +05:30
Andrzej Bialecki
1d8193c7c9
SOLR-10362 Be more specific when catching this exception.
2017-03-30 17:09:07 +05:30
Mike McCandless
83bea8349e
remove dead code
2017-03-30 17:09:07 +05:30
Jan Høydahl
516122b31d
SOLR-10147: Admin UI -> Cloud -> Graph: Impossible to see shard state
2017-03-30 17:09:07 +05:30
Cao Manh Dat
a053750e47
SOLR-9993: Add support for ExpandComponent with PointFields
2017-03-30 17:09:07 +05:30