Christine Poerschke
|
0c9b8ce758
|
Removes some unused locals in solr/core request and response packages.
|
2016-09-30 15:40:39 +01:00 |
Shalin Shekhar Mangar
|
f8a4ccf97b
|
SOLR-5041: Add a test to make sure that a leader always recovers from log on startup
(cherry picked from commit 7a8ff69 )
|
2016-09-30 20:01:32 +05:30 |
Alan Woodward
|
45e2e25233
|
SOLR-9205: Parse schema in LukeResponse
|
2016-09-30 10:59:06 +01:00 |
Alan Woodward
|
1f0d75b802
|
SOLR-9556: Exit failover thread on interrupt
|
2016-09-30 09:06:10 +01:00 |
Mikhail Khludnev
|
1c614e1d4d
|
SOLR-9554: fix NullPointerException when cores move schema.xml to
managed-schema concurrently. No new test is added yet.
|
2016-09-30 08:10:52 +03:00 |
Joel Bernstein
|
5adb8f1bd5
|
SOLR-9258: Update CHANGES.txt
|
2016-09-29 21:03:57 -04:00 |
Joel Bernstein
|
568b54687a
|
SOLR-9258: Fix precommit
|
2016-09-29 18:58:44 -04:00 |
Joel Bernstein
|
9d1fb90784
|
SOLR-9258: Optimizing, storing and deploying AI models with Streaming Expressions
|
2016-09-29 18:58:44 -04:00 |
Noble Paul
|
f12f5e355d
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
|
2016-09-29 19:38:03 +05:30 |
Noble Paul
|
3ab22f6e3a
|
SOLR-8146: refactored the replica rules classes so that they can be accessed from SolrJ
|
2016-09-29 19:37:35 +05:30 |
Shalin Shekhar Mangar
|
effd224576
|
SOLR-9504: A replica with an empty index becomes the leader even when other more qualified replicas are in line
(cherry picked from commit ce24de5 )
|
2016-09-29 17:22:46 +05:30 |
Noble Paul
|
64ab29a796
|
SOLR-8995: apparently precommit fails if interfaces are not static. strange
|
2016-09-29 13:36:59 +05:30 |
Noble Paul
|
bdde6cb566
|
SOLR-8995: use lambdas for CoreCloseListener
|
2016-09-29 11:36:30 +05:30 |
Noble Paul
|
adc395bbf3
|
SOLR-8995: use lambdas for CoreCloseListener
|
2016-09-29 11:36:08 +05:30 |
Noble Paul
|
c904fe7d81
|
SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit
|
2016-09-28 20:06:04 +05:30 |
Jan Høydahl
|
4ce1908a21
|
SOLR-7436: Solr stops printing stacktraces in log and output (add -XX:-OmitStackTraceInFastThrow to solr.in.{sh|cmd))
(cherry picked from commit eba3939 )
|
2016-09-28 10:08:51 +02:00 |
Noble Paul
|
43334c146a
|
avoid unnecessary map creation
|
2016-09-28 11:34:31 +05:30 |
Noble Paul
|
b0d0f39b3a
|
SOLR-9572: config API to show expanded useParams for request handlers inline
|
2016-09-28 11:31:13 +05:30 |
Steve Rowe
|
49c5a749c3
|
SOLR-9411: Better validation for Schema API add-field
|
2016-09-27 18:17:21 -04:00 |
Christine Poerschke
|
03b4ccf5f7
|
In ConfigSetProperties use unintentionally unused local (objectClass).
|
2016-09-27 13:23:48 +01:00 |
Christine Poerschke
|
5965ae2eea
|
Remove unused local (targetShard) in SliceMutator.
|
2016-09-27 13:23:34 +01:00 |
Christine Poerschke
|
d195f7ad0e
|
SOLR-9567: Make ReRankQParserPlugin's private ReRankCollector a public class of its own. (Christine Poerschke)
|
2016-09-27 13:23:20 +01:00 |
Alan Woodward
|
1d46b419df
|
SOLR-6677: More log noise reduction
|
2016-09-27 12:06:32 +01:00 |
Jan Høydahl
|
1ac2b01594
|
SOLR-6677: part 3, moving some more to DEBUG. Only printing "Updated live nodes from ZooKeeper..." if there was actually a change
(cherry picked from commit 0eaa85f )
|
2016-09-27 12:43:48 +02:00 |
Jan Høydahl
|
53fcc7563c
|
SOLR-9411: Better validation of dynamic field for Schema API
(cherry picked from commit 8046fe2 )
|
2016-09-27 12:21:46 +02:00 |
Jan Høydahl
|
30c26b3313
|
SOLR-9547: Do not allow bin/solr start as root user (unless -force param specified)
(cherry picked from commit 6b28af0 )
|
2016-09-27 09:24:40 +02:00 |
Jan Høydahl
|
6e1c82336f
|
SOLR-9548: Print full solr-impl version for SNAPSHOT builds
(cherry picked from commit c1553c2 )
|
2016-09-26 23:24:01 +02:00 |
Jan Høydahl
|
047b643d2b
|
SOLR-9548: The beginning of solr.log now starts with a more informative welcome message
(cherry picked from commit 4c7a8c4 )
|
2016-09-26 23:23:14 +02:00 |
Noble Paul
|
36cd909292
|
SOLR-9557: optimize splitsmart
|
2016-09-26 22:56:13 +05:30 |
Noble Paul
|
3f35cadd44
|
SOLR-9557: reverting an optimization
|
2016-09-26 22:01:36 +05:30 |
Christine Poerschke
|
f692fa8092
|
Fix @link typo.
|
2016-09-26 14:30:25 +01:00 |
Christine Poerschke
|
4534c7dd1a
|
SOLR-9543: reduce code duplication in ReRankQParserPlugin.ReRankCollector.topDocs (part 2 of 2)
|
2016-09-26 14:30:12 +01:00 |
Alan Woodward
|
11a98a89fd
|
SOLR-9132: Cut over DeleteReplica tests
Also fixes some bugs in CollectionAdminRequest.DeleteReplica from SOLR-9319
|
2016-09-26 13:15:05 +01:00 |
Noble Paul
|
45847eb537
|
removed unnecessary public static final
|
2016-09-26 17:33:51 +05:30 |
Noble Paul
|
ecdfe97d34
|
SOLR-9557: Every implicit requesthandler now has a default 'useParams' attribute
|
2016-09-26 16:59:15 +05:30 |
Alan Woodward
|
0bece6fb09
|
SOLR-9486: Fix race in AutoCommitTest
|
2016-09-26 10:34:07 +01:00 |
Alan Woodward
|
eee7063f67
|
SOLR-6677: Some more logging moves from INFO to DEBUG
|
2016-09-26 10:25:04 +01:00 |
Alan Woodward
|
45fcd396f7
|
SOLR-9500: Add LogLevel annotation for test-specific logging changes
|
2016-09-26 09:40:28 +01:00 |
Noble Paul
|
20c3c86475
|
SOLR-9558: DIH TemplateTransformerto to support multivalued fields
|
2016-09-26 12:53:35 +05:30 |
Mikhail Khludnev
|
45628f1a0b
|
LUCENE-7452: block join queries' exception message to suggest how to
find a doc which, violates orthogonality restriction.
|
2016-09-24 22:59:20 +03:00 |
Mikhail Khludnev
|
eb10b2c266
|
SOLR-8395: join single value numerics.
|
2016-09-24 18:21:50 +03:00 |
Joel Bernstein
|
63ac156c76
|
SOLR-9537: Update CHANGES.txt
|
2016-09-23 22:36:27 -04:00 |
Joel Bernstein
|
96af65257d
|
SOLR-9537: Support facet scoring with the scoreNodes expression
|
2016-09-23 15:12:20 -04:00 |
Christine Poerschke
|
b8dd3be93a
|
SOLR-9551: Add JSONWriter constructor variant, JSONWriterTest.testConstantsUnchanged test. (Jonny Marks, Christine Poerschke)
|
2016-09-23 13:46:44 +01:00 |
Christine Poerschke
|
35f20a9f40
|
SOLR-9543: reduce code duplication in ReRankQParserPlugin.ReRankCollector.topDocs (part 1 of 2)
|
2016-09-23 13:46:16 +01:00 |
Christine Poerschke
|
1d11d1211c
|
LUCENE-7454: unusedPrivateMember removal (DefaultIndexingChain) and tweak (PointInSetQuery)
|
2016-09-23 13:45:48 +01:00 |
Shalin Shekhar Mangar
|
2124f1250c
|
SOLR-6090: Remove unreachable printLayout usage in cloud tests
(cherry picked from commit 3eb0f7c )
|
2016-09-23 18:10:51 +05:30 |
Mikhail Khludnev
|
4278356564
|
SOLR-9330: Fix AlreadyClosedException on admin/mbeans?stats=true
|
2016-09-23 07:59:34 +03:00 |
Jan Høydahl
|
dffbefa153
|
SOLR-6677: Fix test failures related to nullpointer when printing core name in logs.
(cherry picked from commit bede7ae - which btw had wrong JIRA number..)
|
2016-09-22 23:35:43 +02:00 |
Jan Høydahl
|
97bb81db1a
|
SOLR-9534: You can now set Solr's log level through environment variable SOLR_LOG_LEVEL and -q and -v options to bin/solr
(cherry picked from commit 73c2edd )
|
2016-09-22 21:22:28 +02:00 |