Commit Graph

3868 Commits

Author SHA1 Message Date
Mark Robert Miller 2fa013d7df SOLR-4475: Fix various places that still assume File based paths even when not using a file based DirectoryFactory.
SOLR-4551: CachingDirectoryFactory needs to create CacheEntry's with the fullpath not path.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454913 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 20:14:31 +00:00
Mark Robert Miller 5b85ec9eb1 tests: raise timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454868 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 16:04:45 +00:00
Mark Robert Miller ff13a11930 tests: a bit more fudge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454761 13f79535-47bb-0310-9956-ffa450edef68
2013-03-09 20:41:16 +00:00
Steven Rowe 14c9f28f57 SOLR-4537: Clean up schema information REST API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454141 13f79535-47bb-0310-9956-ffa450edef68
2013-03-07 22:41:18 +00:00
Erick Erickson 62dcc4274a Fixed overly-sensitive failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453965 13f79535-47bb-0310-9956-ffa450edef68
2013-03-07 17:15:27 +00:00
Mark Robert Miller 09f4fa2191 SOLR-4497: Collection Aliasing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453687 13f79535-47bb-0310-9956-ffa450edef68
2013-03-07 05:52:23 +00:00
Chris M. Hostetter 2d0001942e SOLR-4200: Reduce INFO level logging from CachingDirectoryFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453560 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 21:07:35 +00:00
Chris M. Hostetter d5d1603116 more docs about how NOW and TZ params affect DateMathParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453507 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 19:35:04 +00:00
Erick Erickson 09bf66350b Took out extra tracking info, problems doesn't seem to be recurring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453461 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 18:12:40 +00:00
Steven Rowe 4618a5a0fe SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests.
Also fixes bugs in dynamic copyField logic described in SOLR-3798.
Also fixes a bug with proxied SolrCloud requests (SOLR-4210) when using the GET method.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453161 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 04:50:33 +00:00
Chris M. Hostetter f607a0caaa SOLR-2677: test case verifying no false negative errors reported
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453148 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 02:41:47 +00:00
Stefan Matheis e2ce3914e2 SOLR-4526: Admin UI depends on optional system info
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452835 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 15:02:39 +00:00
Stefan Matheis a5e5c904c8 SOLR-4529: Improve Admin UI Dashboard legibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452830 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 15:00:02 +00:00
Chris M. Hostetter 7de447115d SOLR-4416: fix SHA files for tika upgrade
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452626 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 01:41:23 +00:00
Chris M. Hostetter 7347761737 SOLR-4524: test proving this works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452612 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 01:03:06 +00:00
Chris M. Hostetter be7f8b5144 SOLR-4138: doc typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452508 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 20:51:15 +00:00
Mark Robert Miller a8ce23b445 SOLR-4416: Upgrade to Tika 1.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452499 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 20:39:36 +00:00
Chris M. Hostetter a28589d2c3 SOLR-4138: CurrencyField fields can now be used in a ValueSources. There is also a new currency(field,[CODE]) function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452483 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 20:25:37 +00:00
Erick Erickson 410156fa8f Trying to log more info to track down test failures. Ephemeral change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452334 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 14:43:54 +00:00
Erick Erickson 372a592f90 SOLR-4525, another place where I missed closing the stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452321 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 14:20:39 +00:00
Dawid Weiss 3da037a46d Propset.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452251 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 11:01:32 +00:00
Dawid Weiss 2080245c8d SOLR-4259: Carrot2 dependency should be declared on the mini version, not the core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452220 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 09:30:00 +00:00
Uwe Schindler 326531d820 SOLR-4525: Fix remaining issues with windows and not-closed files. Test is now passing. The problem here: The old code that used XML files did not need to close the streams, because XML parsers generally do it (for no good reason)...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452146 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 22:28:25 +00:00
Uwe Schindler 6ba62cd0a2 SOLR-4525: Fix more leaks with open files on properties load/store
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452143 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 22:17:01 +00:00
Uwe Schindler 716f10c0c1 SOLR-4525: Fix forbidden-apis violation. Java Properties are defined to be binary not character based. The format is using a binary protocol to write them (see javadocs).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452136 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 21:56:43 +00:00
Erick Erickson 6e94771693 Part of SOLR-4525. Need to close some file streams in the test case.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452115 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 19:51:12 +00:00
Mark Robert Miller 61eca4446b tests: speed test up a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452113 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 19:42:31 +00:00
Mark Robert Miller 888f626b40 change log level to info - this is not a severe event
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452090 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 18:29:54 +00:00
Mark Robert Miller 7ce09ad680 SOLR-4210: Update CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452073 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 17:42:45 +00:00
Mark Robert Miller ffc06b1a16 SOLR-4210: More efficient stream copying
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452069 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 17:30:05 +00:00
Erick Erickson 2e7651f407 SOLR-4525 Adding some verbosity to the test b/c it fails in some environments, how often I don't quite know.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452048 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 14:57:07 +00:00
Erick Erickson ac389d7f07 SOLR-4401 adding rapidly opening/closing cores to unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451997 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 03:15:41 +00:00
Mark Robert Miller 43f384e57f SOLR-4210: Fix it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451987 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 01:29:48 +00:00
Robert Muir fa0094035d SOLR-4523: Show if fields have docvalues or highlighting offsets in admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451970 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 01:04:47 +00:00
Chris M. Hostetter 16b8796a25 SOLR-4518: Improved CurrencyField error messages when attempting to use a Currency that is not supported by the current JVM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451931 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 20:10:03 +00:00
Yonik Seeley 73a0270ad8 SOLR-2996: treat un-fielded * as *:*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451906 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 17:18:43 +00:00
Chris M. Hostetter 89c7a3a6eb SOLR-4515: more typos that documentation-lint aparently didn't catch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451841 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 06:39:39 +00:00
Chris M. Hostetter 926a9d863a SOLR-4515: typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451838 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 06:35:35 +00:00
Chris M. Hostetter daa66dd5d0 SOLR-4515: CurrencyField's OpenExchangeRatesOrgProvider now requires a ratesFileLocation init param, since the previous global default no longer works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451818 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 01:52:03 +00:00
Erick Erickson aa22ceb97d SOLR-4196, steps toward making solr.xml obsolete
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451797 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 01:01:12 +00:00
Chris M. Hostetter 05cc3a4706 SOLR-4458: Sort directions (asc, desc) are now case insensitive
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451765 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 23:17:37 +00:00
Chris M. Hostetter 88931a58a0 SOLR-4514: better tests for CurrencyField using OpenExchangeRatesOrgProvider
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451691 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 19:24:23 +00:00
Mark Robert Miller 3a9683d7ac SOLR-4521: Stop using the 'force' option for recovery replication. This will keep some less common unnecessary replications from happening.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451660 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:40:34 +00:00
Mark Robert Miller 3ce9b7d1ac SOLR-4511: When a new index is replicated into place, we need to update the most recent replicatable index point without doing a commit. This is important for repeater use cases, as well as when nodes may switch master/slave roles.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451659 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:37:30 +00:00
Mark Robert Miller 153d79ce99 SOLR-4505: CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451656 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:30:23 +00:00
Mark Robert Miller 709824acf8 SOLR-4505: Possible deadlock around SolrCoreState update lock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451653 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:24:47 +00:00
Uwe Schindler 202d3af9d0 LUCENE-4808: Add workaround for a JDK 8 "class library bug" which is still under discussion and may *not* be fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451584 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 13:12:16 +00:00
Robert Muir abd85ff5a0 SOLR-3843: add lucene-codecs.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451542 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 09:41:03 +00:00
Robert Muir 6e14a97ccf SOLR-4517: make FieldType.properties protected for subclassing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451521 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 08:32:40 +00:00
Mark Robert Miller b3c8da0e99 cache=false for proxy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451454 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 01:50:42 +00:00