Commit Graph

596 Commits

Author SHA1 Message Date
Michael McCandless 44b883aff4 read both stderr and stdout from Solr example server
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463314 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 22:04:05 +00:00
Michael McCandless 5d8cc29da9 kill Solr example server if it hasn't started after 30 minutes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463057 13f79535-47bb-0310-9956-ffa450edef68
2013-03-31 21:30:31 +00:00
Steven Rowe 7bc4cd24a4 SOLR-3706: Maven configuration: sync with Ant build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461830 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 20:01:17 +00:00
Steven Rowe fda68e7322 LUCENE-4879: IntelliJ configuration: upgrade randomizedtesting-runner dependency from 2.0.8 to 2.0.9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461372 13f79535-47bb-0310-9956-ffa450edef68
2013-03-26 23:34:34 +00:00
Steven Rowe 396300149d LUCENE-4879: Add randomizedtesting-runner 2.0.9 SHA1 to solr/licenses/; Maven configuration: upgrade randomizedtesting-runner from 2.0.8 to 2.0.9.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461161 13f79535-47bb-0310-9956-ffa450edef68
2013-03-26 14:59:37 +00:00
Michael McCandless 25bd58b826 make sure Java 1.7 was used to compile the JARs in binary release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461067 13f79535-47bb-0310-9956-ffa450edef68
2013-03-26 11:56:55 +00:00
Steven Rowe 0dbb4d92c1 IntelliJ configuration: language level from 1.6 -> 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1459378 13f79535-47bb-0310-9956-ffa450edef68
2013-03-21 16:09:41 +00:00
Robert Muir edc777e22e SOLR-4607: use noggit 0.5 release jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457811 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 15:28:35 +00:00
Uwe Schindler 6231597974 LUCENE-4747: Move to Java 7 in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457734 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 12:28:52 +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
Steven Rowe 4cd9dbd6aa SOLR-4416: Maven configuration: upgrade Tika dependency to 1.3, and add new excluded transitive dependency: com.adobe.xmp:xmpcore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452919 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 17:56:58 +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
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
Steven Rowe 29bc4ed434 Upgrade to latest Apache parent POM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451030 13f79535-47bb-0310-9956-ffa450edef68
2013-02-27 23:26:08 +00:00
Steven Rowe 654dd7eef2 Upgraded maven plugins to the most recent versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450066 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 08:27:31 +00:00
Steven Rowe 17cdd3a46b IntelliJ configuration fixes:
- Make FacetTestCase abstract so that the IntelliJ test runner doesn't try to execute its tests under the facet module test run configuration
- In the facet module configuration, drop source directory facet/src/examples/ and add source directory facet/src/resources/
- Add -Xmx256m to the Lucene core test run configuration to avoid OOM in a couple tests
- Add resource pattern 'test-files:*' to .idea/compiler.xml, so that all files under */src/test-files/, regardless of file name/extension, will be copied over to the test output directory (previously .js files under solr/src/test-files/ were being excluded)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447154 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 08:59:15 +00:00
Steven Rowe 28da8310b9 LUCENE-4728: IntelliJ configuration: add queries module dependency to highlighter module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447141 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 07:37:39 +00:00
Steven Rowe 6449c08e37 LUCENE-4570: Maven ForbiddenAPIs configuration cleanups:
- Clean up overly long execution IDs
- Make at least one test-check execution per module include internalRuntimeForbidden=true
- Make at least one test-check execution per module include signatureFile executors.txt
- Include bundledSignature commons-io-unsafe in solr test-framework forbiddenapis check
- Note in the Solr shared test-check configuration to include bundledSignature commons-io-unsafe only in modules with commons-io on their classpath

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447138 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 07:20:23 +00:00
Steven Rowe 2c95e26af2 LUCENE-4570: Added ForbiddenAPI checks to the Maven build using the ForbiddenAPI Mojo; also removed redundant maven-surefire-plugin configurations in Solr modules' POMs after putting a shared configuration in the Solr parent POM.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446991 13f79535-47bb-0310-9956-ffa450edef68
2013-02-17 02:18:56 +00:00
Chris M. Hostetter f16037ec2d SOLR-4451: SolrJ, and SolrCloud internals, now use SystemDefaultHttpClient under the covers -- allowing many HTTP connection related properties to be controlled via 'standard' java system properties. (hossman)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445945 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 21:45:57 +00:00
Steven Rowe e8cde1beb5 Add missing /project/build/resources/resource/ elements for src/resources/ in the facet and demo modules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445380 13f79535-47bb-0310-9956-ffa450edef68
2013-02-12 21:16:26 +00:00
Steven Rowe 99d5012dd8 LUCENE-3998: Maven configuration: no longer any need to add src/examples/ as a source path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445002 13f79535-47bb-0310-9956-ffa450edef68
2013-02-12 00:25:05 +00:00
Simon Willnauer 81c7ba4601 LUCENE-4728: Unknown and not explicitly mapped queries are now rewritten against the highlighting IndexReader to obtain primitive queries before discarding the query entirely.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442590 13f79535-47bb-0310-9956-ffa450edef68
2013-02-05 13:59:26 +00:00
Steven Rowe 4bd78bb389 LUCENE-3998: Maven and IntelliJ configurations: add facet module dependency to the demo module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440681 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 21:32:28 +00:00
Steven Rowe e553ac693b LUCENE-4442: No longer need to copy changes or KEYS, since they are both now handled by 'ant prepare-release' (merged lucene_solr_4_1 r1434487)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434489 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 23:28:55 +00:00
Steven Rowe 0178e8e625 convert to python3 (merged lucene_solr_4_1 r1434374 and r1434377)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434409 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 21:18:41 +00:00
Mark Robert Miller 8a23ab7cfd SOLR-4308: Remove license files and maven references
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434022 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 16:29:46 +00:00
Steven Rowe 9b3ce93999 Wrap long line, add spreadsheet filename extension
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433239 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 00:29:47 +00:00
Robert Muir 05190ad60f whitelist this link
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433004 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 17:40:35 +00:00
Steven Rowe 56b62c1ddb SOLR-4287: Removed "apache-" prefix from Solr distribution and artifact filenames.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432483 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 17:51:57 +00:00
Dawid Weiss 0d05a14bd6 SOLR-4106: Javac/ ivy path warnings with morfologik fixed by updating to Morfologik 1.5.5 (no functional changes).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428823 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 12:42:00 +00:00
Steven Rowe 6c4baf2bf4 SOLR-3279: Maven configuration: exclude unused carrot2-core transitive dependencies: jfree:jcommon; org.apache.commons:commons-math; org.uncommons.maths:uncommons-maths; and xpp3:xpp3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427841 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 16:14:47 +00:00
Stanisław Osiński bf412aa62c SOLR-3279: upgrade Carrot2 to version 3.6.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427747 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 11:41:19 +00:00
Dawid Weiss a25096e273 LUCENE-4650: Upgrade randomized testing to version 2.0.8: make the test framework more robust under low memory conditions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427696 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 08:16:22 +00:00
Mark Robert Miller 9342d7d9e8 SOLR-4248: "ant eclipse" should declare .svn directories as derived.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427232 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 19:49:55 +00:00
Uwe Schindler dbd1d94004 SOLR-3735: Update velocity also in Maven
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426839 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 21:29:05 +00:00
Uwe Schindler ba52cd4e03 Revert SOLR-1972
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426230 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27 15:48:37 +00:00
Steven Rowe cb6d05f463 SOLR-4205: Maven configuration: upgrade randomizedtesting-runner to v2.0.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1423252 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 02:23:45 +00:00
Uwe Schindler 59af60a806 SOLR-4205: Update randomized-testing framework to 2.0.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422836 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 10:36:40 +00:00
Uwe Schindler 497342bd6b LUCENE-4632: Restrict test-framework's write permissions more: Only allow write to per-JVM CWD and the clover.db.dir; update randomizedtesting to 2.0.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422437 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 00:50:32 +00:00
Uwe Schindler 6af24c8866 SOLR-4189: Fix hanging threads on FreeBSD in JettySolrRunner by making connector configureable through sysprop, listen only on 127.0.0.1 in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422127 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 22:19:58 +00:00
Steven Rowe acbe23061b Maven configuration: divert test console output to log files; increase max perm gen to avoid OOMs this will otherwise cause in Maven
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421332 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 15:13:43 +00:00
Steven Rowe b835a4a426 Maven configuration: Solrj: exclude unused netty dependency from zookeeper dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420786 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 15:49:43 +00:00
Mark Robert Miller 52536c12a2 SOLR-4114: add back commented out test with 10 second wait, add Per's new test, add test to ensure no two cores use the same index directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420327 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 18:32:37 +00:00
Uwe Schindler 4e584a86a6 LUCENE-4614: Create dev-tools/eclipse/dot.classpath automatically
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419893 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 23:59:19 +00:00
Robert Muir 56df745988 SOLR-4155: upgrade jetty to 8.1.8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419466 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 14:02:32 +00:00
Dawid Weiss f26a84adca LUCENE-4603: Upgrade randomized testing to version 2.0.5: print forked JVM PIDs on heartbeat from hung tests (Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419261 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 08:41:16 +00:00
Uwe Schindler 5292ac4b5e LUCENE-4589: Fix maven pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417901 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 14:24:37 +00:00
Shai Erera bfde8ec0e1 fix dot.classpath to refer to the updated nekohtml.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417783 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 09:26:12 +00:00
Shai Erera b30ec87d2a remove icu/test-files from dot.classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416938 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 13:56:53 +00:00