Commit Graph

10116 Commits

Author SHA1 Message Date
Robert Muir fbe0c8e369 LUCENE-2995: svn:ignore the build directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126645 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 18:36:11 +00:00
Robert Muir f5048293b5 LUCENE-2995: factor out a shared spellchecking module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126642 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 18:33:53 +00:00
Robert Muir 3be9e4b90a LUCENE-3117: move norms version constant out of SegmentMerger
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126573 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 16:36:22 +00:00
Michael McCandless 4666e84ee1 LUCENE-3112: add IW.add/updateDocuments, to atomically add a block of docs with guaranteed sequential docIDs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126560 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 16:02:25 +00:00
Koji Sekiguchi 0974e2768a SOLR-2536: add ReloadCacheRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126487 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 13:31:03 +00:00
Steven Rowe 00c35bfec3 LUCENE-2981: Removed ant, bdb, bdb-je, lucli, and swing contribs from the Maven configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126310 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 04:55:03 +00:00
Steven Rowe b554dd1902 LUCENE-2981: Removed ant, bdb, bdb-je, lucli, and swing contribs from the IntelliJ IDEA configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126307 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 04:30:59 +00:00
Robert Muir e2b888e9de LUCENE-3127: pull CoreReaders out of SegmentReader.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126284 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 00:36:31 +00:00
Robert Muir d1219a5769 LUCENE-2981: review/remove unused/unsupported contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126280 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 00:10:44 +00:00
Koji Sekiguchi 49fe358760 use prettify in grouping package javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126275 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 23:56:43 +00:00
Steven Rowe 1a936ed69d Add pattern to include solr/src/test-files/Top50KWiki.utf8 in resources copied to test classpath prior to testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126232 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 21:34:31 +00:00
Michael McCandless ca7a6b6905 LUCENE-2972: must alloc OpenBitSet to numOrd not numDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126091 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 17:06:27 +00:00
Michael McCandless 8441023719 test fix: LuceneTestCase was reporting the wrong iter that failed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126022 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 16:08:36 +00:00
Michael McCandless 3ec7abd684 allow MockTokenizer to take max token length; default to MAX_INT (= no change)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125972 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 14:18:55 +00:00
Doron Cohen 886e17c842 SOLR-2500: TestSolrProperties sometimes fails with "no such core: core0"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125932 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 12:00:42 +00:00
Michael McCandless dbf5ab4af2 test-only fixes: MockRandomCodec sometimes never picked an index term; TestNRTThreads creates way too many segments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125711 13f79535-47bb-0310-9956-ffa450edef68
2011-05-21 14:21:31 +00:00
Steven Rowe 91c74bb6e7 SOLR-2421: remove unnecessary dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125567 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 20:55:31 +00:00
Stanisław Osiński a49fccc4b3 SOLR-2448: Updating SimpleXML JAR to version 2.4.1 for consistency with the Maven dependency declaration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125526 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 19:39:42 +00:00
Ryan McKinley 4a0057d6ab SOLR-2513: remove final from XMLWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125497 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 18:34:18 +00:00
Robert Muir cee538500e LUCENE-3117: pull SegmentReader.Norms out of SegmentReader.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125376 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 13:33:21 +00:00
Robert Muir ba7845ae74 add some javadocs to the test-framework analysis components
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125165 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 23:02:52 +00:00
Koji Sekiguchi 897ad47877 SOLR-2528: move change log entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125156 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 22:50:09 +00:00
Koji Sekiguchi 4832ff0359 SOLR-2528: set HtmlEncoder default off in example solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125150 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 22:41:19 +00:00
Robert Muir 0cce52fb92 CHANGES cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125134 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 21:49:42 +00:00
Robert Muir dc76ad5ca2 CHANGES cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125127 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 21:32:15 +00:00
Robert Muir 90f7f3f3b4 SOLR-2531: remove some per-term waste in SimpleFacets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125011 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 17:37:22 +00:00
Michael McCandless d987a8d48f LUCENE-3123: create 50 segs not 100 (to test bg optimize)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125006 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 17:23:30 +00:00
Shai Erera fa5da66404 LUCENE-3102: add no-wrap ability to CachingCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124379 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 18:51:39 +00:00
Robert Muir 731e619a7c LUCENE-3012: if you use setNorm, lucene writes a headerless separate norms file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124366 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 18:23:06 +00:00
Michael McCandless 62a40f5c36 LUCENE-2027: remove Directory.touchFile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124363 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 18:13:23 +00:00
Uwe Schindler deb41ad1f1 Fix tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124330 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 16:29:21 +00:00
Uwe Schindler e3a3a7aafe Fix small copy paste error (no test failed!!!) in LUCENE-3084 (how can this happen?)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124316 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 16:16:29 +00:00
Uwe Schindler 4fb8aa0d4e LUCENE-3084: Eliminate Vector subclassing in SegmentInfos, redesign API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124307 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 15:57:36 +00:00
Michael McCandless 92b00742ee fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124298 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 15:17:51 +00:00
Doron Cohen af9930c6cb UCENE-3068: sloppy phrase query failed to match valid documents when multiple
query terms had same position in the query.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124293 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 14:59:38 +00:00
Robert Muir 09ce1ac540 LUCENE-3103: create a simple test that indexes and searches byte[] terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124288 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 14:43:38 +00:00
Yonik Seeley 66275ea881 SOLR-2521: TestJoin.testRandom fails, improve effective test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124268 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 13:51:35 +00:00
Robert Muir 06c339745e LUCENE-3014: Add comparator API for versioned strings (e.g. segment versions)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124266 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 13:48:52 +00:00
Michael McCandless 180ea83937 fix typo in exc message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1124160 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 10:05:56 +00:00
Shai Erera fa23344e40 LUCENE-3102: add factory method to CachingCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104683 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 04:00:48 +00:00
Robert Muir f1a1844fb9 LUCENE-3113: fix analyzer bugs found by MockTokenizer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104519 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 20:16:40 +00:00
Michael McCandless 85f38eb661 LUCENE-3111: multiple outputs for the empty string should always be merged by the outputs impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104453 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 18:37:17 +00:00
Robert Muir fc85939864 LUCENE-3111: more intense checking from LuceneTestCase for setUp/tearDown bugs in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104452 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 18:32:07 +00:00
Michael McCandless 808ccbc021 LUCENE-3098: add missing CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104434 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 17:50:44 +00:00
Michael McCandless 3525ba940f LUCENE-3092: add NRTCachingDirectory, to cache small segments written when frequently opening NRT readers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104432 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 17:48:06 +00:00
Michael McCandless 1c464e6dcc LUCENE-3098: add AllGroupsCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104421 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 17:20:54 +00:00
Shai Erera 381461d3c9 LUCENE-2736: clarify DISI.advance()'s javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104167 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:36:30 +00:00
Simon Willnauer 801d63d369 LUCENE-3100: IW.commit() writes but fails to fsync the N.fnx file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104090 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 09:59:08 +00:00
Simon Willnauer 4fd5dceb99 LUCENE-3090: DWFlushControl does not take active DWPT out of the loop on fullFlush
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1104026 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 06:58:39 +00:00
Yonik Seeley a320a7929a SOLR-2520: escape u2029 as well as u2028 to make valid javascript as well as JSON
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103983 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 02:09:33 +00:00