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
Md. Abdulla-Al-Sun
1bca06b8a9
LUCENE-7490: Added bengali language analyzer
2017-08-24 18:05:22 +06:00
Karl Wright
6b8f98db93
LUCENE-7936: Add Geo3d framework for serialization and deserialization.
2017-08-23 10:00:31 -04:00
Mikhail Khludnev
7760b35645
LUCENE-7827: AnalysingInfixSuggester omits textgrams when
...
minPrefixChars=0
2017-06-30 11:07:04 +03:00
Tomas Fernandez Lobbe
a3bcf77705
Fix replica type combination recommendation
2017-08-23 11:14:52 -07:00
Adrien Grand
3be5808caf
LUCENE-7939: Speed up MinShouldMatchSumScorer in conjunctions.
2017-08-23 19:09:40 +02:00
Christine Poerschke
40fc36b87e
SOLR-11254: Add score-less (abstract) DocTransformer.transform method.
2017-08-23 16:36:14 +01:00
Mikhail Khludnev
19a8be3c9f
SOLR-11272: fix NPE from EmbeddedSolrServer on /admin/info/system
2017-06-30 01:18:33 +03:00
Andrzej Bialecki
946c6a95fa
SOLR-11281: Improve failure message.
2017-08-23 13:15:36 +02:00
Noble Paul
1a614058ea
SOLR-10136: unused imports
2017-08-23 20:42:11 +09:30
Andrzej Bialecki
7c8fbacae6
Release the correct server.
2017-08-23 00:07:43 +02:00
Andrzej Bialecki
9a72405f68
Make this test more robust by using our own MBeanServer.
2017-08-22 22:55:32 +02:00
Andrzej Bialecki
a0dd76ae06
Make this test more robust to thread stalls.
2017-08-22 22:50:50 +02:00
Andrzej Bialecki
5d9b9d7a23
SOLR-11255: Use concurrent set for metric names.
2017-08-22 22:31:43 +02:00
Toke Eskildsen
fa1198be73
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-08-22 15:16:48 +02:00