Tomas Fernandez Lobbe
|
8b54b20fc4
|
SOLR-12770: Make it possible to configure a host whitelist for distributed search
|
2019-01-15 11:44:57 -08:00 |
Jan Høydahl
|
b7f99fe55a
|
SOLR-13137: NPE when /admin/zookeeper/status endpoint hit in standalone mode
|
2019-01-15 16:17:10 +01:00 |
Dawid Weiss
|
d4e016afdf
|
LUCENE-8474: (partial) removal of accesses to RAMFile and RAMDirectory streams. Removal of GrowableByteArrayDataOutput.
|
2019-01-15 13:42:25 +01:00 |
Dawid Weiss
|
f083473b89
|
LUCENE-8636: follow-up speedups and cleanups.
|
2019-01-15 12:02:15 +01:00 |
Chris Hostetter
|
d970375cd2
|
SOLR-12923: add a latch to TestTriggerListener to harden test that use it so they can deterministically know when all events have been proceeded
This hardens several flakey tests, and allows the removal of a several arbitrary sleep calls
|
2019-01-14 18:16:40 -07:00 |
Dawid Weiss
|
d965b3547e
|
LUCENE-8636: TestPointQueries times out on nightly (decreased big range to 50k, excluded simple text codec).
|
2019-01-14 14:12:45 +01:00 |
iverase
|
8762b071bb
|
LUCENE-8623: Decrease I/O pressure when merging high dimensional points
|
2019-01-14 07:56:06 +01:00 |
Joel Bernstein
|
570d573c00
|
SOLR-13104: Add natural and repeat Stream Evaluators
|
2019-01-13 13:13:33 -05:00 |
Joel Bernstein
|
292e26bc2d
|
SOLR-13134: Allow the knnRegress Stream Evaluator to more easily perform bivariate regression
|
2019-01-12 15:25:45 -05:00 |
Gus Heck
|
dcc9ffe186
|
SOLR-13051 improve TRA update processor test
- remove some timeouts
- better async mechanism linked to SolrCore lifecycle
- add some additional tests to be a bit more thorough
|
2019-01-11 14:47:57 -05:00 |
Cassandra Targett
|
4d23ca2a19
|
Ref Guide: fix double footer in page layout for index.html
|
2019-01-10 09:13:26 -06:00 |
Noble Paul
|
0635c657c1
|
SOLR-13016: precommit errors
|
2019-01-10 11:58:53 +11:00 |
Noble Paul
|
3ffc9099bf
|
SOLR-13016: test errors fixed
|
2019-01-10 11:57:58 +11:00 |
Cassandra Targett
|
7112d6f061
|
Ref Guide: Fix leftover getting-assistance refs that are breaking the build
|
2019-01-09 16:32:50 -06:00 |
Cassandra Targett
|
a5403a3382
|
SOLR-7896: add login screen info & screenshot to overview-of-the-solr-admin-ui; remove getting-assistance.adoc and move its content to same overview page
|
2019-01-09 16:02:05 -06:00 |
Andrzej Bialecki
|
9423bdb0cf
|
SOLR-13072: Document the "splitFuzz" parameter.
|
2019-01-09 17:21:47 +01:00 |
Noble Paul
|
1e14a6c6d6
|
SOLR-13016: Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
|
2019-01-09 23:18:05 +11:00 |
David Smiley
|
df119573db
|
SOLR-12888: Run URP now auto-registers NestedUpdateProcessor before it.
|
2019-01-08 23:23:02 -05:00 |
Noble Paul
|
d814d862b0
|
SOLR-12983: Create DocValues fields directly from byte[]
|
2019-01-09 13:44:41 +11:00 |
Cao Manh Dat
|
951b4e4c83
|
SOLR-13053: Upgrade CHANGES.txt
|
2019-01-08 18:42:14 +00:00 |
Steve Rowe
|
283b19a8da
|
LUCENE-8527: Upgrade JFlex to 1.7.0. StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide UTS#51 v11.0 Emoji tokenization with the '<EMOJI>' token type.
|
2019-01-08 13:33:49 -05:00 |
Andrzej Bialecki
|
7db4121b45
|
SOLR-13072: Use the same wait in other simulated tests where the same race condition may occur.
|
2019-01-08 19:12:38 +01:00 |
Andrzej Bialecki
|
a37e2c609c
|
SOLR-13072: Wait for autoscaling config refresh to finish before modifying the cluster
and enable the tests for now.
|
2019-01-08 16:16:55 +01:00 |
Noble Paul
|
825e63c00b
|
SOLR-12983: tests don't need to use the optimization
|
2019-01-08 17:26:19 +11:00 |
Noble Paul
|
3932a4cc6c
|
SOLR-12983: JavabinLoader should avoid creating String Objects and create UTF8CharSequence fields from byte[]
|
2019-01-08 15:27:48 +11:00 |
Chris Hostetter
|
5a513fab83
|
SOLR-13118: Fix various nodeAdded/nodeLost trigger (integration) tests related to restoriung state
This includes some cleanup and refactoring of unrelated test methods in the same classes to use new helper methods
|
2019-01-07 17:53:04 -07:00 |
Andrzej Bialecki
|
6e745bd250
|
SOLR-12730: Implement staggered SPLITSHARD requests in IndexSizeTrigger.
|
2019-01-07 19:14:54 +01:00 |
Alan Woodward
|
e015afadaa
|
LUCENE-8622: Minimum-should-match interval function
|
2019-01-07 14:08:40 +00:00 |
Alan Woodward
|
7d34bfdaad
|
LUCENE-8629: New interval functions: before, after, within, overlapping
|
2019-01-07 13:33:59 +00:00 |
Alan Woodward
|
906f94a8cc
|
Remove unnecessary back compatibility
|
2019-01-07 13:20:01 +00:00 |
Alan Woodward
|
04f48dba8b
|
Move to version 9.0.0
|
2019-01-07 13:04:01 +00:00 |
Jan Høydahl
|
0b6ea3f108
|
SOLR-7896: Avoid browser basicAuth dialogue when blockUnknown=false. Always show Dashboard menu. Clarify refGuide
|
2019-01-07 13:09:26 +01:00 |
Shalin Shekhar Mangar
|
2bd6f246b0
|
SOLR-11126: New Node-level health check handler at /admin/info/healthcheck and /node/health paths that checks if the node is live, connected to zookeeper and not shutdown
|
2019-01-06 12:41:49 +05:30 |
Shalin Shekhar Mangar
|
46592e981f
|
SOLR-12365: Fix compilation failure in prometheus-exporter
|
2019-01-06 09:34:22 +05:30 |
David Smiley
|
84264c7410
|
SOLR-12365: moved parseLuceneVersionString to SolrConfig class
|
2019-01-05 17:14:37 -05:00 |
David Smiley
|
ff19a3a261
|
SOLR-12365: Renamed class Config to XmlConfigFile
|
2019-01-05 10:08:36 -05:00 |
David Smiley
|
ca23040baa
|
SOLR-12365: Renamed class Config to XmlConfigFile
|
2019-01-05 09:51:02 -05:00 |
Noble Paul
|
000d0c1364
|
SOLR-12514: FIxed the test and another bug
|
2019-01-05 19:31:28 +11:00 |
Jason Gerlowski
|
73797f60ad
|
SOLR-13090: Add missing CHANGES.txt entry
|
2019-01-04 09:53:47 -05:00 |
noble
|
669ca8f283
|
SOLR-12514: Adding a positive testcase also
|
2019-01-04 14:56:17 +11:00 |
noble
|
663fa0e17f
|
SOLR-12514: Adding a positive testcase also
|
2019-01-04 14:50:52 +11:00 |
Mike McCandless
|
63dfba4c7d
|
LUCENE-8601: attributes added to IndexableFieldType during indexing will now be preserved in the index and accessible at search time via FieldInfo attributes
|
2019-01-03 18:44:41 -05:00 |
Cassandra Targett
|
ec43d100d1
|
SOLR-13050: make italicized note into a real NOTE block
|
2019-01-03 13:48:58 -06:00 |
Christine Poerschke
|
63a6c250d7
|
Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files.
|
2019-01-03 18:46:30 +00:00 |
Jan Høydahl
|
9488c8f688
|
SOLR-12237: Fix incorrect SOLR_SSL_KEYSTORE_TYPE variable in solr start script
|
2019-01-03 19:40:47 +01:00 |
Jan Høydahl
|
00f8f3a13a
|
SOLR-11774: langid.map.individual now works together with langid.map.keepOrig
|
2019-01-03 18:27:24 +01:00 |
David Smiley
|
6342ec699e
|
SOLR-12633: remove anonChildDocs update parameter used in nested docs in JSON.
|
2019-01-03 10:58:59 -05:00 |
Andrzej Bialecki
|
0a7a478c1f
|
SOLR-12514: Properly close a SolrClient to fix the test teardown.
|
2019-01-03 14:59:31 +01:00 |
Andrzej Bialecki
|
dbcb245062
|
SOLR-13050: Add a note to the ref guide.
|
2019-01-03 11:55:09 +01:00 |
Andrzej Bialecki
|
e5fda5d6f1
|
SOLR-13050: Fix the test so that .system events are collected again.
|
2019-01-02 22:11:57 +01:00 |