22736 Commits

Author SHA1 Message Date
Anshum Gupta
acb40f6225 SOLR-7275: Authorization framework for Solr. It defines an interface and a mechanism to create, load and use an Authorization plugin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679316 13f79535-47bb-0310-9956-ffa450edef68
2015-05-14 06:20:04 +00:00
Michael McCandless
dcb19cd007 add test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679273 13f79535-47bb-0310-9956-ffa450edef68
2015-05-13 20:45:16 +00:00
Chris M. Hostetter
3c6f6678b1 SOLR-6968: perf tweak: eliminate use of SPARSE storage option since it has some pathologically bad behavior for some set sizes (particularly when merging shard responses)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679241 13f79535-47bb-0310-9956-ffa450edef68
2015-05-13 16:54:46 +00:00
Steven Rowe
761df41537 SOLR-7542: Schema API: Can't remove single dynamic copy field directive
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679225 13f79535-47bb-0310-9956-ffa450edef68
2015-05-13 15:19:57 +00:00
Noble Paul
54c6e5f835 SOLR-7531: added a test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679223 13f79535-47bb-0310-9956-ffa450edef68
2015-05-13 15:16:06 +00:00
Noble Paul
038c2b0cb7 SOLR-7531: config API shows a few keys merged together
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679221 13f79535-47bb-0310-9956-ffa450edef68
2015-05-13 14:53:03 +00:00
Shawn Heisey
b75b546110 SOLR-7243: Return more informative error from CloudSolrServer when available.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679099 13f79535-47bb-0310-9956-ffa450edef68
2015-05-12 21:32:14 +00:00
Tommaso Teofili
2011dbedab LUCENE-6479 - added ConfusionMatrixGenerator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679006 13f79535-47bb-0310-9956-ffa450edef68
2015-05-12 17:05:41 +00:00
Tommaso Teofili
dfede4285c LUCENE-6045 - refactored BPC constructor to be more consistent with others
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679005 13f79535-47bb-0310-9956-ffa450edef68
2015-05-12 17:04:49 +00:00
Martijn van Groningen
3111aeab0e LUCENE-6472: Added min and max document options to global ordinal join
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678989 13f79535-47bb-0310-9956-ffa450edef68
2015-05-12 15:57:08 +00:00
David Wayne Smiley
29490437c5 LUCENE-6475: Fix Geo3d bug RE minimum error resolution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678859 13f79535-47bb-0310-9956-ffa450edef68
2015-05-12 04:21:39 +00:00
Joel Bernstein
e50f4d94c7 SOLR-7377: Streaming Expressions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678743 13f79535-47bb-0310-9956-ffa450edef68
2015-05-11 12:37:18 +00:00
Christian Moen
9d49a76d01 Fix for empty Kuromoji user dictionary NPE (LUCENE-6468)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678685 13f79535-47bb-0310-9956-ffa450edef68
2015-05-11 08:03:56 +00:00
Ramkumar Aiyengar
216fd8d46a SOLR-7514: SolrClient.getByIds fails with ClassCastException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678648 13f79535-47bb-0310-9956-ffa450edef68
2015-05-10 22:25:29 +00:00
Yonik Seeley
f41a65a457 SOLR-7522: single valued numeric field faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678535 13f79535-47bb-0310-9956-ffa450edef68
2015-05-10 03:13:36 +00:00
Yonik Seeley
fb63b4c3db SOLR-7519: SlotAcc resize ability with Resizer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678522 13f79535-47bb-0310-9956-ffa450edef68
2015-05-09 20:50:55 +00:00
Chris M. Hostetter
d479fd7be1 SOLR-7461: stats.field now supports individual local params for 'countDistinct' and 'distinctValues', 'calcdistinct' is still supported as an alias for both options
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678422 13f79535-47bb-0310-9956-ffa450edef68
2015-05-08 18:44:03 +00:00
Anshum Gupta
d42d7e68b5 SOLR-7500: Remove pathPrefix field that was accidentally left over while cleaning up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678269 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 22:57:11 +00:00
Noble Paul
105222b3a8 SOLR-4392: Make it possible to specify AES encrypted password in dataconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678250 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 18:31:35 +00:00
Chris M. Hostetter
06ac78ae55 SOLR-6968: New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678245 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 17:58:58 +00:00
Chris M. Hostetter
6e14814eaa SOLR-4392: revert r1678195 which breaks forbidden-api
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678242 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 17:44:44 +00:00
Noble Paul
d8b66aa10c SOLR-6220: renamed tag names disk to freedisk, and the system property prefix to sysprop.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678222 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 14:41:35 +00:00
Noble Paul
32d8a07281 SOLR-7502: start script should not try to create config set for .system collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678208 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 13:53:57 +00:00
Noble Paul
3e20086499 SOLR-4392: Make it possible to specify AES encrypted password in dataconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678195 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 13:33:23 +00:00
Adrien Grand
be399a96d5 LUCENE-6463: Share more logic between approximated queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678181 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 12:39:20 +00:00
Adrien Grand
b7c48ea313 LUCENE-6350: TermsQuery is now compressed with PrefixCodedTerms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678164 13f79535-47bb-0310-9956-ffa450edef68
2015-05-07 10:51:52 +00:00
Anshum Gupta
2cec2feec8 SOLR-7500: Remove pathPrefix from SolrDispatchFilter as Solr no longer runs as a part of a bigger webapp.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678082 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 19:57:47 +00:00
Anshum Gupta
1276be5967 SOLR-7484: Cleaning up redundant switch cases from the code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678071 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 19:30:07 +00:00
David Wayne Smiley
f06df3cc1d LUCENE-6196: Fix RandomizedShapeTestCase.randomPointIn(Shape)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678059 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 18:49:32 +00:00
David Wayne Smiley
42d19cb26b Fix CHANGES.txt formatting for LUCENE-6422
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678008 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 14:32:35 +00:00
David Wayne Smiley
f760a51f80 LUCENE-6196: Geo3d API, 3d planar geometry for surface of a sphere.
This merge commit renames a couple test utilities that appeared to be tests but weren't.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678005 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 14:24:44 +00:00
Adrien Grand
0c2b899218 LUCENE-6372: Simplified and improved equals/hashcode of span queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677963 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 11:50:24 +00:00
Timothy Potter
0fa9cf7c5c SOLR-7102: bin/solr should activate cloud mode if ZK_HOST is set
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677925 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 05:38:01 +00:00
Timothy Potter
74ebcfd134 SOLR-6878: support adding symmetric synonym lists using the managed synonym API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677923 13f79535-47bb-0310-9956-ffa450edef68
2015-05-06 05:18:47 +00:00
David Wayne Smiley
8e73fa7c4d LUCENE-6196: committing Karl's latest patch
https://reviews.apache.org/r/33811/ (diff #3)


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1677670 13f79535-47bb-0310-9956-ffa450edef68
history/branches/lucene-solr/lucene6196
2015-05-04 20:13:25 +00:00
David Wayne Smiley
3492a41da0 LUCENE-6196: Mark @lucene.experimental or @lucene.internal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1677669 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 20:10:16 +00:00
David Wayne Smiley
4c51278f86 LUCENE-6196: Mark @lucene.experimental or @lucene.internal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1677658 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 19:29:24 +00:00
David Wayne Smiley
9f8f7feec6 LUCENE-6196: Fix javadoc issues; ant precommit is happy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1677656 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 19:14:54 +00:00
Anshum Gupta
09f3cf8680 SOLR-7484: Refactor SolrDispatchFilter to extract all Solr specific implementation detail to HttpSolrCall and also extract methods from within the current SDF.doFilter(..) logic making things easier to manage. HttpSolrCall converts the processing to a 3-step process i.e. Construct, Init, and Call so the context of the request would be available after Init and before the actual call operation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677644 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 18:07:35 +00:00
Anshum Gupta
ec1b05188f SOLR-6220: Fix javadocs for precommit to pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677642 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 17:52:55 +00:00
Noble Paul
ed975f1577 SOLR-6220: use closeable in try block
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677635 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 16:46:43 +00:00
Anshum Gupta
1ed601dfed SOLR-6220: Fixes forbidden method invocation String#getBytes() in RuleEngineTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677622 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 16:10:22 +00:00
Noble Paul
c427526bcd SOLR-6220: setting eol style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677614 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 15:10:07 +00:00
Noble Paul
7a771c84a2 SOLR-6220: Rule Based Replica Assignment during collection creation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677607 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 14:40:05 +00:00
David Wayne Smiley
55d46dc6d3 LUCENE-6196: Reformat code. Removed System.err & legacy comments in test. Fixed test compile warning.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1677595 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 13:19:02 +00:00
Tommaso Teofili
bf1355346c LUCENE-6045 - immutable ClassificationResult, minor fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677573 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 10:06:32 +00:00
David Wayne Smiley
1b901cab9a LUCENE-6196: committing Karl's latest patch
https://reviews.apache.org/r/33780/ (diff #1)


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6196@1677527 13f79535-47bb-0310-9956-ffa450edef68
2015-05-04 05:26:52 +00:00
Tommaso Teofili
11c4a88e23 LUCENE-6045 - fixed javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677367 13f79535-47bb-0310-9956-ffa450edef68
2015-05-03 06:54:29 +00:00
Shawn Heisey
62b73edde1 SOLR-7409: Sort datimport handlers in the admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677365 13f79535-47bb-0310-9956-ffa450edef68
2015-05-03 04:42:11 +00:00
Timothy Potter
1e83e33962 SOLR-7487: Fix check-example-lucene-match-version Ant task to check luceneMatchVersion in solr/server/solr/configsets instead of example and harden error checking / validation logic.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677228 13f79535-47bb-0310-9956-ffa450edef68
2015-05-01 20:55:28 +00:00