Jan Høydahl
aa7394d27f
SOLR-6671: Move changes entry to 7.0.0
2017-08-31 09:53:15 +02:00
Md. Abdulla-Al-Sun
3197d5af71
LUCENE-7940: Updated for boundary value of Ja Phaala
2017-08-31 12:11:53 +06:00
Jan Høydahl
d66e2ad614
SOLR-11293: Fix precommit failures on unused imports
2017-08-30 20:51:57 +02:00
Jan Høydahl
4b7171bab5
SOLR-11281: Fix precommit failures on unused imports
2017-08-30 20:32:41 +02:00
Jan Høydahl
c4a1bd52e9
SOLR-10628: Fix test failures due to global log level change
2017-08-30 19:58:35 +02:00
Shalin Shekhar Mangar
b4c6bfafdb
SOLR-11278: Stopping CDCR should cancel a running bootstrap operation
2017-08-30 22:59:30 +05:30
Karl Wright
54d760fdbf
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-30 10:40:56 -04:00
Karl Wright
faad8ae6a8
LUCENE-7936: Improve serialization by using a shortcut way of describing classes.
2017-08-30 10:40:38 -04:00
Anshum Gupta
c0e9b8ad13
SOLR-11177: Fix changes entry as this is in branch_7_0 as well
2017-08-30 07:22:16 -07:00
Mike McCandless
38685f30dc
throw better exception if you try to exceed 2GB of taxonomy facet labels
2017-08-30 09:23:06 -04:00
Anshum Gupta
aa27148594
add section for 6.6.1 in Lucene
2017-08-29 15:42:49 -07:00
Anshum Gupta
f4b2be1282
Merging changes from 6.7.0 section into 7.0.0
2017-08-29 14:56:02 -07:00
Mike McCandless
de5c68b5f8
LUCENE-7927: add LongValueFacetCounts to compute facet count for individual numeric doc values
2017-08-29 11:57:33 -04:00
Karl Wright
1cc3d8050c
LUCENE-7942: Replace a tab that shouldn't have been there.
2017-08-29 09:52:17 -04:00
Karl Wright
8fc61e5628
LUCENE-7936: Missed a constructor for deserialization support.
2017-08-29 05:50:45 -04:00
Karl Wright
c01d692bac
LUCENE-7942: Explicitly require conversion to 'aggregation' form before aggregating distances, plus require a conversion back. This is more efficient than my initial commit for this ticket, since sqrt values will be cached for path segments, and will not need to be recomputed.
2017-08-29 01:16:11 -04:00
markrmiller
db87e55750
SOLR-11209: Upgrade HttpClient to 4.5.3.
2017-08-28 18:03:18 -05:00
Anshum Gupta
47e7fbc4dc
GPG Password checker throws error only when process has not been terminated
2017-08-28 14:46:27 -07:00
Karl Wright
e2474be5ea
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-28 12:35:13 -04:00
Karl Wright
200beab09e
LUCENE-7943: Disable an overly-aggressive assertion.
2017-08-28 12:34:33 -04:00
Andrzej Bialecki
40f999b08e
SOLR-11281: Remove the diagnostic additions and apply a patch from Jason Gerlowski.
2017-08-28 17:58:16 +02:00
Steve Rowe
f5c2e10222
LUCENE-4960: Fail the build in the presence of Ivy jar(s) with unsupported versions.
2017-08-28 11:41:49 -04:00
Noble Paul
d86bc63e70
SOLR-11293: Awaits fix
2017-08-28 23:20:29 +09:30
Karl Wright
72818637f2
LUCENE-7941: Test for GeoDegeneratePoints relationships, committed on behalf of Ignacio Vera.
2017-08-28 06:08:53 -04:00
Karl Wright
869fc53b7e
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-28 01:50:16 -04:00
Karl Wright
92c94d8ca2
LUCENE-7942: Add aggregateDistances() method to DistanceStyle, and use it in GeoStandardPath to aggregate distances from segment to segment.
2017-08-28 01:49:53 -04:00
Michael Sokolov
2adec432f1
Added javadoc for TYPE field
...
I tried to run ant precommit in a local lucene checkout to verify this would be OK, but I get this failure I don't understand: "ivy:cachepath doesn't support the nested 'dependency' element" Would you be able to check again? Thanks
2017-08-27 05:45:22 -04:00
Michael Sokolov
803b436fda
Make FacetField.TYPE public
...
Everything else in the class is public, and all the other Field.TYPE constants are public. I want to use this in a field factory class.
2017-08-27 05:45:22 -04:00
Karl Wright
d640c92b9f
LUCENE-7941: Add a crossing primitive in Plane.
2017-08-26 07:38:55 -04:00
Karl Wright
ddcb98e9c3
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-26 05:07:19 -04:00
Karl Wright
2b8cea09bb
LUCENE-7941: Broaden the contract for intersects() method, and implement the broadened contract in GeoDegeneratePoint.
2017-08-26 05:06:54 -04:00
Dennis Gove
4b6f2e5ca7
SOLR-11283: Refactors all Stream Evaluators in solrj.io.eval to simplify them
2017-08-25 22:07:37 -04:00
Karl Wright
287ab9dc40
LUCENE-7936: Fix broken GeoComplexPolygon serialization.
2017-08-25 12:06:30 -04:00
Karl Wright
36da0e4a5b
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-25 11:42:55 -04:00
Karl Wright
e157f1f8c2
LUCENE-7941: Clarify contract for intersects() method.
2017-08-25 11:42:29 -04:00
Andrzej Bialecki
674a8eb8d7
SOLR-11281: More instrumentation to catch the failure on jenkins.
2017-08-25 16:58:53 +02: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
Karl Wright
554f0d5f20
LUCENE-7936: Complete the serialization/deserialization implementation of Geo3d.
2017-08-25 10:07:25 -04:00
Karl Wright
26b7644d00
LUCENE-7936: Committing a randomized serialization test on behalf of Ignacio Vera, along with fixes.
2017-08-25 07:58:33 -04:00
Karl Wright
0a1d1cf8bd
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-25 02:52:25 -04:00
Karl Wright
693db3fe38
LUCENE-7936: Complete the work to support serialization and deserialization of individual Geo3D objects. This adds support for GeoComplexPolygon and the composites.
2017-08-25 02:52:11 -04:00
yonik
a7cc9c3631
SOLR-11289: fix comma handling in terms component
2017-08-24 15:54:43 -04:00
Karl Wright
7f52920352
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-24 13:41:34 -04:00
Karl Wright
fd11646af2
LUCENE-7936: Implement serialization/deserialization for all objects except GeoComplexPolygon and composites.
2017-08-24 13:41:22 -04:00
yonik
f9cc109286
docs: fix erroneous comment about resulting terms list being sorted
2017-08-24 11:55:45 -04:00
Andrzej Bialecki
ce7db65e6f
Revert "SOLR-11285: Initial refactoring."
...
This reverts commit aee54ff7d1
.
2017-08-24 15:10:29 +02:00
Andrzej Bialecki
aee54ff7d1
SOLR-11285: Initial refactoring.
2017-08-24 15:09:37 +02:00
Md. Abdulla-Al-Sun
1bca06b8a9
LUCENE-7490: Added bengali language analyzer
2017-08-24 18:05:22 +06:00
Andrzej Bialecki
1a1286b54b
Increase the timeout for this test.
2017-08-23 17:11:36 +02:00
Karl Wright
6b8f98db93
LUCENE-7936: Add Geo3d framework for serialization and deserialization.
2017-08-23 10:00:31 -04:00