Commit Graph

14872 Commits

Author SHA1 Message Date
Robert Muir e8a16e028a add reference to codecs module from package intro
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384341 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 14:22:34 +00:00
Robert Muir 8619a8c109 LUCENE-4345: require full javadocs for new module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384297 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 12:20:12 +00:00
Robert Muir 4e4b5be24f LUCENE-4345: javadocs-lint, eclipse, smokeTester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384293 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 12:12:10 +00:00
Michael McCandless 4634ed1bd9 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384284 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 11:42:28 +00:00
Michael McCandless 882d6ec9c4 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384278 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 11:32:19 +00:00
Robert Muir dc02cdd384 LUCENE-4355: improve AtomicReader sugar apis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384274 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 11:21:03 +00:00
Tommaso Teofili bc425d77bc [LUCENE-4345] - fixed svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384253 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 09:40:00 +00:00
Tommaso Teofili 9d4895d177 [LUCENE-4345] - fixed svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384252 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 09:38:57 +00:00
Tommaso Teofili 2166dbe17e [LUCENE-4345] - adding missing overview.html for the javadoc task
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384225 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 08:08:41 +00:00
Dawid Weiss 6b6e3d888c LUCENE-4383: fixes to static memory leak accounting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384222 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 07:32:28 +00:00
Tommaso Teofili 19119c0476 [LUCENE-4345] - IDEA conf files for lucene classification module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384220 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 07:10:47 +00:00
Tommaso Teofili 4711f774ee [LUCENE-4345] - first impl of a classification module for lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384219 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 07:09:58 +00:00
Robert Muir aed9e0f350 fix NumericTokenStream example to use TextField type: IntField is not correct here.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384038 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 17:06:18 +00:00
Robert Muir 647b509169 code snippet improvements: fix out of date api usage and add syntax highlighting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384034 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 16:52:46 +00:00
David Wayne Smiley df5e4e7eb6 LUCENE-4173 remove ignoreIncompatibleGeometry, fail unless given the exact shape needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384026 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 16:33:15 +00:00
Robert Muir feb8720aad LUCENE-4306: dont upgrade this method to public in BaseCompositeReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384000 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 15:34:56 +00:00
Robert Muir 2800989d4a LUCENE-4377: Remove IndexInput.copyBytes(IndexOutput, long)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383905 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 12:15:51 +00:00
Robert Muir 1fe0640fcc fix broken javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383902 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 12:12:56 +00:00
Michael McCandless e3c2194cd1 LUCENE-2163: remove unnecessary sync
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383882 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 11:18:07 +00:00
Dawid Weiss e8ed39cb01 LUCENE-4252: Detect/Fail tests when they leak RAM in static fields.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383841 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 08:20:32 +00:00
David Wayne Smiley 15b4b09ff3 LUCENE-4375 Fix use of BBoxWithin BBoxIntersects and IsWithin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383773 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 05:02:49 +00:00
Chris M. Hostetter e8c6d5b242 SOLR-3827: Fix shareSchema=true in solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383735 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 02:03:45 +00:00
Chris M. Hostetter 64d204c04e SOLR-3823: Fix 'bq' parsing in edismax. Please note that this required reverting the negative boost support added by SOLR-3278
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383708 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 00:53:29 +00:00
Chris M. Hostetter 122bf3435f added test coverage demonstrating negative query boosts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383685 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 23:58:29 +00:00
Chris M. Hostetter 9e42025307 SOLR-3595: fix incorrect issue number in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383654 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 23:23:27 +00:00
Chris M. Hostetter 9561d856c5 SOLR-3087: CurrencyField now generates an appropriate error on schema init if it is configured as multiValued
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383648 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 23:02:25 +00:00
Chris M. Hostetter ee1e747c29 SOLR-3628: SolrInputField and SolrInputDocument are now consistently backed by Collections passed in to setValue/setField, and defensively copy values from Collections passed to addValue/addField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383520 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 18:38:45 +00:00
David Wayne Smiley 3f5a6ee44b LUCENE-4197 spatial: removed unused PrefixCellsTokenizer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383457 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 15:54:58 +00:00
Jan Høydahl 5743ddef9b SOLR-3824: Velocity - Error messages from search not displayed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383405 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 13:25:32 +00:00
Robert Muir 37fe90bc8e fix demo usage instructions in overview.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383217 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 01:53:22 +00:00
Robert Muir 26fc507840 clear mysterious javadocs-lint warning. the first sentence is special: if you place anchors there, they are copied verbatim into summary sections as well, creating duplicate anchors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383201 13f79535-47bb-0310-9956-ffa450edef68
2012-09-11 01:16:32 +00:00
Robert Muir 1517b16cf4 fix remaining broken html and turn on check in linter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383055 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 19:08:41 +00:00
Robert Muir a4ea891571 add level=none option so we can find more broken html in solr javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383047 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 19:00:45 +00:00
Robert Muir fab19135fd fix some bad javadocs html, make AbstractPluginLoader actually readable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383034 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 18:48:08 +00:00
Chris M. Hostetter 8a8d38a852 fix un-closed html tags in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383011 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 18:05:13 +00:00
Steven Rowe d8b619181a Remove useless javadocs that trigger warnings and build failures for some people
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382976 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 16:37:44 +00:00
Robert Muir 7b9fa18073 invert the valid-xml chars check to work with more python installations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382951 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 15:49:30 +00:00
Robert Muir 6d0060a45f fix broken javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382777 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 11:59:27 +00:00
David Wayne Smiley c3bd78a66c Removed helpful link to SpatialExample.java source code in svn. The build policy forbids it :-(
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382633 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 03:32:02 +00:00
Yonik Seeley b34c9a9683 SOLR-3815: separate ZkNodeProps from Replica, change properties from String values to Object values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382621 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 02:14:50 +00:00
Martijn van Groningen 926277b304 Fixed build failure related to LUCENE-4333 changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382610 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 23:50:28 +00:00
Steven Rowe d74cb2ce43 LUCENE-4367: IntelliJ configuration: in the lucene-core-tests module, order the lucene test-framework ahead of the module source.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382560 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 19:00:32 +00:00
David Wayne Smiley 5e48c08dd1 http instead of https external link
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382546 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 17:42:36 +00:00
David Wayne Smiley c3e0ecf435 Improve spatial javadocs, and fixed some javadoc warnings in 2 other places.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382527 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 16:12:03 +00:00
Uwe Schindler 227341579b Don't fail on non-existent m2 repo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382435 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 09:30:52 +00:00
Uwe Schindler 134dd24276 Allow running nightly Jenkins Maven build from a single ANT target. This automatically downloads the Internet (sorry, the correct Maven version 2.2.1, of course) to do this - no need to install Maven at all: ant run-maven-build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382431 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 09:19:32 +00:00
Uwe Schindler f604e613cd Optimize maven validity check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382424 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 08:41:19 +00:00
Steven Rowe d0d741d127 LUCENE-4367: Fix the IntelliJ configuration by splitting up modules with circular dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382419 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 08:21:36 +00:00
Greg Bowyer 8b40b45d01 SOLR-3784: Prevent Javascript UI hangs due to similarity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382385 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 00:02:56 +00:00
David Wayne Smiley 9f0fafc552 LUCENE-4351 fix edge case (again) in test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382355 13f79535-47bb-0310-9956-ffa450edef68
2012-09-08 20:28:23 +00:00