David Wayne Smiley
|
1db287ce64
|
LUCENE-4351 update to Spatial4j 0.3. Lucene spatial distances are now all degrees based (0-180). Also, improved TestRecursivePrefixTreeStrategy.geohashRecursiveRandom() to use circle index clusters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381230 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 15:37:11 +00:00 |
Michael McCandless
|
3138115587
|
test: do our own rough RAM accounting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381207 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 14:47:01 +00:00 |
Michael McCandless
|
5d211a7b5d
|
don't use private class in API signature
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381170 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 13:26:02 +00:00 |
Robert Muir
|
32fe9435f8
|
enforce javadocs on all codecs/ classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381168 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 13:25:29 +00:00 |
Robert Muir
|
260d8fd3f5
|
fix most broken javadocs links, compilation dependencies: link test-framework javadocs to .codecs, remove duplicate package (put all blockterms stuff in .blockterms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381163 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 13:16:12 +00:00 |
Dawid Weiss
|
7c4ce14e7f
|
Update missing SHA files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381139 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 11:01:22 +00:00 |
Dawid Weiss
|
b3c300709c
|
LUCENE-4360: Support running the same test suite multiple times in parallel.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381123 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 10:05:44 +00:00 |
Adrien Grand
|
f00b65a4af
|
LUCENE-4340: Add lucene/codecs to lucene/core test classpath.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381086 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 09:07:38 +00:00 |
Adrien Grand
|
257db54ab0
|
LUCENE-4340: move non-default codec, postings format and terms dictionary implementations to lucene/codecs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381071 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 08:44:11 +00:00 |
Greg Bowyer
|
c453aec3f8
|
Tighten parts of the security policy for tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381047 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 07:48:00 +00:00 |
Robert Muir
|
99c26e9955
|
LUCENE-4357: icu tools/ use forbidden apis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380967 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 03:41:08 +00:00 |
Greg Bowyer
|
9b049b0dbd
|
LUCENE-4332: Integrate PiTest mutation coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380938 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 23:54:13 +00:00 |
Robert Muir
|
6bfbc40a35
|
LUCENE-4354: fix maven dependencies to be consistent with binary package (selckin's patch)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380899 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 21:35:34 +00:00 |
Robert Muir
|
4886491909
|
LUCENE-4359: allow docvalues to be unstored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380824 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 19:33:37 +00:00 |
Robert Muir
|
8ff108e41d
|
LUCENE-4218: restore stringValue for numeric fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380812 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 19:01:04 +00:00 |
Michael McCandless
|
ea8ecb15a4
|
fix test/test-framework/real bug causing OOME in TestPostingsFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380808 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 18:52:19 +00:00 |
David Wayne Smiley
|
635699a563
|
LUCENE-4342 errant +1 in spatial prefix tree factory getLevelForDistance()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380739 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 16:59:27 +00:00 |
Uwe Schindler
|
e053eb2a16
|
Fix broken maven repository URL on filesystems with spaces and backslash...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380706 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 15:59:58 +00:00 |
Robert Muir
|
7801531900
|
LUCENE-4356: settle on one version of commons-compress
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380683 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 15:39:55 +00:00 |
Uwe Schindler
|
1d2096c17a
|
LUCENE-4352: Only the test runner should be able to System.exit()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380391 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-03 22:46:04 +00:00 |
Uwe Schindler
|
bde79d433c
|
LUCENE-3312: The API of oal.document was restructured to differentiate between stored documents and indexed documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379982 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-02 14:35:35 +00:00 |
Uwe Schindler
|
ddf54938ee
|
Lucene 5.0 currently needs no migration guide. A new one will start with LUCENE-3312.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379946 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-02 11:36:22 +00:00 |
Uwe Schindler
|
0b3b1fa69e
|
LUCENE-3312: Add Robert's warning back.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1379945 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-02 11:26:32 +00:00 |
Uwe Schindler
|
12dddf2285
|
LUCENE-3312: Final merge before reintegrate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1379940 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-02 11:21:01 +00:00 |
David Wayne Smiley
|
8f0a8f4cb0
|
LUCENE-4208 woops; meant {@code } not {@link }
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379685 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-01 02:30:26 +00:00 |
David Wayne Smiley
|
7164584523
|
LUCENE-4342 fix distance precision lookup for prefix trees, and modify the default algorithm.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379530 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 17:53:05 +00:00 |
Adrien Grand
|
487c3306d8
|
Make it harder for people to re-introduce specializations of BulkOperationPackedSingleBlock. :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379489 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 15:58:49 +00:00 |
Adrien Grand
|
fd6d0f1566
|
LUCENE-4322: Reduce lucene-core JAR size by unspecializing BulkOperationPackedSingleBlock and rolling back some loops.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379479 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 15:32:29 +00:00 |
Uwe Schindler
|
a9071632c0
|
Don't fail on unknown IOContexts - TODO: Move the default buffer size into the Context enum as getter?
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379459 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 14:06:08 +00:00 |
Uwe Schindler
|
8f88aa6497
|
Turn some "assert false" in switch and switch-like statements into AssertionErrors. If we get into the default block we are wrong and we can also throw Ex, because then there is logic error (e.g. after new enum constant was added)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379450 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 13:55:25 +00:00 |
Robert Muir
|
63a95f1175
|
LUCENE-4196: add missing checks when reading up-front metadata
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379443 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 13:18:22 +00:00 |
Chris M. Hostetter
|
adc8db0353
|
SOLR-3441: ElisionFilterFactory is now MultiTermAware
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379275 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 03:44:05 +00:00 |
Uwe Schindler
|
9e19c17094
|
LUCENE-3312: Fix incorrect JavaDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1379207 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 22:58:33 +00:00 |
Uwe Schindler
|
50d2639308
|
LUCENE-3312: Merge up to trunk and fix basic Javadocs merge conflicts. The new classes now need method descriptions, mainly oal.index.StorableField(Type)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1379200 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 22:43:41 +00:00 |
Robert Muir
|
cfef80af55
|
LUCENE-4339: merge changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379176 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 21:52:20 +00:00 |
Uwe Schindler
|
856974ca39
|
Add some link to the explanation of the FreeBSD Jail issue workaround
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379141 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 20:55:30 +00:00 |
Robert Muir
|
1b85d60d02
|
allow tests to write to clover db
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379118 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 20:25:26 +00:00 |
Uwe Schindler
|
4b3df5d661
|
LUCENE-4337: Add a workaround for lucene.zones.apache.org's broken network configuration, also fix other possible misconfigurations of /etc/hosts: Solr sometimes connects to localhost, sometimes to 127.0.0.1, which may be different addresses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379039 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 17:56:15 +00:00 |
Robert Muir
|
d7120c7e43
|
LUCENE-4343: clear up more Tokenizer.setReader/TokenStream.reset issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379036 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 17:50:18 +00:00 |
Uwe Schindler
|
9b31cfe6ad
|
LUCENE-4337: For now (hopefully) fix problem on FreeBSD. The whole listen to 127.0.0.1 does not work alltogether, because Java allows binding to every port, just not accepting! See issue for details.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378991 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 15:39:27 +00:00 |
Robert Muir
|
a4702d3711
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378959 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 14:33:44 +00:00 |
Uwe Schindler
|
72d18af4a0
|
LUCENE-4337: Add missing EOL-Style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378936 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 13:38:29 +00:00 |
Uwe Schindler
|
1e573d0ea6
|
LUCENE-4337: Add a SecurityManager to run tests using a custom policy file, disallowing write/delete access outside ${build.dir} and listening network sockets on any other address than 127.0.0.1:1024-. This also fixes failing Solr tests because of creating index in example folder or listening on 0.0.0.0 (JMX)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378914 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 12:54:06 +00:00 |
Robert Muir
|
b2ca2895b7
|
full javadocs for .analysis, give Analyzer its Closeable back, remove duplicate javadocs that are inherited anyway
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378797 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 03:59:32 +00:00 |
Michael McCandless
|
d77cde0c61
|
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378682 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 18:53:30 +00:00 |
Robert Muir
|
71dd31de24
|
Add an example that builds a CharFilter chain in Analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378593 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 14:56:28 +00:00 |
Martijn van Groningen
|
d447b1ae51
|
LUCENE-4333: Fixed bug caused by previous commit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378568 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 14:07:31 +00:00 |
Robert Muir
|
660e880347
|
add information about Payload->BytesRef
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378555 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 13:51:43 +00:00 |
Michael McCandless
|
61385c2817
|
don't assert forceMerge works since this test uses NoMergePolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378493 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 10:24:09 +00:00 |
Adrien Grand
|
ebde32f31f
|
LUCENE-4322: Start reducing the JAR size by only specializing decode for bitsPerValue in [1-24].
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378492 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 10:22:03 +00:00 |
Steven Rowe
|
c8aa9c1f42
|
SOLR-2747: Added 'ant changes-to-html' to Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378452 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 06:26:02 +00:00 |
Uwe Schindler
|
223b127eae
|
LUCENE-4336: Finally I found a solution with IVY patterns. Sorry for repeated commits.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378396 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 00:16:55 +00:00 |
Uwe Schindler
|
e70e2c6439
|
LUCENE-4336: Remove useless and conflicting attribute!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378385 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 23:42:59 +00:00 |
Uwe Schindler
|
44410bc9a9
|
LUCENE-4336: JavaCC tasks should use IVY
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378381 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 23:29:44 +00:00 |
Dawid Weiss
|
0cd9b42034
|
LUCENE-4338: Redirect java.io.tmpdir so that each JVM gets their own tmpdir under a build/test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378352 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 21:16:51 +00:00 |
Robert Muir
|
0d707bd8c7
|
fix broken javadocs (javacc bug) by regenerating with latest version, fix broken links in .javacc (reintroduced if you regenerate)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378274 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 19:19:20 +00:00 |
Michael McCandless
|
16692d69f4
|
javadocs: fix broken HTML
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378250 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 18:11:14 +00:00 |
Michael McCandless
|
6382ff2607
|
move imports down
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378207 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 16:24:31 +00:00 |
Michael McCandless
|
6722080cfc
|
use {@code ...}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378203 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 16:16:38 +00:00 |
Robert Muir
|
005fe165dc
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378183 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 15:44:31 +00:00 |
Robert Muir
|
15abfb83be
|
fix broken html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378152 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 14:37:46 +00:00 |
Michael McCandless
|
a8ba6a23be
|
escape generics to HTML
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378140 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 14:02:19 +00:00 |
Uwe Schindler
|
86eb842ab3
|
Add javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378119 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 13:04:58 +00:00 |
Robert Muir
|
59637e32ee
|
fix end tag, otherwise half of Directory javadocs are in italics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378094 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 12:01:18 +00:00 |
Robert Muir
|
84fb1d09d0
|
LUCENE-4334: remove unnecessary ant-junit dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378090 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 11:50:28 +00:00 |
Martijn van Groningen
|
31c9cede9a
|
LUCENE-4333: Fixed NPE in TermGroupFacetCollector when faceting on mv fields.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378077 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 11:03:46 +00:00 |
Uwe Schindler
|
d8f36a22b1
|
LUCENE-3923: Faster SVN WC checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377991 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 06:50:46 +00:00 |
Robert Muir
|
d3e059b5e7
|
add missing javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377972 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 04:14:50 +00:00 |
Robert Muir
|
4716b0bc21
|
LUCENE-4324: nuke default ctors on some all-static-method util classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377923 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 00:40:22 +00:00 |
Robert Muir
|
68c7fb5ea3
|
minor improvements to Field/IndexableField javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377901 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 23:06:38 +00:00 |
Robert Muir
|
2afa06672f
|
remove useless inheritdocs (if you dont add to it, it does nothing)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377893 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 22:30:09 +00:00 |
Robert Muir
|
5ba7843db9
|
improve (Indexable)FieldType docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377885 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 21:59:27 +00:00 |
Robert Muir
|
682123b2fe
|
make these javadoc comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377845 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 20:43:52 +00:00 |
Robert Muir
|
4f76db5650
|
improve these javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377836 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 20:36:18 +00:00 |
Robert Muir
|
75ec677928
|
fix javadocs so they dont grow bigger and Bigger and BIGGER (http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/util/Constants.html)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377797 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 19:19:55 +00:00 |
Robert Muir
|
c61a8c0b71
|
add more missing javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377758 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 17:31:23 +00:00 |
Michael McCandless
|
64549e4332
|
fix test thread safety issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377711 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 15:20:17 +00:00 |
Robert Muir
|
458fcb4446
|
LUCENE-3923: fail the build on wrong svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377702 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 14:47:19 +00:00 |
Martijn van Groningen
|
8e48cb3157
|
LUCENE-4224: Add in-order scorer to query time joining and the
out-of-order scorer throws an UOE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377691 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 14:22:13 +00:00 |
Uwe Schindler
|
dc4b2cc7b6
|
Make log output nicer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377663 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-27 12:58:16 +00:00 |
Uwe Schindler
|
6fbeade64b
|
sorry!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377405 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-26 09:49:55 +00:00 |
Uwe Schindler
|
ccd6a2ca54
|
Fix more test to not fail when rarely() selects a maximum segment size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377397 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-26 09:31:40 +00:00 |
Uwe Schindler
|
50f38aa1ab
|
Fix test failure because of CFS files expected
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377384 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-26 08:22:34 +00:00 |
Michael McCandless
|
35285cf295
|
fix typo itsself -> itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377363 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-25 22:11:56 +00:00 |
Uwe Schindler
|
c58c87b743
|
LUCENE-3312: inline Iterator and don't clone into ArrayList.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1377263 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-25 11:06:09 +00:00 |
Uwe Schindler
|
2317133ca2
|
LUCENE-3312: Merge up to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1377246 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-25 10:06:07 +00:00 |
Robert Muir
|
78b9c425e3
|
LUCENE-4327: Use BooleanScorer1 for filter-down-low queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377050 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 19:02:52 +00:00 |
Michael McCandless
|
c27bf9018e
|
show stdout/err when -Dtests.showSuccess=true is set
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376974 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 15:52:18 +00:00 |
Uwe Schindler
|
92b201f1df
|
Fix test failure caused by additional disk space used by CFS files (CFS files are created here, because newLogMergePolicy now also randomized CFS ratio).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376919 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 14:05:01 +00:00 |
Erik Hatcher
|
a2c37ef44d
|
Add slashes around RegexpQuery.toString output for clarity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376797 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 00:04:29 +00:00 |
Uwe Schindler
|
89f9beb738
|
LUCENE-4323: Added support for an absolute maximum CFS segment size (in MiB) to LogMergePolicy and TieredMergePolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376766 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 23:15:11 +00:00 |
Robert Muir
|
a7baf1cd9f
|
LUCENE-3892: put blockpostingsformat into the oven (thanks clover)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376722 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 22:05:54 +00:00 |
Robert Muir
|
6273450e4e
|
add some missing class javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376712 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 21:45:03 +00:00 |
Robert Muir
|
edffda8b76
|
try to bring this list more up to date, and link in the queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376635 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 18:28:43 +00:00 |
Robert Muir
|
25b87a98c6
|
add links to concrete analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376629 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 18:19:35 +00:00 |
Uwe Schindler
|
6fa4f99658
|
Add missing @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376625 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 18:11:16 +00:00 |
Uwe Schindler
|
1ee80d804e
|
Fix strange logic with UOE and abstract methods, as hierarchy is otherwise hard to understand. TODO: indent is sometimes 4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376617 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 18:03:06 +00:00 |
Robert Muir
|
db64ca99f5
|
LUCENE-3755: add simple example to javadocs of Analyzer and ref package docs for more examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376614 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 17:58:56 +00:00 |
Michael McCandless
|
6368e03ef8
|
LUCENE-3309: add CHANGES/MIGRATE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376548 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 15:31:07 +00:00 |
Uwe Schindler
|
1ecbbd2877
|
Small optimization to not gerenate too many "null"s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376517 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 14:52:34 +00:00 |