Uwe Schindler
6ffd8e091b
Make "ant validate" also check svn working copy (we removed this check, because we wanted to be compatible with GIT checkouts or newer subversion repos). But we ignore those checks automatically, if its not a supported subversion.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624095 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 18:57:08 +00:00
Tomas Eduardo Fernandez Lobbe
e51bce7c68
SOLR-6452: StatsComponent's stat 'missing' will work on fields with docValues=true and indexed=false
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624091 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 18:36:27 +00:00
Uwe Schindler
031fc7d167
Merged revision(s) 1624073 from lucene/dev/branches/branch_4x:
...
LUCENE-5934: Fix backwards compatibility for 4.0 indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624089 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 18:21:16 +00:00
Chris M. Hostetter
92f5ad5ea3
SOLR-6493: Fix fq exclusion via ex local param in multivalued stats.field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623884 13f79535-47bb-0310-9956-ffa450edef68
2014-09-09 23:00:04 +00:00
Noble Paul
36602cc396
SOLR-6457
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623744 13f79535-47bb-0310-9956-ffa450edef68
2014-09-09 10:51:46 +00:00
Erick Erickson
7fbd55f679
SOLR-6187: facet.mincount ignored in range faceting using distributed search
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623429 13f79535-47bb-0310-9956-ffa450edef68
2014-09-08 16:34:23 +00:00
Uwe Schindler
6a4ea25666
fix undefined propretym remove non-used property
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623426 13f79535-47bb-0310-9956-ffa450edef68
2014-09-08 16:08:38 +00:00
Adrien Grand
190fd083a3
LUCENE-5922: DocValuesDocIdSet is not cacheable.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623345 13f79535-47bb-0310-9956-ffa450edef68
2014-09-08 09:59:35 +00:00
Uwe Schindler
ea365a6a96
SOLR-6489: Disable Morphlines-Cell tests, because Update to Tika 1.6 (SOLR-6488) broke them
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623308 13f79535-47bb-0310-9956-ffa450edef68
2014-09-08 07:10:12 +00:00
Uwe Schindler
c0717d0c18
SOLR-6488: Upgrade Solr Cell to TIKA 1.6
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623225 13f79535-47bb-0310-9956-ffa450edef68
2014-09-07 20:50:13 +00:00
Uwe Schindler
434c1fa913
Fix test to abort, if filesystem does not support non-readable directories (e.g., windows).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622999 13f79535-47bb-0310-9956-ffa450edef68
2014-09-07 11:24:08 +00:00
Robert Muir
5e6bc35ffe
move this from offsets offender to general offender in test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622862 13f79535-47bb-0310-9956-ffa450edef68
2014-09-06 14:05:50 +00:00
Uwe Schindler
c52fbb46b9
Complete Groovy impl of Maven build (use subproject to build properties)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622833 13f79535-47bb-0310-9956-ffa450edef68
2014-09-06 08:26:15 +00:00
Noble Paul
db577f5962
SOLR-6457
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622820 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 23:58:10 +00:00
Noble Paul
ae797c0e18
SOLR-6457
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622817 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 23:40:05 +00:00
Noble Paul
35aa8a4a45
SOLR-6471 removing unused logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622781 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 20:04:37 +00:00
Noble Paul
6386f1760f
SOLR-6471
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622773 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 19:44:45 +00:00
Erick Erickson
5af7459462
SOLR-5322: core discovery can fail w/NPE and no explanation if a non-readable directory exists
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622745 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 17:31:34 +00:00
Uwe Schindler
7006ab73a0
Better way to pass properties down to Maven: Append them to command line as real Maven properties, not as sysprops! Maven-Ant-Tasks should have support for that. By that it is now possible to override tests.multiplier, which was not possible before (pom.xml defines it so sysprop is ignored).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622743 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 17:30:32 +00:00
Timothy Potter
323426f914
SOLR-6467: bin/solr script should direct stdout/stderr when starting in the background to the solr-PORT-console.log in the logs directory instead of bin.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622736 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 16:35:52 +00:00
Uwe Schindler
5d1df1ac19
Use propertyresource instead string in common-build.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622734 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 16:31:02 +00:00
Timothy Potter
49c6a4a0bf
SOLR-6447: bin/solr should pass -DnumShards=1 for bootstrapping collection1 when starting in cloud mode
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622733 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 16:30:23 +00:00
Timothy Potter
f15d6e2b21
SOLR-5098: Support adding field types to managed schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622724 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 15:33:51 +00:00
Michael McCandless
566dc2e73b
remove extra deleter.refresh() call (we were calling it twice on IW.rollback)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622699 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 13:53:09 +00:00
Michael McCandless
426a5736d9
test: list index files on failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622693 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 13:13:44 +00:00
Uwe Schindler
ff9e0437de
LUCENE-5902: Simplify the property handling by having a default; only add explicitclass include if actually given; refactor filterchain (TODO: maybe use a one-line groovy for this, we already have groovy loaded before running tests...?)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622685 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 12:00:02 +00:00
Uwe Schindler
8f5259b4ff
Pass build.properties files down to Maven (fixes bug with ASF Jenkins after restructuring the Jenkins config to use property files)
...
Clean property handling: it reads now consistently everywhere solely ~/lucene.build.properties, ~/build.properties, /lucene/build.properties (in this order)
Excludes were fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622666 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 09:42:17 +00:00
Ryan Ernst
b3015867f6
Add 4.10 codec backcompat test indexes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622610 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 03:22:52 +00:00
Ryan Ernst
4647c1e59f
LUCENE-5902: Correct module name for backcompat codecs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622609 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 03:22:07 +00:00
Ryan Ernst
7fcb968170
LUCENE-5902: Fix bug in previous commit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622606 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 03:11:04 +00:00
Ryan Ernst
0900ce6b66
LUCENE-5902: Handle different location for backcompat tests in trunk vs branch_4x
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622604 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 03:05:32 +00:00
Uwe Schindler
5cc507e880
LUCENE-5902: Make loadresource quiet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622572 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 22:31:29 +00:00
Chris M. Hostetter
f9a2d653b9
SOLR-5814: CoreContainer reports incorrect & missleading path for solrconfig.xml when there are loading problems
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622569 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 22:07:28 +00:00
Ryan Ernst
e1e1997604
LUCENE-5902: Add bumpVersion.py script
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622546 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 19:58:53 +00:00
Robert Muir
3604769c3a
LUCENE-5906: Use Files.delete everywhere instead of File.delete
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622506 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 15:56:25 +00:00
Uwe Schindler
599eff6d44
Remove the annoying echo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622481 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 14:01:39 +00:00
James Dyer
305d6829a7
SOLR-6297: Fix for Distributed WordBreakSolrSpellChecker
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622476 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 13:57:05 +00:00
Uwe Schindler
96169ba6b2
LUCENE-5920: More elegant (groovy-like) task creation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622463 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 11:53:23 +00:00
Uwe Schindler
fbe31fe3a8
LUCENE-5920: New beasting silencer, variant #2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622451 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 11:02:01 +00:00
Uwe Schindler
2ffb741999
LUCENE-5920: Revert previous commits (but leave the else attributes)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622449 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 10:47:17 +00:00
Michael McCandless
7c54b7f2ce
fix test to recover from virus checker induced false corruption; also fix it to 'fail fast'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622426 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 09:03:48 +00:00
Robert Muir
b981c8ec66
add resources folder for backwards module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622398 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 03:55:41 +00:00
Chris M. Hostetter
320f2d1884
SOLR-6024: Fix StatsComponent when using docValues=true multiValued=true (bug only on 4x trunk commit is just test changes demonstrating correct behavior)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622386 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:19:56 +00:00
Noble Paul
2a5558ed77
SOLR-6365 refactoring and cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622385 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:18:08 +00:00
Noble Paul
8306b8a464
SOLR-6365 refactoring and cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622384 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:16:31 +00:00
Uwe Schindler
f46b189256
LUCENE-5920: Further silence beasting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622357 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 21:07:27 +00:00
Michael McCandless
1eee3e4ee2
LUCENE-5895: fix bug (when 2nd long from xorshift was negative) causing ids to be prefixed by 16 0s
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622351 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 20:36:08 +00:00
Robert Muir
7f31b2e0e3
LUCENE-5920: tweak junit4 output options for 'ant beast'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622345 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 20:21:04 +00:00
Erick Erickson
ee45c14565
SOLR-4580: fix a second problem with stripChroot call
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622339 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 19:51:49 +00:00
Chris M. Hostetter
1eafd0fa43
SOLR-4406: Fix RawResponseWriter to respect 'base' writer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622321 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 19:18:20 +00:00