Commit Graph

16592 Commits

Author SHA1 Message Date
Mark Robert Miller 9bfa9dc767 SOLR-4380: fix JIRA issue number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440518 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 16:57:13 +00:00
Mark Robert Miller dd9ffb9bc5 SOLR-3911: Replicate after startup option would not replicate until the IndexWriter was lazily opened.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440508 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 16:29:05 +00:00
Robert Muir 174cddc9f3 add more info
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440433 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 14:38:18 +00:00
Robert Muir c4d720b6a7 OOM prevention with many unique sorted values (still slooooooooooooow)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440429 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 14:21:22 +00:00
Shai Erera 42256baec5 LUCENE-4715: Add OrdinalPolicy.ALL_BUT_DIMENSION
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440416 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 13:51:38 +00:00
Michael McCandless 23eb872045 fix BinaryDVWriter to use ByteBlockPool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440397 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 13:21:17 +00:00
Robert Muir 7143779b04 buffer up per-doc sortedbytes ordinals in packedints too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440377 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 12:46:17 +00:00
Adrien Grand 913b168255 Fix test bug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440311 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 09:14:08 +00:00
Adrien Grand a81ac90986 LUCENE-4732: Fixed TermsEnum.seekCeil/seekExact on term vectors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440308 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 09:08:06 +00:00
Chris M. Hostetter 4ec7239ce8 SOLR-3904: package.html for all packages in solr-core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440263 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 03:42:59 +00:00
Robert Muir 3ecb5d8831 clean up iterators / iterators bugs / style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440234 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 01:20:46 +00:00
Jan Høydahl d6317b5e68 SOLR-3967: langid.enforceSchema option checks source field instead of target field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440226 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 00:26:39 +00:00
Robert Muir 34634ff4ec fix OOM (allocating too-large int[] in indexer for binary lengths)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440224 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 23:56:15 +00:00
Michael McCandless 606eec0b99 LUCENE-4735: workaround IBM J9 JVM bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440137 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 21:15:50 +00:00
Mark Robert Miller 529af9a0bb tests: remove these annoying svn sub properties from config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440069 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 19:23:45 +00:00
Robert Muir d08b259fba add another nocommit: i should be able to index Integer.MAX_VALUE documents without jacking up heap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440053 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 18:44:39 +00:00
Robert Muir b231ae0129 add variable length byte[] test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440050 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 18:39:47 +00:00
Stefan Matheis 99dae78095 SOLR-4284: Admin UI - Fix Schema-Browser-Link on Analysis-Screen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440044 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 18:20:47 +00:00
Stefan Matheis 243cb60ed2 SOLR-4364: Admin UI - Locale based number formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440014 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 17:34:10 +00:00
Robert Muir a006dc873a add test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440001 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 17:05:40 +00:00
Adrien Grand 577364e414 Merge trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439991 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 16:44:16 +00:00
Robert Muir 661d292ff3 account for 8 bytes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439957 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 15:55:37 +00:00
Robert Muir c6f46239ff BUILD SUCCESSFUL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439950 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 15:40:04 +00:00
Michael McCandless d1a8550d2e move tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439948 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 15:36:05 +00:00
Michael McCandless 09930c4c64 add tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439939 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 15:29:48 +00:00
Robert Muir 2212440b3b add TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439918 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 14:52:41 +00:00
Robert Muir fa35092734 remove n^2 ram accounting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439915 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 14:47:04 +00:00
Robert Muir 6bfac8590b add nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439911 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 14:37:38 +00:00
Robert Muir 5524eeb53f add test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439897 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 14:00:43 +00:00
Adrien Grand 6e94f43152 LUCENE-4726: Make PackedInts encoding from/to byte byte-aligned.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439886 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 13:21:29 +00:00
Robert Muir e8a0b98b15 clear nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439878 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 13:06:32 +00:00
Steven Rowe 0ce4cdde5a Convert backslashes in Windows paths to forward slashes - otherwise StreamTokenizer interprets the backslashes as escape chars, and "work.dir" can't be found.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439751 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 05:38:40 +00:00
Michael McCandless 7e683d8ed0 move normDVType checking into FieldInfo; add nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439727 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 01:18:13 +00:00
Robert Muir 348ed1d255 dump 4.0-internal specific tests (tested in BaseDocValuesFormatTestCase)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439725 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 01:15:33 +00:00
Michael McCandless 726659bf9a move docValuesType checking down to FieldInfo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439722 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 00:49:18 +00:00
Michael McCandless 905cf63c0e remove 2 nocommits, add 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439721 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 00:40:14 +00:00
Steven Rowe 679cf6d5b3 fix typos in solr tutorial
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439718 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 00:35:16 +00:00
Michael McCandless 38a1db697a remove stale nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439712 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 00:19:27 +00:00
Michael McCandless d8afc5ab84 fix nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439709 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 00:05:50 +00:00
Robert Muir d9243646ef nuke old test, move threaded test to WithThreads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439699 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 23:53:02 +00:00
Robert Muir ec66cdb3f5 tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439698 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 23:46:43 +00:00
Robert Muir 8569769825 clear obselete nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439670 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 22:13:01 +00:00
Stefan Matheis 6cb265da45 SOLR-4284: Admin UI - make core list scrollable separate from the rest of the UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439602 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 19:56:10 +00:00
Robert Muir 2552280951 eol-style: native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439572 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 19:04:25 +00:00
Chris M. Hostetter 5dbcae4cd3 SOLR-4342: Fix DataImportHandler stats to be a prper Map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439536 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 18:03:26 +00:00
Adrien Grand 13215a0b61 Revert r1439532.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439535 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 18:03:20 +00:00
Robert Muir 38d6a044a6 add nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439532 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 17:59:33 +00:00
Adrien Grand 955aef17b6 Fix AppendingLongBuffer/Iterator.hasNext.
This method failed to return the right result when the total number of values was a multiple of MAX_PENDING_COUNT = 1024.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439530 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 17:58:59 +00:00
Robert Muir e42d057f81 move these tests to base dv format class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439520 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 17:41:48 +00:00
Robert Muir 4cfc012bfa fix test bug (and fix IWC to fail immediately if you do this)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439519 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 17:41:21 +00:00