Atri Sharma
19aecb0f7d
SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf ( #817 )
2019-08-23 14:31:28 -07:00
Noble Paul
7415fe4539
SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them ( #836 )
...
* SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them
2019-08-19 19:48:06 +10:00
Tomoko Uchida
9b986d268f
SOLR-13593: Allow to look up analyzer components by their SPI names in field type configuration.
2019-08-11 16:35:25 +09:00
Munendra S N
8c4fde94fe
SOLR-12555: use expectThrows() to verify the ex thrown in tests
2019-08-03 13:00:49 +05:30
Chris Hostetter
ab470a6564
SOLR-13664: Fixed SolrTestCaseJ4.deleteCore() to properly reset the dataDir used by initCore()
2019-08-01 09:15:18 -07:00
Munendra S N
1d303cee7f
SOLR-13657: fix unsupported xpath test in TestXPathRecordReader
...
* use expectThrows to verify the exception and the message
* fix NPE in the test
2019-07-29 22:17:40 +05:30
Munendra S N
9f74cb10d3
SOLR-13643:add Getter/Setter in ResponseBuilder to handle analytic res
2019-07-29 09:48:31 +05:30
Jason Gerlowski
cab83772c9
SOLR-13629: Cleanup whitespace in analytics contrib
2019-07-28 15:36:21 -04:00
Andrzej Bialecki
66812b2a67
SOLR-13003: Fix WrapperModel method delegation.
2019-07-03 20:17:46 +02:00
Andrzej Bialecki
5897787291
SOLR-13003: Query Result Cache does not honour maxRamBytes parameter.
2019-07-03 17:03:43 +02:00
David Smiley
325824cd39
SOLR-13158: DIH: Add System property toggle for use of dataConfig param
2019-07-02 23:59:39 -04:00
Chris Hostetter
7e57d3a9d9
SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if assumptions fail in Before/BeforeClass setup
2019-06-27 10:28:06 -07:00
Koen De Groote
67104dd615
LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings ( #707 )
...
This specific commit affects all points in the casebase where the argument of a StringBuilder.append() call is itself a regular String concatenation.
This defeats the purpose of using StringBuilder and also introduces an extra alloction.
These changes should avoid that.
ant tests have run, succeeded on local machine.
Removing test files from the changes.
Another suggested rework.
2019-06-10 18:07:43 +02:00
Cao Manh Dat
da832d4f3a
SOLR-13434: Fixes problem on Java 8 build
2019-06-05 15:35:05 +01:00
Cao Manh Dat
301ea0e462
SOLR-13434: OpenTracing support for Solr ( #685 )
2019-06-04 20:04:11 +01:00
Erick Erickson
7ebeab71f4
SOLR-8346: Upgrade Zookeeper to version 3.5.5
2019-06-03 17:50:35 -07:00
Chris Hostetter
61279a2e79
Fix SolrExporterIntegrationTest to not make assumptions about the JVM that are not true on windows
2019-05-30 11:59:26 -07:00
Chris Hostetter
c2b92f3015
Fix all solr tests to pass w/ -Dtests.dups=2 -Dtests.jvms=1
2019-05-29 10:27:15 -07:00
Uwe Schindler
c756b50ae4
LUCENE-8807: Change all download URLs in build files to HTTPS
2019-05-21 17:06:00 +02:00
Dawid Weiss
3764c727e5
SOLR-13462: Update dependency definitions to include Ukrainian dictionary.
2019-05-14 21:29:52 +02:00
Christine Poerschke
3857388136
SOLR-13049: Make contrib/ltr Feature.defaultValue configurable. (Stanislav Livotov, Christine Poerschke)
2019-05-09 17:19:46 +01:00
noble
8908205b42
SOLR-13441: Refactor code to minimize direct use of noggit
2019-05-03 07:20:05 +10:00
Shalin Shekhar Mangar
4571a2d666
SOLR-13392: Add all solr dependencies to prometheus exporter classpath to make sure that it can start.
...
SOLR-13234 broke prometheus exporter startup from the startup scripts because there was a mismatch between the dependency list in ant/ivy and those actually added to the classpath by the script. This commit changes the script to add all solr dependencies to the classpath.
2019-04-22 12:18:56 +05:30
Uwe Schindler
faaee86efb
LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738)
...
Co-authored-by: Adrien Grand <jpountz@apache.org>
2019-04-16 14:00:09 +02:00
Kevin Risden
90d983cf7c
SOLR-13351: Workaround for VELOCITY-908
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-27 17:42:55 -04:00
Ishan Chattopadhyaya
e7939d5907
SOLR-7414: CSVResponseWriter & XLSXResponseWriter return empty field when fl alias is combined with * selector
2019-03-27 14:38:36 +05:30
Kevin Risden
4e230388ba
SOLR-13335: Upgrade to velocity 2.0 and velocity-tools 3.0
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-25 09:58:44 -04:00
Kevin Risden
0231c1ecb6
SOLR-13342: Remove dom4j from Solr
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-25 08:15:01 -04:00
Kevin Risden
6222abf448
SOLR-9079: Remove commons-lang as a dependency
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-20 19:37:19 -04:00
Alan Woodward
fbd05167f4
LUCENE-3041: QueryVisitor ( #581 )
...
This commit adds an introspection API to Query, allowing users to traverse
the nested structure of a query and examine its leaves. It replaces the existing
`extractTerms` method on Weight, and alters some highlighting code to use
the new API
2019-03-14 15:04:33 +00:00
Shalin Shekhar Mangar
6d0386c901
SOLR-13234: Fix for turkish locales
...
WhenSolrExporterIntegrationTest.jvmMetrics ran on a JVM with the Turkish locale, (test seed: 62880F3B9F140C89). The JVM metric for terminated thread-count has a dotless-i e.g. termınated.
This causes the check for matching metrics to fail.
We could normalize the text in this case, however I think it's better to ensure we have the correct total number of JVM thread metrics rather than looking at Prometheus labels which maybe localized.
This closes #605 .
2019-03-14 11:10:49 +05:30
erick
9272c29539
SOLR-13268: Clean up any test failures resulting from defaulting to async logging
2019-03-10 11:05:00 -07:00
Shalin Shekhar Mangar
1f9c767aac
SOLR-13234: Prometheus Metric Exporter not threadsafe.
...
This changes the prometheus exporter to collect metrics from Solr on a fixed interval controlled by this tool and prevents concurrent collections. This change also improves performance slightly by using the cluster state instead of sending multiple HTTP requests to each node to lookup all the cores.
This closes #571 .
2019-03-04 11:02:47 +05:30
Noble Paul
a89b065c1f
SOLR-13255 : ClasscastException when URPs try to read a String field which returns a ByteArrayUTF8CHarSequence . This is a regression in release 7.7
2019-02-20 22:19:18 +11:00
Bruno P. Kinoshita
5310152450
Fix some spell check issues
2019-02-12 21:35:30 -08:00
Shalin Shekhar Mangar
46592e981f
SOLR-12365: Fix compilation failure in prometheus-exporter
2019-01-06 09:34:22 +05:30
Jan Høydahl
00f8f3a13a
SOLR-11774: langid.map.individual now works together with langid.map.keepOrig
2019-01-03 18:27:24 +01:00
Jason Gerlowski
c34f29a4b4
SOLR-13090: Add sysprop override for maxBooleanClauses
2019-01-02 10:58:32 -05:00
Erick Erickson
24ae0d16cd
SOLR-12028: Catching up with annotations after recent Solr test work
2018-12-27 18:03:50 -08:00
Dawid Weiss
e916f1fb86
LUCENE-8611: Update randomizedtesting to 2.7.2, JUnit to 4.12, add hamcrest-core dependency.
2018-12-15 09:49:36 +01:00
Jan Høydahl
5affe7421f
SOLR-13025: SchemaSimilarityFactory fallback to LegacyBM25Similarity for luceneMatchVersion < 8.0
2018-12-12 10:33:50 +01:00
markrmiller
05d728f57a
SOLR-12801: Add @AwaitsFix to TestHierarchicalDocBuilder#testThreeLevelHierarchy.
2018-12-11 06:05:26 -06:00
Jason Gerlowski
f7faae075b
SOLR-13019: Fix typo in MailEntityProcessor
...
Path provided by Tommy Marshment-Howell.
Closes #509
2018-12-04 08:49:58 -05:00
markrmiller
75b1831967
SOLR-12801: Make massive improvements to the tests.
...
SOLR-12804: Remove static modifier from Overseer queue access.
SOLR-12896: Introduce more checks for shutdown and closed to improve clean close and shutdown. (Partial)
SOLR-12897: Introduce AlreadyClosedException to clean up silly close / shutdown logging. (Partial)
SOLR-12898: Replace cluster state polling with ZkStateReader#waitFor. (Partial)
SOLR-12923: The new AutoScaling tests are way too flaky and need special attention. (Partial)
SOLR-12932: ant test (without badapples=false) should pass easily for developers. (Partial)
SOLR-12933: Fix SolrCloud distributed commit.
2018-11-29 11:58:51 -06:00
Erick Erickson
763e64260f
SOLR-12881: Remove unneeded import statements
2018-11-14 17:48:15 -08:00
David Smiley
0330372f04
SOLR-12759: fix regexp (case insensitive)
2018-11-09 15:58:40 -05:00
Alexandre Rafalovitch
0ddbc4bf95
SOLR-12966: Add Javadoc @since tag to URP classes
2018-11-06 08:05:07 -05:00
Christine Poerschke
be65b95e80
SOLR-12699: Make contrib/ltr LTRScoringModel immutable and cache its hashCode.
...
(Stanislav Livotov, Edward Ribeiro, Christine Poerschke)
2018-11-05 18:56:40 +00:00
Erick Erickson
fc886497de
SOLR-12423: Upgrade to Tika 1.19.1 when available. Fixes #468
2018-10-17 13:06:09 -04:00
Erick Erickson
6c5df58b5a
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-10-14 21:13:33 -04:00
Christine Poerschke
9c8ffabfe3
SOLR-12780: Add support for Leaky ReLU and TanH activations in contrib/ltr NeuralNetworkModel class.
...
(Kamuela Lau, Christine Poerschke)
2018-10-12 17:08:35 +01:00
David Smiley
964cc88cee
SOLR-12593: remove date parsing from extract contrib
...
* added "ignored_*" to the default configSet
* Updated Ref Guide info on Solr Cell to demonstrate usage without using the techproducts configSet
Closes #438
2018-09-28 16:50:11 -04:00
David Smiley
9bc4b8d4fe
SOLR-12759: fix regexp
2018-09-24 15:21:59 -04:00
Alan Woodward
c0d2975970
LUCENE-8498: Remove LowerCaseTokenizer
2018-09-20 11:57:05 +01:00
David Smiley
c06a7ab0c7
SOLR-12759: fix regexp
2018-09-18 20:21:44 -04:00
David Smiley
5abee478b6
SOLR-12759: detect actual problem and only then "assumeTrue" to bail
2018-09-18 13:43:41 -04:00
David Smiley
dea3d69f95
SOLR-12759: assertFalse -> assumeFalse
2018-09-13 09:43:25 -04:00
David Smiley
623cdf29ad
SOLR-12759: Disable ExtractingRequestHandlerTest on JDK 11 due to
...
JDK bug with timezone locale and Date.toString
2018-09-10 11:45:44 -04:00
David Smiley
a537aa20c1
SOLR-6387: Remove/revert dated assertFalse in ExtractingRequestHandlerTest
...
Since this problem does not appear anymore in the latest JVMs.
2018-09-10 11:33:15 -04:00
Erick Erickson
0dc66c236d
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-09-06 20:43:51 -07:00
Andrzej Bialecki
e0eb7bac02
SOLR-12723: Reduce object creation in HashBasedRouter.
2018-09-04 18:16:00 +02:00
Alan Woodward
910a0231f6
LUCENE-6228: Add Scorable class and make LeafCollector.setScorer() take Scorable
2018-09-04 11:01:44 +01:00
David Smiley
18874a6e36
SOLR-12591: Expand default configSet's date patterns to subsume those of extract contrib
2018-08-29 14:17:44 -04:00
Erick Erickson
aa10cb7802
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-08-23 16:59:58 -07:00
Erick Erickson
8cde1277ec
SOLR-12690: Regularize LoggerFactory declarations
2018-08-22 15:26:37 -07:00
David Smiley
c3887b351e
SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time.
...
Note: slightly different pattern language!
Remove Joda Time.
Closes #428
2018-08-07 11:51:16 -04:00
Varun Thacker
e3cdb395a4
SOLR-12617: Remove Commons BeanUtils as a dependency
2018-08-03 09:46:54 -07:00
Erick
6afd3d1192
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-08-02 17:40:59 -07:00
Adrien Grand
9ca053712a
LUCENE-8430: TopDocs.totalHits may now be a lower bound of the hit count.
2018-07-30 16:38:05 +02:00
David Smiley
528e8bceac
SOLR-10243: Apply @AwaitsFix on TestExtractionDateUtil.testParseDate to be fixed by SOLR-12593
2018-07-25 11:10:32 -04:00
koji
995a902d1a
SOLR-12570: OpenNLPExtractNamedEntitiesUpdateProcessor cannot support multi fields because pattern replacement doesn't work correctly
2018-07-23 16:58:46 +09:00
koji
34686c00dd
LUCENE-8420: Upgrade OpenNLP to 1.9.0
2018-07-23 13:55:22 +09:00
Erick Erickson
1bea1da5dc
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-07-20 13:37:05 -07:00
Adrien Grand
331ccf3910
LUCENE-8405: Remove TopDocs.maxScore.
2018-07-18 08:38:57 +02:00
Uwe Schindler
c97f27b06c
Merge branch 'remove-constructor-wrapper-classes' of https://github.com/michaelbraun/lucene-solr :
...
LUCENE-8345, GitHub PR #392 : Remove instantiation of redundant wrapper classes for primitives; add wrapper class constructors to forbiddenapis.
This closes #392
2018-07-16 12:24:45 +02:00
Erick Erickson
db8db0d2b6
SOLR-12551: Upgrade to Tika 1.18
2018-07-14 15:45:33 -07:00
Michael Braun
f0e1864ceb
Merge remote-tracking branch 'source/master' into remove-constructor-wrapper-classes
2018-07-14 13:39:37 -04:00
Erick Erickson
93ae3669b5
SOLR-12008: Settle a location for the log4j2.xml file
2018-07-11 20:57:38 -07:00
Alexandre Rafalovitch
b7d14c50fb
SOLR-11694: Remove outdated UIMA module
2018-07-07 09:58:57 -04:00
Christine Poerschke
f459bf4397
SOLR-12418: contrib/prometheus-exporter (private) logger rename
2018-06-28 14:44:18 +01:00
Alan Woodward
0fbe3d257e
LUCENE-8356: Remove StandardFilter from Solr schemas
2018-06-27 12:05:23 +01:00
Uwe Schindler
e21d4937e0
SOLR-12450: Don't allow referal to external resources in various config files
2018-06-17 13:15:29 +02:00
Jan Høydahl
30bf6b657f
SOLR-12350: Do not use docValues as stored for _str (copy)fields in _default configset
2018-06-08 15:12:48 +02:00
Michael Braun
fb6574100e
LUCENE-8345 - add wrapper class constructors to forbiddenapis
2018-06-03 15:40:50 -04:00
David Smiley
4888adf08a
SOLR-12337: Remove the obsolete QueryWrapperFilter
2018-06-01 17:12:21 -04:00
Houston Putman
0ef8e5aa80
SOLR-12271: Fix for analytics component reading negative values from double and float fields.
2018-05-30 11:45:01 -04:00
yonik
107fd24ec7
SOLR-12417: enforce valid function name for v.json
2018-05-30 10:15:09 -04:00
David Smiley
6e0da7e2f8
SOLR-12374 Add SolrCore.withSearcher(lambda accepting SolrIndexSearcher)
2018-05-29 16:27:11 -04:00
Dawid Weiss
0e4e0096fd
SOLR-12396: Upgrade Carrot2 to 3.16.0, HPPC to 0.8.1, morfologik to 2.1.5
2018-05-25 09:16:41 +02:00
Christine Poerschke
4da0d68981
SOLR-12372: contrib/clustering (private) logger rename
2018-05-18 20:00:49 +01:00
Christine Poerschke
743651443e
SOLR-11941: add @since javadoc
2018-05-18 19:54:45 +01:00
koji
ee2198d6bd
SOLR-12202: Fix errors in solr-exporter.cmd
2018-05-02 13:59:13 +09:00
David Smiley
1409ab8f84
SOLR-11914: Deprecated some SolrParams methods.
...
* toSolrParams(nl) moved to a NamedList method, which is more natural.
2018-04-23 13:26:49 -04:00
Steve Rowe
22c4b9c36f
SOLR-4793: Document usage of ZooKeeper's jute.maxbuffer sysprop for increasing the file size limit above 1MB
2018-04-20 16:06:22 -04:00
Steve Rowe
29cbd031c9
Add Log and Run URPs to example OpenNLP NER URP chain
2018-04-18 14:58:54 -04:00
David Smiley
9a149ad7e7
SOLR-11913: SolrParams now implements Iterable<Map.Entry<String,String[]>>
...
and has stream()
2018-04-13 12:05:23 -04:00
Alan Woodward
798d351034
LUCENE-8242: Deprecate createNormalizedWeight
2018-04-09 15:07:04 +01:00
Varun Thacker
41a1cbe2c3
SOLR-7887: Fix logging filePattern to use solr.log.X format
2018-04-02 10:15:12 -07:00
Andrzej Bialecki
7260d9ce71
SOLR-11882: SolrMetric registries retained references to SolrCores when closed.
2018-03-28 11:23:47 +02:00
Varun Thacker
bd429347b1
SOLR-7887: Log4J2 upgrade fixes part 2
2018-03-26 16:09:04 -07:00
Varun Thacker
bea6e2307b
SOLR-7887: Log4J2 upgrade fixes
2018-03-26 11:32:03 -07:00
Erick Erickson
624d128b5e
SOLR-7887: Upgrade Solr to use log4j2 -- log4j 1 now officially end of life
2018-03-25 19:16:09 -07:00
markrmiller
ea504091e5
SOLR-10075: Remove test code.
2018-03-23 13:38:21 -05:00
markrmiller
5a61a18304
SOLR-10075: Move assumes to @BeforeTest instead of changing to if statements to prevent false fails.
2018-03-23 13:33:57 -05:00
markrmiller
848a410ca1
SOLR-10075: TestNonWritablePersistFile fails when run as a single test under root.
2018-03-23 10:35:43 -05:00
Andrzej Bialecki
3afb8b15bf
SOLR-11134: This test fails reproducibly, mark it as AwaitsFix.
2018-03-20 13:47:13 +01:00
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