12670 Commits

Author SHA1 Message Date
Stefan Matheis
3a7ca0841d SOLR-3205: Improved Error-Handling on Analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300009 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 08:51:53 +00:00
Stefan Matheis
993908d5d5 SOLR-3098: additional check for existing elements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300003 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 08:29:05 +00:00
Koji Sekiguchi
3710c95e96 fix javadoc: use Writer, Util.toDot() and prettify
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299677 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 14:16:12 +00:00
Robert Muir
6c216e8931 add very basic random spans tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299671 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 13:36:09 +00:00
Robert Muir
eb36928005 LUCENE-3864: support offsets in memorypostings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299651 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 12:37:46 +00:00
Michael McCandless
263787259c LUCENE-3855: fix thread safety issues in IW's livedocs/reader pool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299648 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 12:23:14 +00:00
Jan Høydahl
8bcd1e077e SOLR-2202: Fix typo in typeName of trielong
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299607 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 10:09:52 +00:00
Jan Høydahl
8a9f7abba7 SOLR-2202: Avoid dependency on "tlong" and "string" in schema, add precisionStep param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299602 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 09:56:55 +00:00
Robert Muir
687f68afad add javadocs pointers to SPI for Codec/PostingsFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299510 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 00:51:07 +00:00
Robert Muir
b075b7466c LUCENE-3863: rename DocValues.type() to DocValues.getType()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299495 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 00:15:49 +00:00
Steven Rowe
402496c8dd Changed jetty-maven-plugin documentation URL to the one covering v7+ (previously covered only up to v6)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299430 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 19:19:37 +00:00
Robert Muir
40a9dbf3ce LUCENE-3859: deprecate AtomicReader.hasNorms, implement via fieldinfos, make final, and cleanup/javadoc some related fieldinfos methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299384 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 16:09:21 +00:00
Robert Muir
a2c87cf79d LUCENE-3860: factor out a shared CheckIndex.checkDocValues, used by both testDocValues and testFieldNorms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299382 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 15:45:52 +00:00
Robert Muir
5fce870b63 LUCENE-3860: 3.x indexes have the wrong normType set in fieldinfos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299375 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 15:18:29 +00:00
Ryan McKinley
2f501094e4 SOLR-3159: use jetty 8.1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299325 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 02:22:13 +00:00
Jan Høydahl
2b65fd00e6 SOLR-3026: eDismax: Locking down which fields can be explicitly queried (user fields aka uf)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299172 13f79535-47bb-0310-9956-ffa450edef68
2012-03-10 09:42:41 +00:00
Jan Høydahl
b9dfe2836e SOLR-2202: Moved CHANGES entry to 3.6.0 section after branch commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299161 13f79535-47bb-0310-9956-ffa450edef68
2012-03-10 08:27:10 +00:00
Doron Cohen
187bfe2ebc LUCENE-3821: SloppyPhraseScorer sometimes misses documents that ExactPhraseScorer finds.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299112 13f79535-47bb-0310-9956-ffa450edef68
2012-03-10 00:06:13 +00:00
Jan Høydahl
bf2be9b35a SOLR-2202: Money/Currency FieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299083 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 22:40:06 +00:00
Robert Muir
a461a63992 LUCENE-3680: more exception consistency in o.a.l.store
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298955 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 18:17:27 +00:00
Dawid Weiss
09d422f14f Don't load the class before evaluation of a subrule, invoke lazily.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298925 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 16:58:01 +00:00
Robert Muir
9c61a0e8ce LUCENE-3858: clean dist folder too when running ant clean
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298852 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 14:41:18 +00:00
Dawid Weiss
1557e02f47 Wait for the thread to fail in beforeclass.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298760 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 09:12:23 +00:00
Stefan Matheis
ed93626ffc Add missing images for SOLR-3162
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298746 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 08:25:11 +00:00
Dawid Weiss
c8a03ea5ba LUCENE-3857: exceptions from other threads in beforeclass/etc do not fail
the test (Dawid Weiss)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298721 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 07:50:05 +00:00
Ryan McKinley
dbb3a8151f SOLR-2712: expecting fl=score to return all fields removed in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298690 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 02:07:23 +00:00
Ryan McKinley
d17cfcff27 SOLR-3162: convert the URL to a String rather then using url.ToString()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298669 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 00:38:28 +00:00
Chris M. Hostetter
f30f04a347 SOLR-3077: Better error messages when attempting to use blank field names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298667 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 00:34:13 +00:00
Ryan McKinley
29a1f13e35 SOLR-3209 -- sorry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298659 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 23:59:34 +00:00
Chris M. Hostetter
aaa129c37b typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298654 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 23:44:43 +00:00
Ryan McKinley
93130f49a8 SOLR-3209 -- date rounding errors (30Z != 29.999Z)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298614 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 22:10:55 +00:00
Jan Høydahl
4327161596 SOLR-3216: Add back jquery for browse GUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298589 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 21:21:45 +00:00
Ryan McKinley
2488497c69 StartSolrJetty now emulates java -jar start.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298528 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 19:26:49 +00:00
Ryan McKinley
455ba2465f SOLR-3209: FieldStatsInfo returns Object rather then Double
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298527 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 19:25:30 +00:00
Martijn van Groningen
f164629353 Fixed jdoc issue.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298413 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 14:41:32 +00:00
Jan Høydahl
9bf5e29879 SOLR-3140: Make omitNorms default for all numeric field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298398 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 14:03:39 +00:00
Michael McCandless
6c8848b1f4 fix testcase to not run beyond its end time; remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298397 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 14:02:41 +00:00
Martijn van Groningen
1c91c60468 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298395 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 13:59:33 +00:00
Michael McCandless
424bf9a427 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298393 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 13:49:12 +00:00
Martijn van Groningen
7b379ea65b LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298363 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 11:20:50 +00:00
Martijn van Groningen
00348bbda6 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298356 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 11:06:44 +00:00
Martijn van Groningen
b2fb90b629 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298350 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:55:20 +00:00
Martijn van Groningen
b00a81dc47 LUCENE-3850: Fixed another compilation error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298342 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:25:32 +00:00
Martijn van Groningen
c83f75f6ac LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298336 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:10:56 +00:00
Jan Høydahl
8d84214891 SOLR-3216: Solr logo missing from /browse GUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298334 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:06:36 +00:00
Martijn van Groningen
c22fb58a9d LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298332 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 09:56:41 +00:00
Martijn van Groningen
37ae8ac167 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298329 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 09:46:37 +00:00
Martijn van Groningen
5f3053fa09 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298315 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 09:23:28 +00:00
Martijn van Groningen
540967c9b4 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298298 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 08:43:23 +00:00
Martijn van Groningen
4a47b25976 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298297 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 08:40:58 +00:00