16190 Commits

Author SHA1 Message Date
Michael McCandless
9b384bd232 LUCENE-2795: fix wrong comment (KB not MB)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430214 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 11:20:11 +00:00
Adrien Grand
4ba1c3808c LUCENE-4643: New API to read/write fixed-size blocks of packed ints.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430210 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 11:16:14 +00:00
Adrien Grand
f90ca1f942 LUCENE-4664: Make oal.codec.compressing.{C,Dec}ompressor public.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430177 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 08:54:09 +00:00
Uwe Schindler
6c46432df3 Add more forbidden servlet APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430154 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 07:25:34 +00:00
Robert Muir
61e368a46f Merged /lucene/dev/trunk:r1419558-1430123
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430130 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 03:40:16 +00:00
Robert Muir
de5ef2ffac javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430123 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 03:08:11 +00:00
Robert Muir
ae59294e12 fix silly bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430122 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 02:58:30 +00:00
Robert Muir
2c1dd4db75 sortedbytes (var and fixed)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430119 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 02:44:55 +00:00
Chris M. Hostetter
ffcaecb4d3 SOLR-4272: doc sample xml tweaks to reduce confusion if people cut/paste
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430116 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 02:37:01 +00:00
Robert Muir
c10905e19a variable length byte[]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430114 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 02:13:06 +00:00
Mark Robert Miller
bccdc6aeb5 SOLR-4170: The 'backup' ReplicationHandler command can sometimes use a stale index directory rather than the current one.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430111 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 02:01:54 +00:00
Michael McCandless
9bfe0af20b cutover to Iterable for SortedDV
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430090 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 23:41:09 +00:00
Michael McCandless
f0ecefa78b cutover to Iterable<BytesRef> for BinaryDV
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1430064 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 22:29:33 +00:00
Michael McCandless
43f47c9a16 cutover to Iterable<Number> instead of NumericDVConsumer so e.g. codec can iterate once to gather stats and again to do the writing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1429978 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 19:33:25 +00:00
Uwe Schindler
630409a316 SOLR-4265: Fix charset bug... :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429958 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:55:36 +00:00
James Dyer
2a1e68e504 SOLR-2201: DIH "formatDate" evaluator timezone support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429957 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:54:21 +00:00
Robert Muir
04c86005cc SOLR-4226: Extract fl parsing code out of ReturnFields constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429935 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:33:12 +00:00
Robert Muir
2d1c5560d5 LUCENE-4663: IndexSearcher.document should not be final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429927 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:03:54 +00:00
Robert Muir
e327c650c0 more progress on lucene41 impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1429834 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 15:15:45 +00:00
Uwe Schindler
b56b6c1f71 SOLR-4265: Remove useless setting in Jetty's server config file, as maximum form content is now handled by solr's RequestParser and not the web container.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429822 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 14:42:45 +00:00
Shalin Shekhar Mangar
c446098665 SOLR-4279: Wrong exception message if _version_ field is multivalued
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429804 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 14:19:28 +00:00
Shai Erera
c2ccab114d make CategoryPathUtils package-private (fix documentation-lint complaints)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429680 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 06:30:05 +00:00
Michael McCandless
fa59580879 LUCENE-4661: lower default maxThread/MergeCount in CMS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429616 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 23:53:34 +00:00
Shai Erera
b9a3d9ca70 LUCENE-4659: Cleanup CategoryPath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429570 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 19:07:44 +00:00
Uwe Schindler
cf8a0ca50b SOLR-4265: Fix decoding of GET/POST parameters for servlet containers with non-UTF-8 URL parsing (Tomcat)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429534 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 14:55:11 +00:00
Robert Muir
a347753992 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429519 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 13:38:02 +00:00
David Wayne Smiley
6db40b852d SOLR-4255: (CHANGES.txt) add spatial filter=false local-param option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429468 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 06:14:45 +00:00
David Wayne Smiley
9c5d4ff5cb SOLR-4255: add spatial filter=false local-param option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429466 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 06:01:58 +00:00
Uwe Schindler
643fab0b82 SOLR-4275: Fix test. Sorry, the Solr build system did not recognize the test change without ant clean!?
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429419 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 23:03:51 +00:00
Robert Muir
64e18dc0f6 SOLR-4271: add support for PostingsHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429413 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 22:51:30 +00:00
Uwe Schindler
8e49b54fde SOLR-4275: Add test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429410 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 22:44:18 +00:00
Uwe Schindler
981694a910 SOLR-4275: Fix TrieTokenizer to no longer throw StringIndexOutOfBoundsException in admin UI / AnalysisRequestHandler when you enter no number to tokenize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429401 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 22:19:14 +00:00
Stefan Matheis
c734e6d021 SOLR-3829: Admin UI Logging events broken if schema.xml defines a catch-all dynamicField with type ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429298 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:43:59 +00:00
Stefan Matheis
4bcef71a34 SOLR-4263: Incorrect Link from Schema-Browser to Query From for Top-Terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429296 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:40:32 +00:00
Stefan Matheis
babf990922 SOLR-4079: Long core names break web gui appearance and functionality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429292 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:36:33 +00:00
Stefan Matheis
7364aab17f SOLR-3840: XML query response display is unreadable in Solr Admin Query UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429288 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:25:29 +00:00
Stefan Matheis
348f84c32f SOLR-3851: create a new core/delete an existing core should also update the main/left list of cores on the admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429286 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:21:28 +00:00
Stefan Matheis
f51a29707f SOLR-4176: analysis ui: javascript not properly handling URL decoding of input
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429261 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 11:04:55 +00:00
Stefan Matheis
8172b5d535 SOLR-4045: SOLR admin page returns HTTP 404 on core names containing a '.' (dot)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429259 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:57:21 +00:00
Stefan Matheis
65a9cc3643 SOLR-4261: Percentage Infos on Dashboard have a fixed width
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429256 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:53:39 +00:00
Stefan Matheis
449296da9d SOLR-4264: Missing Error-Screen on UI's Cloud-Page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429254 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:50:24 +00:00
Stefan Matheis
01d27847bf SOLR-4262: Replication Icon on Dashboard does not reflect Master-/Slave-State
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429252 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:48:03 +00:00
Stefan Matheis
46d9f0dce9 SOLR-4262: Replication Icon on Dashboard does not reflect Master-/Slave-State
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429248 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:44:29 +00:00
Steven Rowe
4564af86df LUCENE-4662: Add missing elided articles and prepositions to French ElisionFilter list under Solr example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429191 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 02:01:02 +00:00
Yonik Seeley
38610f9b09 SOLR-4121: add test for fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429188 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 01:53:15 +00:00
Yonik Seeley
68f9994ae8 SOLR-4121: add test for fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429181 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 01:29:57 +00:00
Steven Rowe
450d3cf9d4 LUCENE-4662: CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429177 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 01:03:52 +00:00
Steven Rowe
9caf4eccc2 LUCENE-4662: Add missing elided articles and prepos to FrenchAnalyzer's list passed to ElisionFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429174 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 00:53:22 +00:00
Mark Robert Miller
eeab864233 tests: update to not check cloud client fails = 0 for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429075 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 19:59:33 +00:00
Mark Robert Miller
3690e29cfb SOLR-3180: tests: timeouts from 30 sec to 60 sec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429027 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 18:44:08 +00:00