Shalin Shekhar Mangar
|
11a10756ce
|
SOLR-11076: Adding CHANGES.txt entry
(cherry picked from commit bef7178)
|
2017-10-10 19:08:58 +05:30 |
Shalin Shekhar Mangar
|
1231f7fa9b
|
Adding version 7.2.0
|
2017-10-10 17:44:33 +05:30 |
Andrzej Bialecki
|
338a421175
|
SOLR-11449: MoveReplicaCmd mistakenly called registerCollectionStateWatcher on failure.
|
2017-10-10 12:43:32 +02:00 |
Joel Bernstein
|
f2d1a997dd
|
SOLR-10651: binomialCoefficient Stream Evaluator to CHANGES.txt
|
2017-10-09 19:55:40 -04:00 |
Joel Bernstein
|
4fbfc81cf5
|
SOLR-10651: Fix 7.1 CHANGES.txt
|
2017-10-09 19:34:34 -04:00 |
Joel Bernstein
|
a7ee4d0062
|
SOLR-10651: Update 7.1 CHANGES.txt
|
2017-10-09 19:24:16 -04:00 |
Varun Thacker
|
e30171397e
|
SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas
|
2017-10-06 15:48:58 -07:00 |
Scott Blum
|
9419366a8e
|
SOLR-11423: Overseer queue needs a hard cap (maximum size) that clients respect
|
2017-10-05 18:52:43 +00:00 |
Steve Rowe
|
93d8e428ea
|
SOLR-10842: Convert all remaining {{quickstart.html}} links to {{guide/solr-tutorial.html}}; remove all references to quickstart from the build; and version the link to the ref guide's tutorial in Solr's versioned top-level documentation page.
|
2017-10-04 15:25:20 -04:00 |
Cao Manh Dat
|
34c176da29
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2017-10-04 15:25:32 +07:00 |
Cao Manh Dat
|
9905736898
|
SOLR-11424: When legacyCloud=false, cores should not publish itself as DOWN on startup
|
2017-10-04 15:25:17 +07:00 |
Noble Paul
|
17f5a4e476
|
Merge branch 'feature/autoscaling' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2017-10-04 18:54:00 +10:30 |
markrmiller
|
fc429399ec
|
SOLR-11425: SolrClientBuilder does not allow infinite timeout (value 0).
|
2017-10-03 09:08:26 -05:00 |
Cao Manh Dat
|
fd2b4f3f86
|
SOLR-10285: Skip LEADER messages when there are leader only shards
|
2017-10-03 09:00:02 +07:00 |
Alexandre Rafalovitch
|
472d52022f
|
Fix my name spelling in the CHANGES file
|
2017-10-01 18:42:21 -04:00 |
Steve Rowe
|
39ba1c3da5
|
SOLR-11406: Solr 7.0 cannot read indexes from 6.x versions
|
2017-09-29 16:33:07 -04:00 |
Varun Thacker
|
26677ab2b0
|
SOLR-11278: Fix a race condition in the CDCR bootstrap process which could lead to bootstraps cancelling itself
|
2017-09-27 14:34:45 -07:00 |
Cao Manh Dat
|
cc9c867083
|
SOLR-11293: Fix downgrade in performance from precommit
|
2017-09-27 22:46:55 +07:00 |
Erick Erickson
|
424fb3bfb7
|
SOLR-11224: SolrStream.close can hit an NPE
|
2017-09-26 09:26:12 -07:00 |
David Smiley
|
3b0f46b27d
|
SOLR-11399: hl.fragsize was ignored when hl.bs.type=SEPARATOR
|
2017-09-26 10:32:00 -04:00 |
Erick Erickson
|
6391a75a50
|
SOLR-11297: Message 'Lock held by this virtual machine' during startup. Solr is trying to start some cores twice
|
2017-09-25 12:12:31 -07:00 |
David Smiley
|
d6fa057150
|
SOLR-11382: Solr support for Lucene spatial Geo3D.
|
2017-09-23 11:03:39 -04:00 |
Christine Poerschke
|
56b8ad2f08
|
SOLR-10962: Make ReplicationHandler's commitReserveDuration configurable in SolrCloud mode.
(Ramsey Haddad, Christine Poerschke, hossman)
|
2017-09-21 18:02:06 +01:00 |
yonik
|
7cc9ee6563
|
SOLR-11363: handle repeated values in points docvalues fields
|
2017-09-19 13:39:45 -04:00 |
Jan Høydahl
|
bc95209774
|
SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config. Fixes #249
|
2017-09-19 10:45:23 +02:00 |
Cao Manh Dat
|
40f78dd274
|
SOLR-8344: Decide default when requested fields are both column and row stored.
|
2017-09-19 06:02:14 +07:00 |
jdyer1
|
d45ff7b601
|
SOLR-11348: fix the DIH database example
|
2017-09-12 09:03:26 -05:00 |
Christine Poerschke
|
0c831b9970
|
SOLR-11351: make LTRScoringModel model more extensible
|
2017-09-11 12:47:35 -07:00 |
Chris Hostetter
|
31eab319f4
|
SOLR-11332, SOLR-11132: Fix sorting on 'enum' fieldTypes that use sortMissingFirst or sortMissingLast and Refactor common getSortField logic in various FieldTypes
|
2017-09-11 10:38:30 -07:00 |
Christine Poerschke
|
244ebd1aa4
|
SOLR-10990: Breakup QueryComponent.process method for readability. (Christine Poerschke)
|
2017-09-08 16:42:46 +01:00 |
David Smiley
|
89feb15008
|
SOLR-11314: FastCharStream: re-use the READ_PAST_EOF exception
|
2017-09-07 21:12:45 -04:00 |
Mark Miller
|
ce29124721
|
SOLR-10783: Revert for now - having run the tests a few times today, one of them may be concerning (reverted from commit b4d280f369 )
|
2017-09-07 16:35:11 -05:00 |
Mark Miller
|
b4d280f369
|
SOLR-10783 Add support for Hadoop Credential Provider as SSL/TLS store password source.
|
2017-09-06 22:33:12 -05:00 |
yonik
|
cc344dc6bd
|
SOLR-11316: date support for min/max, fix missing bug for int/long fields
|
2017-09-05 16:06:41 -04:00 |
yonik
|
723ca96bc0
|
SOLR-11317: min/max aggs use integral values for integral fields
|
2017-09-05 13:33:17 -04:00 |
Steve Rowe
|
547228df17
|
SOLR-11324: Clean up mention of trie fields in documentation and source comments
|
2017-09-05 11:17:54 -04:00 |
Steve Rowe
|
810ae50e7e
|
SOLR-11313: Finish the job of removing trie fields from the DIH example schemas
|
2017-09-05 10:22:52 -04:00 |
Steve Rowe
|
f4b13e86ff
|
SOLR-11315: Finish the job of removing trie fields from the 'files' example schema
|
2017-09-05 10:00:34 -04:00 |
Erick
|
5436395325
|
commit 19ec48d8a22461fb5723d9e3b81e87a59f3337a3
Author: Erick <erick@apache.org>
Date: Mon Sep 4 19:00:12 2017 -0700
SOLR-10101: TestLazyCores hangs
|
2017-09-04 19:05:24 -07:00 |
yonik
|
c6a5f10fd3
|
SOLR-11322: omit val for min/max when no values in field for bucket
|
2017-09-04 19:19:40 -04:00 |
David Smiley
|
3901a13de3
|
SOLR-11242: QueryParser: re-use the LookaheadSuccess exception.
|
2017-09-03 16:59:31 -04:00 |
Cao Manh Dat
|
d3013ab600
|
SOLR-11244: Query DSL for Solr
|
2017-09-01 20:21:43 +07:00 |
Noble Paul
|
1d31370577
|
SOLR-11293: Potential data loss in TLOG replicas after replication failures
|
2017-08-31 22:42:19 +09:30 |
Jan Høydahl
|
aa7394d27f
|
SOLR-6671: Move changes entry to 7.0.0
|
2017-08-31 09:53:15 +02:00 |
Shalin Shekhar Mangar
|
b4c6bfafdb
|
SOLR-11278: Stopping CDCR should cancel a running bootstrap operation
|
2017-08-30 22:59:30 +05:30 |
Anshum Gupta
|
c0e9b8ad13
|
SOLR-11177: Fix changes entry as this is in branch_7_0 as well
|
2017-08-30 07:22:16 -07:00 |
Anshum Gupta
|
f4b2be1282
|
Merging changes from 6.7.0 section into 7.0.0
|
2017-08-29 14:56:02 -07:00 |
markrmiller
|
db87e55750
|
SOLR-11209: Upgrade HttpClient to 4.5.3.
|
2017-08-28 18:03:18 -05:00 |
Dennis Gove
|
4b6f2e5ca7
|
SOLR-11283: Refactors all Stream Evaluators in solrj.io.eval to simplify them
|
2017-08-25 22:07:37 -04:00 |
Christine Poerschke
|
492265014b
|
SOLR-11164, SOLR-11180, SOLR-11220: Fix NullPointerException and always-returns-zero contrib/ltr OriginalScoreFeature issues in SolrCloud mode.
(Yuki Yano, Jonathan Gonzalez, Ryan Yacyshyn, Christine Poerschke)
|
2017-08-25 15:34:04 +01:00 |