jbernste
|
3f7acb5cf9
|
SOLR-9254: Fixed typo in CHANGES.txt
|
2016-06-28 15:31:37 -04:00 |
jbernste
|
407080af5b
|
SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment
|
2016-06-28 13:03:34 -04:00 |
Shalin Shekhar Mangar
|
ab2348e3ef
|
Fix typo in bin/solr zk help text
This closes #29
|
2016-06-28 17:15:21 +05:30 |
Christine Poerschke
|
e0c45f400f
|
LUCENE-7356: SearchGroup tweaks (initialCapacity, size==0 vs. isEmpty)
|
2016-06-28 12:42:11 +01:00 |
Shalin Shekhar Mangar
|
9cbd54087c
|
SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI.
This closes #23
|
2016-06-28 16:43:00 +05:30 |
Shalin Shekhar Mangar
|
2a1ec2d4d6
|
Merge remote-tracking branch 'origin/master'
|
2016-06-28 16:24:01 +05:30 |
Shalin Shekhar Mangar
|
adaabaf834
|
Trivial name spelling fix for SOLR-445
Merge branch 'patch-3' of https://github.com/arafalov/lucene-solr-1
This closes #43
|
2016-06-28 16:21:22 +05:30 |
Karl Wright
|
7343b0547d
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-06-28 06:27:33 -04:00 |
Karl Wright
|
d954c78cea
|
LUCENE-7357: If the points for path segment intersections are ambiguous, throw an IllegalArgumentException.
|
2016-06-28 06:27:21 -04:00 |
Steve Rowe
|
8c47d20d23
|
releasedJirasRegex.py: fixed comment about the limitations of the script
|
2016-06-27 16:32:33 -04:00 |
Steve Rowe
|
ac473a9fac
|
Renamed manageRelease.py to releasedJirasRegex.py, cleaned it up a bit, fixed a bug (matching JIRAs not at the beginning of bullets), and added the ability to match older releases' numbered bullets.
|
2016-06-27 16:10:44 -04:00 |
Steve Rowe
|
1e182d81db
|
Simplify backcompat index file name creation
|
2016-06-27 12:57:40 -04:00 |
Varun Thacker
|
36183cad87
|
SOLR-7374: Fixing test failures like build #3366. Index a minimum of 1 doc
|
2016-06-27 12:08:45 +05:30 |
Jan Høydahl
|
7eb77027bb
|
SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden
|
2016-06-26 23:59:59 +02:00 |
Steve Rowe
|
46c827e31a
|
Handle adding versions that are no longer supported
|
2016-06-25 14:49:28 -04:00 |
Steve Rowe
|
aa4c87de85
|
Add 5.5.2 back compat test indexes
|
2016-06-25 14:27:58 -04:00 |
Steve Rowe
|
0018003b7c
|
Handle adding back compat indexes for versions that are no longer supported
|
2016-06-25 14:26:42 -04:00 |
Steve Rowe
|
60fac6c177
|
Switch is-latest-version check from whether the branch types match to directly comparing the new version against the current version
|
2016-06-25 13:11:16 -04:00 |
Steve Rowe
|
d730f4a1ca
|
CHANGES.txt-s: Synchronize 5.5.1 and 5.5.2 sections
|
2016-06-24 19:14:27 -04:00 |
Steve Rowe
|
8830c0ae6a
|
Add script to host release management tools. Currently performs a single task: makes regexes for all JIRAs included in a release by parsing the CHANGES.txt files
|
2016-06-24 19:13:16 -04:00 |
Erick
|
bc1237a646
|
SOLR-8546: TestLazyCores is failing a lot on the Jenkins cluster.
|
2016-06-23 20:49:27 -07:00 |
Gregory Chanan
|
f273cb1b3a
|
SOLR-9076: Update to Hadoop 2.7.2
|
2016-06-23 13:41:15 -07:00 |
Varun Thacker
|
07be2c42ba
|
SOLR-7374: Core level backup/restore now supports specifying a directory implementation
|
2016-06-23 23:49:28 +05:30 |
Adrien Grand
|
1e4d51f408
|
LUCENE-7352: Fix CheckHits for DisjunctionMax queries that generate negative scores.
|
2016-06-23 19:03:39 +02:00 |
Karl Wright
|
ece9d85cbe
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-06-22 07:51:07 -04:00 |
Karl Wright
|
b11e48c755
|
LUCENE-7194: Ban Math.toRadians and Math.toDegrees
|
2016-06-22 03:53:47 -04:00 |
Adrien Grand
|
7afa3333c6
|
LUCENE-7339: Specialize conjunction with bit sets.
|
2016-06-22 08:04:27 +02:00 |
markrmiller
|
740198f33d
|
SOLR-9219: Make hdfs blockcache read buffer sizes configurable and improve cache concurrency.
|
2016-06-21 13:06:10 -04:00 |
Adrien Grand
|
281af8b89c
|
LUCENE-7350: Remove unused imports.
|
2016-06-21 17:51:36 +02:00 |
Mike McCandless
|
7b5d7b3962
|
LUCENE-7337: empty boolean query now rewrites to MatchNoDocsQuery instead of vice/versa
|
2016-06-21 11:26:19 -04:00 |
Mike McCandless
|
ceb6e21f84
|
LUCENE-7287: don't use full paths to resources
|
2016-06-21 10:43:35 -04:00 |
Nicholas Knize
|
f7df322ca5
|
remove numeric encoding reference from GeoPointTokenStream javadocs
|
2016-06-21 08:34:47 -05:00 |
Noble Paul
|
060cacfdab
|
SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint
|
2016-06-21 18:50:49 +05:30 |
Tommaso Teofili
|
daa26090a3
|
Let CachingNBClassifier be constructed from IndexReaders
|
2016-06-21 13:43:54 +02:00 |
Tommaso Teofili
|
fcf4389d82
|
LUCENE-7350 - Let classifiers be constructed from IndexReaders
|
2016-06-21 13:10:34 +02:00 |
Mike McCandless
|
6ef174f527
|
LUCENE-7287: add UkrainianMorfologikAnalyzer, a dictionary-based analyzer for the Ukrainian language
|
2016-06-21 05:03:15 -04:00 |
Mike McCandless
|
b338a0c0f0
|
LUCENE-7345: MDW now disables VirusCheckingFS while trying to corrupt files
|
2016-06-21 04:50:34 -04:00 |
Noble Paul
|
7cd1513006
|
Merge remote-tracking branch 'origin/master'
|
2016-06-21 13:33:13 +05:30 |
Noble Paul
|
e5822a8f73
|
SOLR-9233: avoid new string creation in CollectionAction
|
2016-06-21 13:32:53 +05:30 |
Uwe Schindler
|
9c88143bda
|
SOLR-8981: Add notice for jackcess
|
2016-06-20 23:50:30 +02:00 |
Nicholas Knize
|
fb3480b807
|
LUCENE-7343: Cleanup GeoPoint by sharing relation logic and removing stale code.
|
2016-06-20 10:38:28 -05:00 |
Adrien Grand
|
97b6c5b8fd
|
SOLR-7739: Add CHANGES entry.
|
2016-06-20 17:19:07 +02:00 |
Mike McCandless
|
c311eb1b7e
|
LUCENE-7345: RAMDirectory now enforces write-once as well
|
2016-06-20 10:03:19 -04:00 |
Mike McCandless
|
4c630b2216
|
LUCENE-7345: make sure MDW's efforts to corrumpt un-sync'd files is successful
|
2016-06-20 09:17:44 -04:00 |
Christine Poerschke
|
1a78cab1fa
|
Make the eclipse setup fail on comparingIdentical and noEffectAssignment like precommit does.
|
2016-06-20 11:54:53 +01:00 |
Adrien Grand
|
7d296fe286
|
Make the eclipse setup fail on unused imports like precommit does.
|
2016-06-20 11:07:08 +02:00 |
Adrien Grand
|
c52a71797d
|
SOLR-8995: Remove unused imports.
|
2016-06-20 09:57:09 +02:00 |
Adrien Grand
|
dc95f6d62a
|
LUCENE-7317: Remove auto-prefix terms.
|
2016-06-20 09:23:09 +02:00 |
Adrien Grand
|
894a8b275c
|
LUCENE-7322: Remove CompressionTools.
|
2016-06-20 09:21:30 +02:00 |
Noble Paul
|
bd9005d562
|
SOLR-8995: replace SAM implementations with lambda
|
2016-06-20 11:11:18 +05:30 |