Andrzej Bialecki
d8df9f8c99
Squash-merge from master.
2017-04-20 12:19:14 +02:00
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
Adrien Grand
30dc73adc0
LUCENE-7753: Make fields static when possible.
2017-04-01 16:46:45 +05:30
Ishan Chattopadhyaya
f3379a4cf3
SOLR-6736: Adding support for uploading zipped configsets using ConfigSets API
2017-03-30 17:09:06 +05:30
Steve Rowe
edcb3ac38b
SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory
2017-03-30 17:09:06 +05:30
Adrien Grand
a0a6c22c34
LUCENE-7743: Avoid calling new String(String).
2017-03-30 17:09:05 +05:30
Adrien Grand
a0711a37e5
LUCENE-7754: Inner classes should be static whenever possible.
2017-03-30 17:09:05 +05:30
Steve Rowe
2e615fa370
SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory
2017-03-30 17:09:04 +05:30
Erick Erickson
294692ca34
SOLR-10371: There is some spelling mistakes in the Java source code Thanks hu xiaodong"
2017-03-30 17:09:04 +05:30
David Smiley
b3de5c989c
SOLR-10304: Refactor new SolrDocumentFetcher out of SolrIndexSearcher
2017-03-27 11:34:10 +05:30
Steve Rowe
b1a574df4e
SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell
2017-03-27 11:34:10 +05:30
Noble Paul
09739b66cb
SOLR-6615: use constants for 'sort', 'distrib'
2017-03-23 20:10:13 +05:30
David Smiley
28ca4a6e1e
SOLR-10286: large fields.
...
And refactored FieldType.checkSchemaField to call a new checkSupportsDocValues()
2017-03-23 20:10:09 +05:30
Christine Poerschke
9f935735b0
SOLR-10283: Learning to Rank (LTR) SolrFeature to reject searches with missing efi (External Feature Information) used by fq.
2017-03-23 20:10:09 +05:30
Mike McCandless
10b7be59f7
LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs
2017-03-16 13:41:50 +05:30
Mike McCandless
9f72056d94
LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs
2017-03-16 13:41:50 +05:30
Cao Manh Dat
76de819c75
SOLR-9835: Create another replication mode for SolrCloud
2017-03-14 14:41:30 +05:30
Chris Hostetter
8756be0540
SOLR-8876: change morphline test config files to work around 'importCommands' bug when using java9
2017-03-08 09:52:46 -07:00
Uwe Schindler
d8442070cf
SOLR-10235: fix precommit
2017-03-07 22:07:13 +01:00
Uwe Schindler
0d2c027857
SOLR-10235: Fix DIH's TestJdbcDataSource to work with Java 9 and other Java runtimes that do not use the same DriverManager implementation like Oracle's original one
2017-03-07 19:01:15 +01:00
Adrien Grand
7453f78b35
LUCENE-6819: Make ExtractingRequestHandlerTest not rely on index-time boosts.
2017-03-03 21:43:50 +01:00
Adrien Grand
8ed2b764ed
LUCENE-6819: Remove index-time boosts.
2017-03-02 19:18:16 +01:00
markrmiller
c53b7c33b0
SOLR-10195: Harden AbstractSolrMorphlineZkTestBase based tests.
2017-02-22 19:50:19 -05:00
markrmiller
f2f8154d0b
SOLR-9842: UpdateRequestProcessors have no way to guarantee the closing of resources used for a request.
2017-02-22 09:50:28 -05:00
Alan Woodward
ac38872a79
LUCENE-7628: Scorer.getChildren() returns only matching child scorers
2017-02-21 13:44:25 +00:00
Uwe Schindler
7e30fe1471
SOLR-9966: Do test-ignore properly
2017-02-19 12:20:56 +01:00
Cao Manh Dat
54303260aa
SOLR-9966: Fix previous commit bug
2017-02-19 15:19:57 +07:00
Cao Manh Dat
46ef9256b4
SOLR-9966: Convert/migrate tests using EasyMock to Mockito
2017-02-19 07:00:40 +07:00
Ishan Chattopadhyaya
9a1702a8f5
SOLR-8029: Reverting the previous commit and the merge
2017-02-15 07:13:28 +05:30
Noble Paul
325cbf0018
Revert "Merge remote-tracking branch 'origin/master'"
...
This reverts commit 26298f35df
, reversing
changes made to 65c6c576b7
.
undoing the merge commit
2017-02-14 17:32:14 -08:00
Christine Poerschke
738da0998a
LUCENE-7693: Replace "org.apache." logic in GetMavenDependenciesTask. (Daniel Collins, Christine Poerschke)
2017-02-14 14:27:44 +00:00
markrmiller
387c8e9c2d
SOLR-10072: The test TestSelectiveWeightCreation appears to be unreliable.
2017-02-12 17:04:23 -05:00
Christine Poerschke
c20853bf09
SOLR-10083: Fix instanceof check in ConstDoubleSource.equals (Pushkar Raste via Christine Poerschke)
2017-02-08 17:18:02 +00:00
Tomas Fernandez Lobbe
59c41e2a6c
SOLR-10011: Add NumberType getNumberType() to FieldType and deprecate LegacyNumericType getNumericType()
...
Modify references to getNumericType() to use the new getNumberType(). NumberType is shared for the different numeric implementations supported in Solr (TrieFields and PointFields).
CC SOLR-8396
2017-02-07 10:38:22 -08:00
Christine Poerschke
f47bbb35ae
SOLR-10077: merge TestFeatureStore and TestFeatureLtrScoringModel into TestManagedFeatureStore.
2017-02-06 17:26:56 +01:00
markrmiller
730df22e40
SOLR-10032: Ignore tests that run no test methods.
2017-01-31 19:27:03 -05:00
Alan Woodward
94e3460305
Revert "LUCENE-7628: Scorer.getChildren() returns only matching Scorers"
...
This reverts commit 5bdc492c9c
.
2017-01-23 11:30:03 +00:00
Alan Woodward
5bdc492c9c
LUCENE-7628: Scorer.getChildren() returns only matching Scorers
2017-01-23 09:35:16 +00:00
Adrien Grand
71ca2a84ba
LUCENE-7643: Move IndexOrDocValuesQuery to core.
2017-01-20 13:42:31 +01:00
Uwe Schindler
4eafdb337a
SOLR-9893: Update Mockito to version 2.6.2 for Java 9 support. Disable all legacy EasyMock tests when running on Java 9 until they were migrated to Mockito
2017-01-14 12:43:24 +01:00
Christine Poerschke
987e2650b5
SOLR-8542: changed Solr Reference Guide section references from "Result Reranking" to "Learning To Rank"
...
(Also added bullet points for the solr/contrib/ltr/README links.)
2017-01-12 17:56:18 +00:00
Christine Poerschke
024c4031e5
SOLR-8542: expand 'Assemble training data' content in solr/contrib/ltr/README
...
(Diego Ceccarelli via Christine Poerschke in response to SOLR-9929 enquiry from Jeffery Yuan.)
2017-01-06 20:52:21 +00:00
Christine Poerschke
eb2a8ba2ee
SOLR-8542: README and solr/contrib/ltr/example changes
...
details:
* reduced README in favour of equivalent Solr Ref Guide content and (new) example/README
* solr/contrib/ltr/example improvements and fixes
also:
* stop supporting '*' in Managed(Feature|Model)Store.doDeleteChild
2017-01-04 17:12:38 +00:00
Mikhail Khludnev
cc862d8e67
SOLR-9668: introduce cursorMark='true' for SolrEntityProcessor
2016-12-30 20:50:53 +03:00
Mikhail Khludnev
5c8a70fb57
SOLR-9725: substitute properties in JdbcDataSource configuration
2016-12-25 12:41:27 +03:00
Christine Poerschke
f62874e47a
SOLR-8542: change default feature vector format (to 'dense' from 'sparse')
...
also: increase test coverage w.r.t. 'sparse' vs. 'dense' vs. 'default' feature vector format
2016-12-23 13:45:16 +00:00
Christine Poerschke
ac3f1bb339
SOLR-8542: reduce direct solrconfig-ltr.xml references in solr/contrib/ltr tests
2016-12-23 12:57:15 +00:00
Andrzej Bialecki
8bbdb6248c
Squashed commit of branch 'feature/metrics', containing:
...
SOLR-4735: Improve Solr metrics reporting
SOLR-9812: Implement /admin/metrics API
SOLR-9805: Use metrics-jvm library to instrument jvm internals
SOLR-9788: Use instrumented jetty classes
2016-12-20 09:31:24 +01:00
Tomas Fernandez Lobbe
84bbb8f797
SOLR-9874: CREATEALIAS should fail if target collections don't exist
2016-12-19 16:54:13 -08:00