Commit Graph

27482 Commits

Author SHA1 Message Date
Dawid Weiss 5a50887a4b LUCENE-7800: Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack). 2017-05-18 16:39:47 +02:00
Adrien Grand c9bdce937a LUCENE-7838: Remove unused imports. 2017-05-18 16:36:14 +02:00
Adrien Grand 06a6034d9b LUCENE-7730: Better accuracy for the length normalization factor. 2017-05-18 16:27:31 +02:00
Tommaso Teofili c53d19e7b2 LUCENE-7838 - removed unused import 2017-05-18 14:42:56 +02:00
Tommaso Teofili bd9e32d358 LUCENE-7838 - added knn classifier based on flt 2017-05-18 14:36:18 +02:00
Jan Høydahl afd70a48cc SOLR-10378: Clicking Solr logo on AdminUI shows blank page 2017-05-18 14:26:59 +02:00
Jan Høydahl 21384b5b21 SOLR-10042: Delete old deprecated Admin UI 2017-05-18 14:12:59 +02:00
Jan Høydahl b5aa0da6ff SOLR-10223: Allow running examples as root on Linux with -force option 2017-05-18 11:26:19 +02:00
Jan Høydahl 318e546d1b Add missing double quote - from comment in Confluence 2017-05-18 10:08:17 +02:00
Cao Manh Dat 38205d7ada SOLR-10413: Update CHANGES.txt 2017-05-18 13:59:56 +07:00
Cao Manh Dat 896270d132 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-18 11:24:58 +07:00
Cao Manh Dat c93409392d SOLR-10413: v2 API: parsed JSON type should be coerced to expected type 2017-05-18 11:24:50 +07:00
Joel Bernstein 5235903107 SOLR-10696: Add empirical distribution and percentile Stream Evaluators 2017-05-16 20:12:25 -04:00
Tomas Fernandez Lobbe c9abe7db23 SOLR-10414: RecoveryStrategy is now a Runnable instead of a Thread 2017-05-16 17:03:10 -07:00
Tomas Fernandez Lobbe 942a0851e9 Fix commit in TestUseDocValuesAsStored 2017-05-16 16:17:31 -07:00
Adrien Grand 5ba761bcf6 LUCENE-7831: Move CHANGES entry to 6.6. 2017-05-16 23:11:18 +02:00
Mark Miller 0fb89f17e1 SOLR-10307: Allow Passing SSL passwords through environment variables. 2017-05-16 14:19:16 -03:00
Adrien Grand 9e1fcb0eb4 LUCENE-7831: CodecUtil should not seek to negative offsets. 2017-05-16 18:31:57 +02:00
Adrien Grand 851678388d Add missing CHANGES entry. 2017-05-16 11:34:48 +02:00
Joel Bernstein 1721036273 SOLR-10661: Add copyOf Stream Evaluator 2017-05-15 15:03:15 -04:00
Ishan Chattopadhyaya 9be68cc307 SOLR-8440: Support for enabling basic authentication using bin/solr|bin/solr.cmd 2017-05-15 22:06:26 +05:30
Joel Bernstein 9c6279d439 SOLR-10663: Add distance Stream Evaluator 2017-05-15 11:26:05 -04:00
Joel Bernstein a6c516519e SOLR-10664: Add scale Stream Evaluator 2017-05-15 11:26:05 -04:00
Joel Bernstein 6e41ac7a3b SOLR-10666: Add rank transformation Stream Evaluator 2017-05-15 11:26:05 -04:00
Joel Bernstein 680dcc140d SOLR-10662: Add length Stream Evaluator 2017-05-15 11:26:04 -04:00
Jan Høydahl 50a0804263 SOLR-10644: Make solr.in.sh owned by root, readable to solr (group) but not world-readable 2017-05-15 16:06:01 +02:00
Cassandra Targett 08711cf4fb SOLR-10690: remove unused files left over from theme adaptation 2017-05-15 09:05:07 -05:00
Jan Høydahl 295602ce7b SOLR-10584: RefGuide updates, removal of some more dead code and a failing test 2017-05-15 15:59:29 +02:00
Cassandra Targett a1078143ed SOLR-10670: move logo and background images & fix paths 2017-05-15 08:38:40 -05:00
Jan Høydahl 66cd20e98a SOLR-10584: Remove defaultOperator completely in 7.0 2017-05-15 09:44:09 +02:00
Cao Manh Dat 9dc952a47c SOLR-10412: v2 API: many API command specification properties are typed "number" but should instead be typed "integer" 2017-05-15 11:59:08 +07:00
Jim Ferenczi 21362a3ba4 LUCENE-7824: Fix graph query analysis for multi-word synonym rules with common terms (eg. new york, new york city). 2017-05-14 21:12:42 +02:00
Steve Rowe e11bc03098 LUCENE-7821: The classic and flexible query parsers, as well as Solr's 'lucene'/standard query parser, should require ' TO ' in range queries, and accept 'TO' as endpoints in range queries. 2017-05-14 11:31:22 -04:00
Cao Manh Dat 9fa04ecc95 SOLR-10405: v2 API introspect response contains multiple copies of the experimental format WARNING 2017-05-13 15:11:56 +07:00
Cassandra Targett 4f93056ce7 SOLR-10670: fix browser bar name; add some padding for DRAFT note; add favicon 2017-05-12 19:05:07 -05:00
Steve Rowe b3eccb35ea SOLR-10400: Replace (instanceof TrieFooField || instanceof FooPointField) constructs with FieldType.getNumberType() or SchemaField.getSortField() where appropriate. 2017-05-12 19:22:06 -04:00
jdyer1 6e68e9ea8d SOLR-10617: run "ant jar-checksums" to correct the hsqldb.jar.sha1 file 2017-05-12 14:38:07 -05:00
Chris Hostetter b552127ea3 SOLR-10675: differentiate DRAFT builds of the html/pdf ref-guides vs the official releases 2017-05-12 11:10:41 -07:00
Christine Poerschke 6d74a9e858 Revert "SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts."
This reverts commit a96f39449b.

Resolved Conflicts:
	solr/CHANGES.txt
2017-05-12 14:58:47 +01:00
jdyer1 e61b5b34bf SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests. 2017-05-12 08:44:16 -05:00
Cao Manh Dat 904df0eb61 SOLR-10411: v2 Collection API modify command specification's replicationFactor property is incorrectly typed as string, should be integer 2017-05-12 13:38:56 +07:00
Cao Manh Dat 5f51228a01 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-12 09:54:34 +07:00
Cao Manh Dat f6b3337b65 SOLR-10408: v2 API introspect should return useful message for non-existent command 2017-05-12 09:54:19 +07:00
Ishan Chattopadhyaya 2f6700972e Adding 6.7 release after cutting 6.6 branch 2017-05-11 20:09:39 +05:30
Tommaso Teofili 8990500183 LUCENE-7823 - added bm25 nb classifier 2017-05-11 16:26:32 +02:00
ChristophKaser fb56948e70 LUCENE-7817: pass cached query to onQueryCache instead of null
Closes #199
2017-05-11 15:56:10 +02:00
Noble Paul 30a50eaf83 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-11 19:19:32 +09:30
Noble Paul ccec2b95ee SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ 2017-05-11 19:19:20 +09:30
Joel Bernstein 477b7ea66e SOLR-10660: Add reverse Stream Evaluator 2017-05-10 22:59:17 -04:00
Cao Manh Dat 5a25ef0e77 SOLR-10431: Fix precommit 2017-05-11 09:28:53 +07:00