Robert Muir
|
3f0e13d8a4
|
LUCENE-6183: be prepared for future packedints version changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652342 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-16 05:31:54 +00:00 |
Robert Muir
|
abaa5f6698
|
when we do a quick truncation check, give a hint to the root cause
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652335 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-16 03:04:20 +00:00 |
Robert Muir
|
1231915417
|
LUCENE-5735: don't run test 10,000 times. if this is needed please change back but add Nightly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652270 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 21:11:00 +00:00 |
Robert Muir
|
7af820f9b1
|
LUCENE-6183: Avoid re-compression on stored fields merge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652269 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 21:09:45 +00:00 |
David Wayne Smiley
|
dc3420f76f
|
LUCENE-5735: move PrefixTreeFacetCounter up a package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652254 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 19:40:06 +00:00 |
Adrien Grand
|
c7056db917
|
LUCENE-6185: Fix IndexSearcher with threads to not collect documents out of order.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652242 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 19:21:40 +00:00 |
David Wayne Smiley
|
a0a8c50aff
|
LUCENE-5735: spatial PrefixTreeFacetCounter (for faceting on SpatialPrefixTrees)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652212 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 18:33:00 +00:00 |
Timothy Potter
|
19905bf336
|
SOLR-6982: remove bad search/replace issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652210 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 18:29:59 +00:00 |
Timothy Potter
|
7401236745
|
SOLR-6982: bin/solr and SolrCLI should support SSL-related Java System Properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652208 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 18:24:48 +00:00 |
David Wayne Smiley
|
4a17f23182
|
LUCENE-6182: spatial refactor VisitorTemplate.visitScanned needn't be abstract.
And have collectDocs specify BitSet not FixedBitSet. (these are internal APIs)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652154 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 16:06:57 +00:00 |
Noble Paul
|
3a4cf1ca29
|
SOLR-6770 accidentally commented out a test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652153 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 16:06:05 +00:00 |
David Wayne Smiley
|
17d78d0727
|
LUCENE-6181: spatial move pointsOnly to superclass and add some getters too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652147 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 15:59:27 +00:00 |
Noble Paul
|
02e4a111d3
|
SOLR-6770 mask the useParams aftger expanding it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652134 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 15:20:18 +00:00 |
Michael McCandless
|
f0f3dc2298
|
minor infoStream improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652017 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 09:55:13 +00:00 |
Adrien Grand
|
927827a215
|
LUCENE-6179: Leftovers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652015 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 09:53:42 +00:00 |
Adrien Grand
|
457e70ab94
|
LUCENE-6179: Disallow out-of-order scoring.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652013 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 09:35:20 +00:00 |
Adrien Grand
|
8a15a5c544
|
SOLR-6870: Add http://lucene.apache.org/solr/resources.html to the whitelist.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651986 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 09:06:19 +00:00 |
Erik Hatcher
|
806e227b59
|
Fix doc build issues with new Solr quickstart
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651938 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 02:45:57 +00:00 |
Erik Hatcher
|
d015e7366b
|
SOLR-6900: converted to Unix-style options in bin/post and updated usage examples, also updated version string of SimplePostTool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651916 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-15 00:53:17 +00:00 |
Uwe Schindler
|
7dc14e4b47
|
LUCENE-6177: fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651901 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 23:52:16 +00:00 |
Erik Hatcher
|
d23496f4da
|
SOLR-6900: bin/post improvements including glob handling, spaces in file names, and improved help output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651895 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 23:47:55 +00:00 |
Mark Robert Miller
|
a6b2647c92
|
SOLR-6931: We should do a limited retry when using HttpClient.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651767 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 18:38:20 +00:00 |
Timothy Potter
|
4930a38e84
|
SOLR-6764: Field types need to be re-informed after reloading a managed schema from ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651763 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 18:25:10 +00:00 |
Timothy Potter
|
0f5e7462f5
|
SOLR-6926: Add example target with gentle prompt to start using ant server instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651698 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 15:14:21 +00:00 |
Joel Bernstein
|
d095b85427
|
SOLR-6581: Additional test for Collapse and fixed problem with Expand float tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651685 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 14:35:03 +00:00 |
Uwe Schindler
|
7dff28a7bb
|
LUCENE-6177: Add CustomAnalyzer that allows to configure analyzers like you do in Solr's index schema. This class has a builder API to configure Tokenizers, TokenFilters, and CharFilters based on their SPI names and parameters as documented by the corresponding factories.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651681 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 14:32:31 +00:00 |
Noble Paul
|
71f698c543
|
SOLR-6937 don't replace periods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651646 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 12:56:41 +00:00 |
Erik Hatcher
|
545788fea9
|
Fix build, exclude offending file from jtidy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651641 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 12:44:04 +00:00 |
Noble Paul
|
684c7375d9
|
SOLR-6937 In schemaless mode ,replace spaces and special characters with underscore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651587 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 08:02:43 +00:00 |
Erik Hatcher
|
590e74c6de
|
SOLR-6870: fix svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651563 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 03:15:02 +00:00 |
Erik Hatcher
|
368354b378
|
SOLR-6870: add assets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651561 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 03:07:01 +00:00 |
Erik Hatcher
|
83db0a52a1
|
SOLR-6870: overhaul/rename tutorial
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651560 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 03:05:35 +00:00 |
Anshum Gupta
|
4aef9bdc8e
|
Bumping up version to 5.1 for the 5.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651556 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 02:34:04 +00:00 |
Steven Rowe
|
6fc86af433
|
SOLR-1723,SOLR-2035: maven config: put resource bundles under velocity/ in output dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651553 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 01:42:40 +00:00 |
Steven Rowe
|
f24fa71a5d
|
Get Maven compilation working again: example->server; don't need javax.servlet:javax.servlet-api test dep in solr/core/ivy.xml, since it's already included as a compile-scope dep via solr/server/ivy.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651545 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 00:46:43 +00:00 |
Steven Rowe
|
7d94c58d62
|
SOLR-1723,SOLR-2035: maven config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651543 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-14 00:19:31 +00:00 |
Timothy Potter
|
bc475b8c42
|
SOLR-6926: remove ant example, now it is ant server
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651535 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 23:31:20 +00:00 |
Chris M. Hostetter
|
eb5db72e69
|
LUCENE-6058: call out this change as a re-index requirement in Solr upgrade instructions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651496 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 21:14:11 +00:00 |
Mark Robert Miller
|
4c03fb59af
|
SOLR-6915: Add KeysFromKeyTab read permissions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651487 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 20:56:23 +00:00 |
Timothy Potter
|
aba932e403
|
SOLR-6851: Set the SOLR_VAR_DIR using the SOLR_SERVICE variable, thus alleviating the need to specify the -d option when overrding the service name with -s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651435 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 18:15:48 +00:00 |
Mark Robert Miller
|
04f570de85
|
SOLR-6915: Add javax.security.auth.kerberos.KeyTab read permissions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651407 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 17:00:05 +00:00 |
Mark Robert Miller
|
10b501395b
|
SOLR-6880: Remove this assert that can fail various tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651394 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 15:58:35 +00:00 |
Mark Robert Miller
|
423e469e5f
|
SOLR-6941: DistributedQueue#containsTaskWithRequestId can fail with NPE.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651380 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 15:25:56 +00:00 |
Mark Robert Miller
|
1696206de6
|
SOLR-6943: HdfsDirectoryFactory should fall back to system props for most of it's config if it is not found in solrconfig.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651373 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 15:12:46 +00:00 |
Uwe Schindler
|
8c86381eab
|
Cleanup imports of forbidden stuff. Fix small bug with empty tokenstreams.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651363 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 14:47:50 +00:00 |
Michael McCandless
|
847cd8aa59
|
strengthen param checking for block tree's term block min/max sizes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651362 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 14:44:02 +00:00 |
David Wayne Smiley
|
c0707926df
|
SOLR-6904: remove deprecated spatial Circle & Rect syntax
FYI these weren't used often and were replaced with supported syntaxes in v4.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651351 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 14:17:18 +00:00 |
Noble Paul
|
2b1d34dfd9
|
SOLR-6770 Optimize tests to avoid duplicate RE[BST calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651308 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 09:05:23 +00:00 |
Michael McCandless
|
d492a3b1b4
|
LUCENE-6119: make sure minPauseCheckBytes is set on init of MergeRateLimiter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651307 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 09:02:19 +00:00 |
Gregory Chanan
|
a4e089e662
|
SOLR-6915: SaslZkACLProvider and Kerberos Test Using MiniKdc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651264 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-13 02:03:58 +00:00 |