Commit Graph

23556 Commits

Author SHA1 Message Date
Mark Robert Miller d3d9d353af SOLR-8074: LoadAdminUIServlet directly references admin.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710271 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 17:23:55 +00:00
Tommaso Teofili 4af4c701b2 LUCENE-6854 - added precision, recall, f1 measure metrics to ConfusionMatrix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710249 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 15:49:04 +00:00
Tommaso Teofili c3319445dc LUCENE-6853 - disabled accuracy check in BPC performance test until this is fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710230 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 15:09:26 +00:00
Shalin Shekhar Mangar 3a4b4310b4 SOLR-8189: eTag calculation during HTTP Cache Validation uses unsynchronized WeakHashMap causing threads to be stuck in runnable state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710218 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 14:03:49 +00:00
Tommaso Teofili 308d0101f3 LUCENE-6479 - added a raw accuracy calculation to confusion matrix, minor adjustments to splitter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710197 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 12:21:50 +00:00
Upayavira 34c87c2c4a SOLR-8157 Make links between nodes work correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710150 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 09:08:04 +00:00
Yonik Seeley 8d2a0a135e SOLR-8164: fix parsedquery debug output double-parens, add tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710106 13f79535-47bb-0310-9956-ffa450edef68
2015-10-22 21:33:31 +00:00
Shalin Shekhar Mangar ab3c1a48cd SOLR-7843: DataImportHandler's delta imports leak memory because the delta keys are kept in memory and not cleared after the process is finished
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710078 13f79535-47bb-0310-9956-ffa450edef68
2015-10-22 19:14:24 +00:00
Michael McCandless af3a54ad0b disable virus checker for geo tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710016 13f79535-47bb-0310-9956-ffa450edef68
2015-10-22 13:41:27 +00:00
Alan Woodward 5969426d82 LUCENE-6845: Merge SpanScorer into Spans
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709964 13f79535-47bb-0310-9956-ffa450edef68
2015-10-22 09:16:03 +00:00
Shalin Shekhar Mangar 55261556c7 LUCENE-6780: Fix svn:eol-style to make precommit happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709954 13f79535-47bb-0310-9956-ffa450edef68
2015-10-22 05:32:00 +00:00
Michael McCandless 5e6d6920f2 LUCENE-6825: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709930 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 22:17:47 +00:00
Michael McCandless aad653fda5 LUCENE-6825: make sure we close open file on exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709928 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 22:12:02 +00:00
Nick Knize 91e6bef3c7 LUCENE-6780: add missing classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709927 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 22:07:10 +00:00
Nick Knize d369057766 LUCENE-6780: Improves GeoPointDistanceQuery accuracy with large radius. Improves testing rigor to GeoPointField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709926 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 21:59:08 +00:00
Yonik Seeley 369aa32aea SOLR-8164: fix debug query string repr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709903 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 19:27:15 +00:00
Shalin Shekhar Mangar a4d88a5f39 SOLR-6273: Moved entry in change log from Solr 5.3.0 to 6.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709829 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 13:27:07 +00:00
Michael McCandless f3f232f775 LUCENE-6825: add low-level support for block-KD trees
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709783 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 09:56:42 +00:00
Upayavira d40aef4aca SOLR-7666 Re-fix some accidentally reverted changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709711 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 02:57:17 +00:00
Upayavira b7664ef388 SOLR-7666 Multiple minor fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709707 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 01:53:51 +00:00
Yonik Seeley c7911f41f5 LUCENE-6821: remove unnecessary term clones
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709683 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 21:05:39 +00:00
Shalin Shekhar Mangar 5beea1098e SOLR-6273: Fixed a null check, some typos and a few compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709619 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 14:46:39 +00:00
Shalin Shekhar Mangar 8239523660 Fix comment to match actual default value and renamed constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709610 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 14:32:31 +00:00
Michael McCandless 11745211d3 LUCENE-6847: sidestep virus checkers until we can do LUCENE-6835
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709609 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 14:29:03 +00:00
Tommaso Teofili 9534904c25 LUCENE-6821 - TermQuery's constructors should clone the incoming term
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709576 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 11:57:37 +00:00
Tommaso Teofili d2bee4788a LUCENE-6631 - fixed svn eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709575 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 11:48:53 +00:00
Shalin Shekhar Mangar 091a13c02f LUCENE-6631: Added missing ASL header
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709563 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 10:34:04 +00:00
Tommaso Teofili 7d7d23b26d LUCENE-6631 - added entry in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709536 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 08:23:20 +00:00
Tommaso Teofili 505c32b1e4 LUCENE-6631 - added missing javadoc for kNN classifier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709533 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 08:13:30 +00:00
Tommaso Teofili 4d7488ccf6 LUCENE-6631 - added missing javadoc for kNN classifier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709529 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 07:54:15 +00:00
Tommaso Teofili 02b4e3cf45 added missing javadoc for kNN document classifier field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709528 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 07:46:07 +00:00
Tommaso Teofili 71cea88773 LUCENE-6631 - added document classification api and impls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709522 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 07:36:41 +00:00
Yonik Seeley 0fe5ab3b9b SOLR-8170: fix DocSetBuilder not removing doc 0 if it was deleted
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709499 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 01:12:57 +00:00
Michael McCandless 27c07ec8e3 LUCENE-6778: just use this.radius
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709478 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 21:11:54 +00:00
Michael McCandless 06ef8111bd LUCENE-6778: add GeoPointDistanceRangeQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709476 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 20:40:57 +00:00
Adrien Grand ba3292798f LUCENE-6843: RAMDirectory.listAll() should not return null file names.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709421 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 14:32:13 +00:00
Alan Woodward 0b305f9279 LUCENE-6844: Add includeSpanScore option to PayloadScoreQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709386 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 10:53:37 +00:00
Christine Poerschke c1ec5f5ec7 SOLR-8114: in Grouping.java rename sort to groupSort
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709288 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 15:14:05 +00:00
Uwe Schindler 0acf3d9da8 Fix warning: Remove obsolete close (try-with-resources)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709251 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 10:08:13 +00:00
Uwe Schindler cf0c29a018 Supress unchecked warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709249 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 10:03:52 +00:00
Shalin Shekhar Mangar 15bbb3fd0b SOLR-8162: JmxMonitoredMap#clear triggers a query on all the MBeans thus generating lots of warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709242 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 08:32:53 +00:00
Christine Poerschke 64c73ef6a2 SOLR-8114: in Grouping.java rename groupSort to withinGroupSort
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709230 13f79535-47bb-0310-9956-ffa450edef68
2015-10-18 04:52:14 +00:00
Shalin Shekhar Mangar fabb90d1d3 SOLR-8135: Disable test until it can be fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709142 13f79535-47bb-0310-9956-ffa450edef68
2015-10-17 12:00:56 +00:00
Michael McCandless a7aff1bc43 fix test bug: don't use RAMDirectory when sorting 100 MB worth of data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709060 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 17:16:33 +00:00
Noble Paul 91a6c31d77 SOLR-8167: Authorization framework does not work with POST params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709056 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 16:57:05 +00:00
Shalin Shekhar Mangar 70ae2272df SOLR-8050: Partial update on document with multivalued date field fails to parse date and can also fail to remove dates in some cases.
This closes #202

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709042 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 15:37:42 +00:00
Uwe Schindler d417229dce LUCENE-6830: fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708980 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 13:02:44 +00:00
Uwe Schindler 6b36732a9b LUCENE-6830: Upgrade ANTLR used in expressions module to version 4.5.1-1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708935 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 09:43:56 +00:00
Adrien Grand 70a4825d96 LUCENE-6838: Added getters for IndexSearcher's query cache and caching policy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708832 13f79535-47bb-0310-9956-ffa450edef68
2015-10-15 15:03:46 +00:00
Adrien Grand 15016f17e8 LUCENE-6839: Make SpanOrQuery immutable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708826 13f79535-47bb-0310-9956-ffa450edef68
2015-10-15 14:27:10 +00:00