Jason Gerlowski
971bd26df6
SOLR-11629: Add new CloudSolrClient.Builder ctors
...
CloudSolrClient.Builder can be pointed at a Solr cluster in two ways: a
ZK connection string, or one or more Solr base URLs. One of these two
values must be provided to create a working CloudSolrClient.
Since these values are required, this commit introduces two new ctors,
one for each means of CloudSolrClient setup. It deprecates the existing
no-arg CloudSolrClient ctor.
Together, these changes make it clearer to our users that these options
are required (and mutually exclusive).
2018-03-10 10:45:43 -05:00
koji
122271f28d
SOLR-11795: use README.txt rather than .md and add description for default values
2018-03-06 17:14:15 +09:00
koji
6d66fc04b2
SOLR-11795: Add Solr metrics exporter for Prometheus
2018-03-05 15:36:32 +09:00
Erick
ad7e94afb2
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-03-03 21:42:14 -08:00
Christine Poerschke
c5938f79e5
SOLR-11597: Add contrib/ltr NeuralNetworkModel class.
...
(Michael A. Alcorn, Yuki Yano, Christine Poerschke)
Closes #270
2018-03-02 18:27:55 +00:00
Erick Erickson
1fe45606b9
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-02-26 20:35:12 -08:00
koji
4e198a2737
Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
...
This reverts commit 6859acc450
.
2018-02-24 10:38:06 +09:00
koji
6859acc450
SOLR-11795: Add Solr metrics exporter for Prometheus
2018-02-22 15:08:46 +09:00
koji
291248c750
Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
...
This reverts commit 4bfcbc5c60
.
2018-02-21 00:26:03 +09:00
koji
74793a9134
Revert "SOLR-11795: avoid using static class name for logger"
...
This reverts commit a31a8dae2e
.
2018-02-21 00:24:53 +09:00
koji
a31a8dae2e
SOLR-11795: avoid using static class name for logger
2018-02-20 23:29:28 +09:00
koji
4bfcbc5c60
SOLR-11795: Add Solr metrics exporter for Prometheus
2018-02-20 17:46:47 +09:00
Uwe Schindler
02c693f371
SOLR-11971: Don't allow referal to external resources in DataImportHandler's dataConfig request parameter
2018-02-18 22:41:06 +01:00
Adrien Grand
4fb7e3d02c
LUCENE-8135: Implement block-max WAND.
2018-02-15 15:13:58 +01:00
Christine Poerschke
2c8bbc8c18
SOLR-11941: Add abstract contrib/ltr AdapterModel.
2018-02-13 18:49:25 +00:00
Christine Poerschke
1a6d0f585f
SOLR-11931: contrib/ltr tests: s/getCanonicalName/getName
2018-02-09 18:12:19 +00:00
Christine Poerschke
a1a9341a9c
SOLR-11931: Fix contrib/ltr custom inner class feature/normaliser/model persistence.
2018-02-09 17:28:17 +00:00
Christine Poerschke
abf3d11332
SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke)
2018-01-30 12:39:44 +00:00
Steve Rowe
03095ce4d2
SOLR-11592: Add OpenNLP language detection to the langid contrib
2018-01-17 11:29:17 -05:00
Alan Woodward
a56cb42fde
LUCENE-8012: LTR contrib needs to use float values in explanations
2018-01-02 13:56:52 +00:00
Alan Woodward
c1030eeb74
LUCENE-8012: Explanation takes Number rather than float
2018-01-02 11:06:59 +00:00
Erick Erickson
7e321d70df
SOLR-11701: Upgrade to Tika 1.17 when available
2017-12-24 17:03:00 -08:00
Steve Rowe
565d13c96d
LUCENE-2899: Fix hyperlink text
2017-12-15 11:42:08 -05:00
Steve Rowe
f5c4276163
LUCENE-2899: Fix hyperlink
2017-12-15 11:41:15 -05:00
Steve Rowe
3e2f9e62d7
LUCENE-2899: Add OpenNLP Analysis capabilities as a module
2017-12-15 11:24:18 -05:00
Adrien Grand
4fc5a872de
LUCENE-4100: Faster disjunctions when the hit count is not needed.
2017-12-07 10:49:39 +01:00
Christine Poerschke
64b3a5bb4b
SOLR-11250: A new DefaultWrapperModel class for loading of large and/or externally stored LTRScoringModel definitions. (Yuki Yano, shalin, Christine Poerschke)
2017-11-28 14:55:57 +00:00
Alan Woodward
183571c085
LUCENE-6278: Remove Scorer.freq()
2017-11-15 11:14:16 +00:00
Steve Rowe
c3513e9281
SOLR-11231: Guard against unset fields when performing language detection. This closes #232
2017-11-13 17:57:24 -05:00
Alan Woodward
276e317e94
LUCENE-8042: Add SegmentCachable interface
2017-11-10 12:17:50 +00:00
Uwe Schindler
3ab1a07662
SOLR-11606: Disable tests automatically if Mockito does not work with Java runtime (Java 10)
2017-11-04 19:37:28 +01:00
Christine Poerschke
b43dcde267
SOLR-11603: Remove unused (public) LTRScoringModel.hasParams() method.
2017-11-03 21:31:16 +00:00
Alan Woodward
a886a001a4
LUCENE-8017: Add Weight.getCacheHelper()
2017-11-03 10:40:14 +00:00
Christine Poerschke
309481f6ec
SOLR-11461: change contrib/ltr test-files away from luceneMatchVersion 6.0.0
2017-10-30 18:03:25 +00:00
Cassandra Targett
01b8cd8d44
SOLR-11135: remove cwiki.apache.org references in javadocs
2017-10-25 09:59:02 -05:00
Alexandre Rafalovitch
17d340055f
SOLR-11490: Add missing @since tags
...
To all descendants of UpdateRequestProcessorFactory
2017-10-17 22:24:35 -04:00
Houston Putman
86d84bff82
SOLR-11145, SOLR-11146: Added comprehensive unit tests for Analytics Component 2.0 as well as analytics bug fixes.
2017-10-17 13:52:02 -04:00
Shalin Shekhar Mangar
9d2f0cf254
SOLR-10335: Merge branch 'SOLR-10335' of https://github.com/tballison/lucene-solr
2017-10-13 20:24:25 +05:30
Uwe Schindler
7b313bb597
SOLR-11482: RunExecutableListener was removed for security reasons
2017-10-13 13:48:18 +02:00
tballison
605304d927
tika's default was switched to "process embedded" -- need to send EmptyParser
...
into ParseContext now to turn off parsing of embedded documents
add curvesapi for vsdx and unit test.
2017-10-10 08:23:59 -04:00
tballison
4c7ff73c98
Merge remote-tracking branch 'upstream/master' into SOLR-10335
2017-10-05 12:51:03 -04:00
tballison
a5c4777314
SOLR-10335 -- Upgrade to Tika 1.16
2017-10-05 12:22:48 -04: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
Christine Poerschke
708ed8fb48
TestRerankBase.getModelInJson to permit empty features array.
2017-09-11 12:47:44 -07:00
Christine Poerschke
0c831b9970
SOLR-11351: make LTRScoringModel model more extensible
2017-09-11 12:47:35 -07: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
Christine Poerschke
40fc36b87e
SOLR-11254: Add score-less (abstract) DocTransformer.transform method.
2017-08-23 16:36:14 +01:00
Andrzej Bialecki
1c36569176
SOLR-11215: Make a metric accessible through a single param.
2017-08-17 12:33:36 +02:00
Christine Poerschke
3cbbecca02
TestLTROnSolrCloud now also tests 'feature vector returned' without re-ranking. (Christine Poerschke, Yuki Yano)
2017-08-14 12:27:05 +01:00
Shalin Shekhar Mangar
575eead80f
Enable validation checks on JSON files
2017-08-12 11:05:19 +05:30