Commit Graph

23214 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 2a8bef841a SOLR-7854: Remove unused ZkStateReader.updateClusterState(false) method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693681 13f79535-47bb-0310-9956-ffa450edef68
2015-08-01 06:24:04 +00:00
Uwe Schindler 7b412fdc63 Remove JRockit (no longer supported)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693650 13f79535-47bb-0310-9956-ffa450edef68
2015-07-31 20:46:57 +00:00
Chris M. Hostetter 5f5ab2a79f SOLR-2522: new two argument option for the existing field() function; picks the min/max value of a docValues field to use as a ValueSource: "field(field_name,min)" and "field(field_name,max)"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693625 13f79535-47bb-0310-9956-ffa450edef68
2015-07-31 16:21:44 +00:00
Christine Poerschke 22d67a637a SOLR-7823: TestMiniSolrCloudCluster.testCollectionCreateSearchDelete async collection-creation (sometimes)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693616 13f79535-47bb-0310-9956-ffa450edef68
2015-07-31 15:35:10 +00:00
Uwe Schindler 81df57baa2 SOLR-5022: Merged revision(s) 1693559 from lucene/dev/branches/branch_5x: cleanup outdated Java 7 stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693560 13f79535-47bb-0310-9956-ffa450edef68
2015-07-31 10:16:07 +00:00
Anshum Gupta 57a15d9278 SOLR-6625: Remove RequestInterceptor at the end of the test in BasicHttpSolrClientTest. It was interfering with other tests running the same JVM.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693497 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 20:48:57 +00:00
Areek Zillur f8ae631751 LUCENE-6702: Add a method to inject context values at index time in ContextSuggestField and simplify ContextQuery and add dedicated method to consider all contexts at query time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693493 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 20:10:49 +00:00
Upayavira caace607e8 SOLR-7852 Hide cores menu when dashboard link clicked
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693490 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 20:00:59 +00:00
Upayavira ba50839c99 SOLR-7851 Angular analysis tab tweaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693486 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 19:36:22 +00:00
Anshum Gupta 9cb8523c59 SOLR-6625: Set HttpClientImpl in SolrTestCaseJ4 for tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693483 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 19:29:20 +00:00
Christine Poerschke a3cff55407 LUCENE-6621: Removed two unused variables in analysis/stempel/src/java/org/egothor/stemmer/Compile.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693482 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 19:25:38 +00:00
Adrien Grand c75e5c61d7 LUCENE-6707: Make PhraseQuery.Builder methods return this to allow chaining.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693448 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 15:56:55 +00:00
Noble Paul e513869cd6 SOLR-6625: formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693434 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 14:39:23 +00:00
Noble Paul b09a4553f7 SOLR-6625: Enable registering interceptors for the calls made using HttpClient and make the
request object available at the interceptor context

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693432 13f79535-47bb-0310-9956-ffa450edef68
2015-07-30 14:28:20 +00:00
Timothy Potter db1f4a81a7 SOLR-6357: Allow delete documents by doing a score join query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693338 13f79535-47bb-0310-9956-ffa450edef68
2015-07-29 19:45:47 +00:00
Shalin Shekhar Mangar c8bdf9bf19 SOLR-7840: ZkStateReader.updateClusterState fetches watched collections twice from ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693251 13f79535-47bb-0310-9956-ffa450edef68
2015-07-29 12:44:07 +00:00
Shalin Shekhar Mangar a5d3bd5645 SOLR-7842: ZK connection loss or session expiry events should not fire config directory listeners
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693218 13f79535-47bb-0310-9956-ffa450edef68
2015-07-29 08:56:28 +00:00
Uwe Schindler 74ff041803 SOLR-6234: Fix Javadocs dependency to join module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693197 13f79535-47bb-0310-9956-ffa450edef68
2015-07-29 08:05:59 +00:00
Adrien Grand 65fee23d47 LUCENE-6570: Move changes entry as the change was backported to 5.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693189 13f79535-47bb-0310-9956-ffa450edef68
2015-07-29 07:07:30 +00:00
Chris M. Hostetter cf829a36ba SOLR-7804: fix test bug that caused incorrect epsilon comparisons when expected value is negative. also fix bug in "test the test" sanity checks of epsilon comparisons
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693160 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 21:01:57 +00:00
Michael McCandless 7023d92ca8 LUCENE-6334: fix FastVectorHighlighter when a phrase spans more than one value in a multi-valued field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693156 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 20:24:01 +00:00
Uwe Schindler 27aa993b15 SOLR-7227: Be sure to not put servlet.jar into webapp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693144 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 19:15:36 +00:00
Uwe Schindler 3e406606ed SOLR-7227: Don't create the WAR file at all
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693143 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 19:04:21 +00:00
Michael McCandless c01f6b745b fix test bug that's hiding another failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693107 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 14:59:02 +00:00
Mikhail Khludnev 65b595add4 SOLR-6234: Scoring for query time join
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693092 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 13:24:04 +00:00
Adrien Grand 5b0e8d1d41 LUCENE-6531: backported to 5.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693060 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 10:07:58 +00:00
Chris M. Hostetter 0155076b1f SOLR-7829: Fixed a bug in distributed pivot faceting that could result in a facet.missing=true count which was lower then the correct count if facet.sort=index and facet.pivot.mincount > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692983 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 03:32:20 +00:00
Timothy Potter 2eb704ef50 SOLR-7227: Solr distribution archive should have the WAR file extracted already
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692925 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 18:12:45 +00:00
Michael McCandless 360305b386 fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692883 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 13:49:53 +00:00
Adrien Grand 4c0bfa0a6e Add missing @Override annotation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692851 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 09:57:00 +00:00
Adrien Grand e1558fef1c LUCENE-6695: Added BlendedTermQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692848 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 09:36:31 +00:00
Adrien Grand 5d16b97396 LUCENE-6688: Use the Query API instead of QueryWrapperFilter to handle deleted documents.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692830 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 08:11:14 +00:00
Shalin Shekhar Mangar f33b81fe1e Remove unnecessary INFO log line
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692690 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26 05:30:17 +00:00
Shalin Shekhar Mangar ec8b180757 Fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692688 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26 05:21:48 +00:00
Jan Høydahl 2d5f162bb8 SOLR-7735: Look for solr.xml in Zookeeper by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692673 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26 00:15:27 +00:00
Shalin Shekhar Mangar 8649f3f3bd SOLR-7825: Forbid all usages of log4j and java.util.logging classes in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692624 13f79535-47bb-0310-9956-ffa450edef68
2015-07-25 14:34:47 +00:00
Uwe Schindler 38c36fbe72 LUCENE-6693: Also load clover up front
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692621 13f79535-47bb-0310-9956-ffa450edef68
2015-07-25 14:20:20 +00:00
Uwe Schindler 6b1ab6702f LUCENE-6693: Add one more parameter-pass-through #4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692572 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 20:01:09 +00:00
Chris M. Hostetter f00964e7db SOLR-7804: Fix test bug where it was randomly generating 2 identical facet.pivot params w/o realizing it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692552 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 17:34:08 +00:00
Robert Muir 8f58afc41a LUCENE-6694: Add LithuanianAnalyzer and LithuanianStemmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692544 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 15:47:25 +00:00
Adrien Grand 068549d8a8 LUCENE-6696: Don't use the forbidden API Collections.shuffle(List).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692533 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 15:06:56 +00:00
Adrien Grand 9164f21284 LUCENE-6696: Fix FilterDirectoryReader.doClose to call in.close() instead of in.doClose().
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692505 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 13:21:10 +00:00
Uwe Schindler 2332558475 LUCENE-6693: Add one more parameter-pass-through #3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692474 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 10:20:04 +00:00
Uwe Schindler 4fa225eeaf LUCENE-6693: Add one more parameter-pass-through #2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692472 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 09:36:36 +00:00
Uwe Schindler 4b7b4adbea LUCENE-6693: Add one more parameter-pass-through
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692444 13f79535-47bb-0310-9956-ffa450edef68
2015-07-23 21:07:02 +00:00
Uwe Schindler eb2203b597 Merged revision(s) 1692411 from lucene/dev/branches/branch_5x:
LUCENE-6693: Updated Groovy to 2.4.4, Pegdown to 1.5, Svnkit to 1.8.10. Also fixed some PermGen errors while running full build caused by these updates: Tasks are now installed from root's build.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692413 13f79535-47bb-0310-9956-ffa450edef68
2015-07-23 15:53:30 +00:00
Shai Erera 54be6a3be9 SOLR-7748: Fix script to work when %JAVA% has spaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692317 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 18:45:21 +00:00
Gregory Chanan d50f1e3703 SOLR-7742: Avoid stacktrace in info logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692309 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 18:18:54 +00:00
Yonik Seeley fbd467ad76 SOLR-7446: simplify missing bucket handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692304 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 17:54:36 +00:00
Adrien Grand d01866b8fc LUCENE-6690: Speed up MultiTermsEnum.next().
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692253 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 11:03:08 +00:00