Robert Muir
105c7eae87
LUCENE-7413: move legacy numeric support to backwards module
2016-08-17 09:28:45 -04:00
Christine Poerschke
9d784a6693
SOLR-9385: Add QParser.getParser(String,SolrQueryRequest) variant.
2016-08-09 15:04:05 +01:00
Mikhail Khludnev
209bfcf021
SOLR-9209,SOLR-9256: extracting
...
JdbcDataSource.createResultSetIterator(), adding a test for
ResultSetIterator.hasNext()
2016-08-02 14:45:37 +03:00
Alan Woodward
78ebcd3cf5
SOLR-9346: Always close ZkStateReader
2016-07-27 16:45:59 +01:00
Steve Rowe
85a585c516
SOLR-9076: disable broken nightly tests MorphlineBasicMiniMRTest and MorphlineGoLiveMiniMRTest via @AwaitsFix
2016-07-22 14:26:32 -04:00
Christine Poerschke
f9c9470641
SOLR-9306: give solr/contrib/analysis-extras's test classes access to lucene/analysis's test classes
2016-07-14 10:20:35 +01:00
Noble Paul
74de196565
SOLR-8995: Use Lamdas for Thread/Runnable
2016-07-11 19:29:15 +05:30
Erick Erickson
db295440a6
SOLR-7903: Comment out trappy references to example docs in elevate.xml files
2016-07-06 14:50:43 -07:00
Alan Woodward
c38cdedbf2
SOLR-9076: Fix ivy config to pass precommit
2016-07-01 16:13:30 +01:00
markrmiller
2c96c91dd8
SOLR-9076: Add some missing dependencies.
2016-07-01 09:06:15 -04:00
Gregory Chanan
f273cb1b3a
SOLR-9076: Update to Hadoop 2.7.2
2016-06-23 13:41:15 -07:00
markrmiller
740198f33d
SOLR-9219: Make hdfs blockcache read buffer sizes configurable and improve cache concurrency.
2016-06-21 13:06:10 -04:00
Steve Rowe
2d96fe17d6
SOLR-9220: Disable failing tests
2016-06-18 16:10:37 -04:00
Uwe Schindler
19cb7404f5
SOLR-8981: Update TIKA to 1.13:
...
- This commit merges branch 'SOLR-8981' of https://github.com/tballison/lucene-solr
- Adds some modifications and reverts jackcess-encrypt addition (not yet working)
- Fixes order of ivy-versions.properties
- This closes #44
2016-06-18 12:23:28 +02:00
tballison
dd09f0f42b
SOLR-8981 add jackcess-encrypt
2016-06-17 15:32:19 -04:00
tballison
785bebbcbd
SOLR-8981 remove "don't test with java-9" commands; fix bug introduced by TIKA-995 -- doubling of body elements in HTML tags; add copyright info for Jackcess.
2016-06-17 14:40:21 -04:00
tballison
ba0e717034
SOLR-8981 upgrade to Tika 1.13
2016-06-16 12:56:45 -04:00
Mike McCandless
87016b5f0c
LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig
2016-06-14 16:38:04 -04:00
Christine Poerschke
52f5c50246
LUCENE-7319: remove unused imports
2016-06-13 09:59:14 +01:00
Mikhail Khludnev
fce10ae109
SOLR-2199: DataImportHandler (DIH) JdbcDataSource supports multiple resultsets per query
2016-06-13 00:11:27 +03:00
Uwe Schindler
3c9e36b1e1
SOLR-8610: Fix temporary dir usage in DIH
2016-06-07 10:51:41 +02:00
Mikhail Khludnev
a9dea9a983
SOLR-8445: fix line separator in log4j.properties files
2016-06-07 00:21:49 +03:00
Mikhail Khludnev
c2aea1b803
SOLR-8610: Resolve variables in encryptKeyFile of DIH's JdbcDataSource
2016-06-06 23:41:02 +03:00
Mikhail Khludnev
24fa92959d
SOLR-8612: closing JDBC Statement on exceptions from JdbcDataSource in DataImportHandler aka DIH (Kristine Jetzke via Mikhail Khludnev)
2016-06-06 21:40:56 +03:00
Mike McCandless
baa5344e68
LUCENE-7283: move SlowCompositeReaderWrapper and uninverting to solr
2016-05-25 05:36:32 -04:00
David Smiley
4193e60b9f
SOLR-9080 SOLR-9085: Fix date math before the year 1582.
...
note: DateMathParser no longer needs a Locale
2016-05-13 10:03:24 -04:00
Alan Woodward
927454b8a2
SOLR-9072: Move morphline-core zk tests to SolrCloudTestCase
2016-05-13 14:39:07 +01:00
Erick Erickson
5341918a0c
SOLR-9083: Remove deprecated <types> and <fields> from schemas
2016-05-10 06:54:11 -07:00
Anshum Gupta
b02b026b7d
SOLR-8097: Implement builder pattern design for constructing SolrJ clients and deprecate direct construction of clients
2016-04-07 15:57:49 -07:00
Noble Paul
18fb9463de
SOLR-8750: replace anonymous inner class for callable, Runnable etc
2016-04-05 22:45:36 +05:30
David Smiley
5e5fd66257
SOLR-8903: Move SolrJ DateUtil to contrib/extraction as ExtractionDateUtil.
...
And removed obsolete methods.
2016-03-30 15:00:29 -04:00
David Smiley
39932f5758
SOLR-8904: fix accidental move of DateUtil to ExtractingDateUtil (wrong patch file)
2016-03-30 14:31:26 -04:00
David Smiley
94c04237cc
SOLR-8904: switch from SimpleDateFormat to Instant.parse and format.
...
[value] and ms() and contrib/analytics now call DateMathParser to parse. DateFormatUtil is now removed.
2016-03-30 13:42:42 -04:00
Uwe Schindler
91424ae963
SOLR-8874, SOLR-8876: Disable more Hadoop tests with Java 9
2016-03-20 10:41:05 +01:00
Uwe Schindler
f93f90ca1b
SOLR-8874: Make Solr tests work with Java 9 Jigsaw
2016-03-19 14:53:59 +01:00
Noble Paul
faa0586b31
SOLR-8842: security rules made more foolproof by asking the requesthandler about the well known
...
permission name.
The APIs are also modified to ue 'index' as the unique identifier instead of name.
Name is an optional attribute
now and only to be used when specifying well-known permissions
2016-03-17 23:34:50 +05:30
Noble Paul
e70c638bcf
SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed
2016-03-08 18:53:59 +05:30
Shalin Shekhar Mangar
093a8ce57c
SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow forceUpdateCollection(collection)
2016-03-07 15:03:03 +05:30
Robert Muir
3ffeccab7e
LUCENE-7063: add tests/docs for numericutils, rename confusing methods, remove overlap with LegacyNumericUtils
2016-03-03 21:52:12 -05:00
Steve Rowe
9427b7402d
SOLR-8764: Remove deprecated methods and classes
2016-03-02 09:22:20 -05:00
Tomás Fernández Löbbe
20b7453cc8
SOLR-8713: new UI and example solrconfig files point to Reference Guide for Solr Query Syntax instead of the wiki.
...
This closes #12
2016-02-29 08:22:25 -08:00
Dawid Weiss
4c9dca8d90
SOLR-8711: follow-up removal of dependencies no longer used. (applying
...
again, with changes to the sources).
This reverts commit 594fb908f6
.
2016-02-24 09:27:06 +01:00
Dawid Weiss
594fb908f6
Revert "SOLR-8711: follow-up removal of dependencies no longer used."
...
This reverts commit a77d67a926
.
2016-02-24 09:08:18 +01:00
Dawid Weiss
a77d67a926
SOLR-8711: follow-up removal of dependencies no longer used.
2016-02-23 10:49:23 +01:00
Christine Poerschke
b14fb50b7f
SOLR-8674: solr.tests.mergePolicy[Factory] tests now randomly choose between <mergePolicy> and <mergePolicyFactory>
...
* This increases <mergePolicy> vs. <mergePolicyFactory> test coverage.
* This temporarily also adds a little test setup complexity but when SOLR-8668 removes support for <mergePolicy> then test setup will return to its original complexity.
2016-02-22 15:22:55 +00:00
Christine Poerschke
588e3ff084
SOLR-8621: fix mergePolicyFacory vs. mergePolicyFactory typos in comments in solr/contrib and solr/example solrconfig.xml files.
2016-02-10 21:22:17 +00:00
Shai Erera
a5accccbfc
SOLR-8621: fix solrconfig.xml under contrib and example
2016-02-10 16:33:01 +02:00
Uwe Schindler
0f43705788
LUCENE-7013: Revert changes to package-info.java files (adds newline after license header and before javadocs back)
2016-02-04 23:02:50 +01:00
Shai Erera
813ca77250
LUCENE-7013: Move license header to top of file
2016-02-04 15:51:19 +02:00
Noble Paul
13c9912b3c
SOLR-8618 refactored a couple of methods out as protected
2016-01-31 18:44:39 +05:30