Mike McCandless
|
d44e7315b4
|
LUCENE-7425: change from Perl to Python for our script to polling mirrors during the release process
|
2016-08-25 19:48:44 -04:00 |
Karl Wright
|
8683da80ed
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-08-25 18:10:16 -04:00 |
Karl Wright
|
884aa1609a
|
LUCENE-7424: GeoPolygon computation of intersection bounds was incorrect.
|
2016-08-25 18:09:50 -04:00 |
Robert Muir
|
d489b8c05d
|
remove deprecated IndexWriter.isLocked()
|
2016-08-25 12:34:38 -04:00 |
Robert Muir
|
ada714972c
|
remove unnecessary deprecated classes
|
2016-08-25 12:20:29 -04:00 |
Robert Muir
|
13acba8b4e
|
simplify test to use CannedTokenStream
|
2016-08-25 12:07:53 -04:00 |
Robert Muir
|
f6253d5ed1
|
LUCENE-7426: remove deprecated DataInput/Output map/string methods
|
2016-08-25 12:02:52 -04:00 |
Adrien Grand
|
81c796a1fa
|
LUCENE-7416: Rewrite optimizations for BooleanQuery.
|
2016-08-25 15:48:50 +02:00 |
Robert Muir
|
18306628a9
|
LUCENE-7422: fix bugs in test's retry loop
|
2016-08-25 08:20:53 -04:00 |
Mike McCandless
|
981180284d
|
Add 6.2.0 back compat test indices
|
2016-08-24 18:03:03 -04:00 |
Robert Muir
|
312f45685e
|
make javadoc less confusing
|
2016-08-24 13:23:02 -04:00 |
jbernste
|
4c0ff4e0f1
|
SOLR-9406: Update CHANGES.txt
|
2016-08-23 20:09:44 -04:00 |
jbernste
|
49ba37ac4d
|
SOLR-9432: Fix-up precommit
|
2016-08-23 15:25:18 -04:00 |
jbernste
|
a1b55eb743
|
SEARCH-9406: SolrSuggester should selectively register close hook
|
2016-08-23 15:02:35 -04:00 |
Noble Paul
|
c6c3166bf5
|
SOLR-9310: addressing the test failures in jenkins
|
2016-08-23 23:00:27 +05:30 |
yonik
|
43ca5078bf
|
SOLR-9432: JSON Facet refactoring to support refinement
|
2016-08-23 12:54:49 -04:00 |
Noble Paul
|
61e1f095e9
|
SOLR-9310: unhandled exception during parallel indexing
|
2016-08-23 11:36:07 +05:30 |
Steve Rowe
|
e5cdaf8ac8
|
update JDK bug link
|
2016-08-22 21:36:57 -04:00 |
Uwe Schindler
|
1966b22c10
|
Fix duplicate header in changes
|
2016-08-23 00:56:32 +02:00 |
Noble Paul
|
488e41d1fc
|
Merge remote-tracking branch 'origin/master'
|
2016-08-22 23:18:13 +05:30 |
Noble Paul
|
37ae065591
|
SOLR-9310: fixing concurrency issue and taking care of negative versions
|
2016-08-22 23:17:39 +05:30 |
Varun Thacker
|
c513ae1999
|
SOLR-7362: Fix TestReqParamsAPI test failures
|
2016-08-22 18:22:25 +05:30 |
Robert Muir
|
5347cc8ea7
|
LUCENE-7418: remove deprecated legacy numerics from join/ and queryparser/
|
2016-08-22 08:39:13 -04:00 |
Christine Poerschke
|
c9c2d5537a
|
SOLR-9412: Add failOnMissingParams option to MacroExpander, add TestMacroExpander class. (Jon Dorando, Christine Poerschke)
|
2016-08-22 10:36:07 +01:00 |
Noble Paul
|
80f9167807
|
SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch, precommit errors fixed
|
2016-08-22 13:58:03 +05:30 |
Noble Paul
|
c2e769450f
|
SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch
|
2016-08-22 12:32:13 +05:30 |
Varun Thacker
|
364a29c0ab
|
SOLR-9428: Improve logging to log root cause
|
2016-08-22 01:08:47 +05:30 |
Uwe Schindler
|
c164d7f2b2
|
Add extra permission for linedocsfile
|
2016-08-21 20:48:42 +02:00 |
Mike McCandless
|
2a337c3994
|
also accept ant 1.9.x in JAR manifest
|
2016-08-21 04:50:02 -04:00 |
Karl Wright
|
e325973119
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-08-20 07:36:01 -04:00 |
Karl Wright
|
aa9b5204da
|
LUCENE-7412: Make sure no combined edge of a polygon extends for more than 180 degrees.
|
2016-08-20 07:35:38 -04:00 |
Mike McCandless
|
ca1ce0b255
|
allow ant 1.9.x as well
|
2016-08-20 04:32:13 -04:00 |
Mike McCandless
|
b134102a9f
|
add version constant for next feature release (6.3.0)
|
2016-08-20 04:27:08 -04:00 |
Mike McCandless
|
d19ecc0e65
|
try to fix back compat version check again
|
2016-08-20 04:14:01 -04:00 |
Robert Muir
|
f8536ce726
|
LUCENE-7419: Don't lookup PositionIncrementAttribute every time in TokenStream.end()
|
2016-08-19 11:14:45 -04:00 |
Mikhail Khludnev
|
2c7d86bc4d
|
SOLR-8644: Test asserts that block join facets work with parent level fq exclusions
|
2016-08-19 16:51:14 +03:00 |
Mike McCandless
|
f0963b3b4f
|
add test case to ensure SearchManager can handle concurrent close, refresh, searching and IndexWriter closing
|
2016-08-19 09:28:17 -04:00 |
Mikhail Khludnev
|
3e64a97597
|
SOLR-8643: fix CHANGES.txt. Note: branch_6x aready fixed.
|
2016-08-19 15:31:58 +03:00 |
Mikhail Khludnev
|
915e6e33b2
|
SOLR-8643: made BlockJoinFacetComponent just a shortcut for BlockJoinDocSetFacetComponent, which supports pure disjunctions
|
2016-08-19 14:36:25 +03:00 |
Christine Poerschke
|
250a867de2
|
SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when previously skipped servers were successfully tried.
|
2016-08-19 10:01:45 +01:00 |
Noble Paul
|
bbd1efe5d8
|
SOLR-9421: Refactored out OverseerCollectionMessageHandler to smaller classes
|
2016-08-19 11:14:25 +05:30 |
Steve Rowe
|
9e1a25e77d
|
put class javadoc where it belongs
|
2016-08-18 09:59:02 -04:00 |
Uwe Schindler
|
de71ed740d
|
LUCENE-7409: Disable test also on master
|
2016-08-18 15:53:10 +02:00 |
Noble Paul
|
a98a6c36f8
|
SOLR-8995: reverting the previous change due to compile error
|
2016-08-18 16:17:53 +05:30 |
Noble Paul
|
dd31ff98b5
|
Merge remote-tracking branch 'origin/master'
|
2016-08-18 10:37:31 +05:30 |
Noble Paul
|
ddec3982ca
|
SOLR-8995: Use lambda in PeerSync ObjectResolver
|
2016-08-18 10:37:09 +05:30 |
Nicholas Knize
|
529c4085cd
|
add equals and hashCode implementation to geo.Rectangle
|
2016-08-17 16:19:14 -05:00 |
Nicholas Knize
|
249780cf60
|
LUCENE-7388: Adds IntRangeField, FloatRangeField, LongRangeField along with supporting queries and tests
|
2016-08-17 15:48:08 -05:00 |
Steve Rowe
|
fc1adb4053
|
LUCENE-7413: IntelliJ config for legacy numerics move to backward-codecs module
|
2016-08-17 13:14:03 -04:00 |
Christine Poerschke
|
75924f5834
|
SOLR-9413: Fix analysis/kuromoji's CSVUtil.quoteEscape logic, add TestCSVUtil test. (AppChecker, Christine Poerschke)
|
2016-08-17 14:56:49 +01:00 |