Michael McCandless
|
a636ef94d1
|
LUCENE-2972: move numBits maintenance under assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127247 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-24 20:05:59 +00:00 |
Michael McCandless
|
5d0b7d21ae
|
LUCENE-2972: add asserts that access to OBS is within bounds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127156 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-24 17:23:58 +00:00 |
Steven Rowe
|
9fcdd5bfa0
|
LUCENE-3112: Make javadocs work under 1.5 JDK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127017 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-24 12:56:56 +00:00 |
Shai Erera
|
03df5817ea
|
LUCENE-3128: ant eclipse creates a .project for Eclipse integration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126884 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-24 06:05:30 +00:00 |
Michael McCandless
|
0775014bb9
|
LUCENE-3098: don't double-lookup the doc's ord
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126761 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-23 21:31:57 +00:00 |
Steven Rowe
|
58d99f3415
|
LUCENE-2995: Update Maven configuration for the new Suggest module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126690 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-23 19:50:54 +00:00 |
Steven Rowe
|
571b682578
|
LUCENE-2995: Update IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126666 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-23 19:06:19 +00:00 |
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 |
Simon Willnauer
|
88d2e85407
|
merged with trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1126449 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-23 11:43:03 +00:00 |
Simon Willnauer
|
cb7583bcb9
|
LUCENE-3108: convert Float on load instead of converting for every lookup through FloatsBuffer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1126430 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-23 10:58:45 +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 |
Simon Willnauer
|
8f13a775b5
|
removed unnecessary synchronization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1125350 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-20 12:35:46 +00:00 |
Simon Willnauer
|
441588a04f
|
LUCENE-3108: Closing previously opened files if not all DocValues can be loaded
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1125348 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-20 12:25:42 +00:00 |
Simon Willnauer
|
c564b77504
|
remove unnecessary ctro
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1125248 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-20 06:03:00 +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 |
Simon Willnauer
|
5b7793da51
|
LUCENE-3125: SegmentMerger was closing in-use DocValues after merge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1125108 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-19 21:12:54 +00:00 |
Simon Willnauer
|
a19d849e2f
|
fix java 5 compile error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1125097 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-19 20:56:25 +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 |
Simon Willnauer
|
6dc4879fec
|
LUCENE-3108: Enable memory tracking for ByteBlockPool allocations in DocValues writer impls.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1124825 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-19 14:22:54 +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 |
Simon Willnauer
|
43e40e8844
|
merged with trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1124321 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-18 16:24:27 +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 |