Alan Woodward
|
0398139b1a
|
LUCENE-6706: Remove deprecated PayloadTermQuery and PayloadNearQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693927 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 16:14:59 +00:00 |
Mikhail Khludnev
|
83520603c1
|
SOLR-5882: introducing local param {!parent score=..}..
fixing ScoreMode.Min for ToParentBlockJoinQuery
fixing ScoreMode parsing exception in ScoreJoinQParserPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693926 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 16:14:52 +00:00 |
Alan Woodward
|
8914ec5f75
|
LUCENE-6706: Add PayloadScoreQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693921 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 15:49:25 +00:00 |
Christine Poerschke
|
716be2d76e
|
LUCENE-6691: SortingMergePolicy.(getSortDescription|isSorted) now considers FilterLeafReader instances. EarlyTerminatingSortingCollector.terminatedEarly accessor added. TestEarlyTerminatingSortingCollector.testTerminatedEarly test added.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693892 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 12:39:16 +00:00 |
Tommaso Teofili
|
35810f4c77
|
LUCENE-6654 - KNN taking into consideration class ranking
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693891 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 12:38:25 +00:00 |
Jan Høydahl
|
8d79295286
|
SOLR-7863: Lowercase the CLUSTERPROP command in ZkCLI for consistency, print error for unknown cmd (janhoy)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693887 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-03 12:18:30 +00:00 |
Jan Høydahl
|
4a63a328d4
|
SOLR-3085: New edismax param mm.autoRelax which helps in certain cases of the stopwords/zero-hits issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693833 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-02 22:31:19 +00:00 |
Michael McCandless
|
0efca23e6e
|
LUCENE-6697: test bug: the stupid-simple-yet-hopefully-bug-free numeric range filter was buggy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693800 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-02 09:45:18 +00:00 |
Michael McCandless
|
2e077c1516
|
LUCENE-6710: use full 64 bits precision for GeoPointField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693796 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-02 09:27:15 +00:00 |
Shalin Shekhar Mangar
|
85347285f8
|
SOLR-6273: Reset test hooks in a finally block to avoid leakage to other tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693786 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-02 05:26:25 +00:00 |
Mikhail Khludnev
|
0e61da7531
|
SOLR-6234: moving lines in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693760 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-01 20:46:15 +00:00 |
Michael McCandless
|
b2ac838de4
|
LUCENE-6647: add GeoHash string utility APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693700 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-01 10:08:26 +00:00 |
Michael McCandless
|
a7ecfc274a
|
LUCENE-6697: rename NumericTree -> RangeTree
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693693 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-01 09:39:43 +00:00 |
Michael McCandless
|
00bedc01c2
|
LUCENE-6704: GeoPointDistanceQuery was visiting too many term ranges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693690 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-01 08:58:46 +00:00 |
Michael McCandless
|
54915fac9a
|
LUCENE-6697: add range tree for fast numeric and binary range filtering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693682 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-01 07:48:53 +00:00 |
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 |