Commit Graph

26038 Commits

Author SHA1 Message Date
yonik e7aa0e4ce4 SOLR-9786: set filter flag for more parsers 2016-11-22 16:30:39 -05:00
Mike McCandless 8d7c540e2c LUCENE-7568: Optimize merging when index sorting is used but the index is already sorted 2016-11-22 14:32:23 -05:00
yonik 9f24c4b59a SOLR-9786: FieldType.getSetQuery, QParser.flags/isFilter, solr query parser use getSetQuery when appropriate and other optimizations 2016-11-22 12:53:41 -05:00
Steve Rowe 615570c347 LUCENE-7543: Update dev-tools/README.txt to include new dev-tools/ directories including doap/; add missing 1.4.1 and 4.9.1 release notes to Solr's CHANGES.txt; fix names of 3.6.1, 3.6.2, 4.0-ALPHA and 4.0-BETA releases in Solr's DOAP file to refer to solr instead of lucene. 2016-11-22 11:59:13 -05:00
Christine Poerschke e55742e056 SOLR-8785: tweak attribution 2016-11-22 09:32:14 +00:00
Shalin Shekhar Mangar 2deb900774 SOLR-8785: Use Dropwizard Metrics library for core metrics
(cherry picked from commit ff6da66)
2016-11-22 14:42:47 +05:30
Steve Rowe c85a0d8aa3 LUCENE-7543: Parse DOAP RDF files with Ant <xmlproperty> rather than Perl XML::Simple 2016-11-21 20:48:57 -05:00
Steve Rowe f0f30eec30 LUCENE-7543: fixed canonical URL in comment 2016-11-21 18:26:35 -05:00
Steve Rowe c069dbc147 LUCENE-7543: Added note to dev-tools/doap/README.txt about maintaining the website .htaccess file. Cleaned up DOAP files: added full Aapache license reference; added info about canonical URLs; dropped useles stylesheet processing instruction. 2016-11-21 18:06:31 -05:00
Steve Rowe 25d2d8d273 LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:48:44 -05:00
Mike McCandless 5d5e274962 LUCENE-7560: make QueryBuilder.analyzeXXX methods protected 2016-11-21 06:29:05 -05:00
yonik 3e2800ea04 LUCENE-7567: don't clone BooleanClause in builder 2016-11-20 22:57:53 -05:00
Alexandre Rafalovitch df6d86d5f6 SOLR-9626: Add css class, when match key is found 2016-11-20 22:35:09 +11:00
Tommaso Teofili 4ce7ce0844 LUCENE-7466 - adjusted changes.txt to reflect added axiomatic sim 2016-11-20 10:16:49 +01:00
Tommaso Teofili 033614692a LUCENE-7466 - added axiomatic similarity, patch from Peilin Yang
(cherry picked from commit 4236da2)
2016-11-20 10:04:15 +01:00
Christine Poerschke 500f6c7875 SOLR-9782: for json.nl expand test coverage and comments w.r.t. NamedList(null=null) 2016-11-18 16:15:18 +00:00
Noble Paul 535bf59a3b Wrong casting of CharSequence to String 2016-11-18 20:33:13 +05:30
Alan Woodward 7ca0ba043a Log root cause error when directories can't be deleted on core unload 2016-11-18 13:45:44 +00:00
Mike McCandless fb14ed82f8 make PrimaryNode's IndexWriter protected 2016-11-18 06:22:30 -05:00
Adrien Grand 0e50101ee3 LUCENE-7536: ASCIIFoldingFilterFactory.getMultiTermComponent can emit two tokens. 2016-11-18 10:07:26 +01:00
Steve Rowe 6d1962a902 LUCENE-7533: Classic query parser: disallow autoGeneratePhraseQueries=true when splitOnWhitespace=false (and vice-versa). 2016-11-17 19:14:43 -05:00
yonik 61a6072573 SOLR-9324: move changes entry to 6.4 2016-11-17 16:49:50 -05:00
Hrishikesh Gadre f084e658b7 SOLR-9324 Fix TestSolrCloudWithSecureImpersonation#testForwarding 2016-11-17 15:05:47 -05:00
Uwe Schindler 6428772aa2 SOLR-9460: Fully fix test setup 2016-11-17 15:05:46 -05:00
Uwe Schindler 225198a2b7 SOLR-9460: Disable test that does not work with Windows 2016-11-17 15:05:46 -05:00
Gregory Chanan 8659fe1cce SOLR-9324: Fix local host test assumptions 2016-11-17 15:05:46 -05:00
Gregory Chanan f78f698ab0 SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
Conflicts:
	solr/CHANGES.txt
	solr/core/src/java/org/apache/solr/security/KerberosPlugin.java
2016-11-17 15:05:46 -05:00
Steve Rowe 722e77a69d LUCENE-7542: Release smoker should fail when CHANGES.txt has a release section for a future release 2016-11-17 12:59:11 -05:00
David Smiley 06ee34c682 LUCENE-7559: fix indentation of entire file
(cherry picked from commit cbc8392)
2016-11-17 11:25:36 -05:00
David Smiley 23b8bb6693 LUCENE-7559: UnifiedHighlighter: Increase Passage visibility
(cherry picked from commit c51e890)
2016-11-17 11:25:12 -05:00
yonik e525cca017 SOLR-9772: reuse comparator when deriving fieldSortValues 2016-11-17 10:57:02 -05:00
Steve Rowe 4fedb640ab LUCENE-7564: AnalyzingInfixSuggester should close its IndexWriter by default at the end of build() 2016-11-16 18:04:13 -05:00
Erick Erickson 8bd4ad36c5 SOLR-9606: Change hard-coded keysize from 512 to 1024
(cherry picked from commit e402a30)
2016-11-16 13:36:53 -08:00
Mike McCandless 2e821eac27 add basic sorted index bwc test 2016-11-16 11:54:22 -05:00
Mike McCandless 64b9eefaa9 LUCENE-7537: fix some 6.x backport issues 2016-11-16 10:37:02 -05:00
Mike McCandless e357f957f3 LUCENE-7537: Index time sorting now supports multi-valued sorts using selectors (MIN, MAX, etc.) 2016-11-16 10:37:02 -05:00
markrmiller 6962381180 SOLR-9284: Reduce off heap cache size. 2016-11-16 10:12:08 -05:00
Mike McCandless 55f10e9060 LUCENE-7560: make QueryBuilder.createFieldQuery not final anymore 2016-11-16 06:13:31 -05:00
Mike McCandless 348854638d LUCENE-7652: improve BasePostingsFormatTestCase with a level 2 ghost test 2016-11-16 05:18:39 -05:00
Mike McCandless 42459a036d LUCENE-7562: don't throw NPE when encountering a level 2 ghost field 2016-11-16 04:54:16 -05:00
Kevin Risden 8c7decb4c0 SOLR-9597: Add setReadOnly(String ...) to ConnectionImpl 2016-11-15 21:35:09 -06:00
Kevin Risden 8af0223812 SOLR-9729: JDBCStream improvements 2016-11-15 21:07:10 -06:00
Kevin Risden e3db9f3b8a SOLR-9077: Streaming expressions should support collection alias 2016-11-15 20:45:19 -06:00
Kevin Risden ead40a9e00 SOLR-9666: SolrJ LukeResponse support dynamic fields 2016-11-15 18:58:54 -06:00
David Smiley 0790c34cc5 LUCENE-7526: UnifiedHighlighter: enhance MTQ passage relevancy. TokenStreamFromTermVector isn't used by the UH anymore. Refactor AnalysisOffsetStrategy into TokenStream and MemoryIndex strategies, and related refactorings from that.
(cherry picked from commit 7af454a)
2016-11-15 16:18:29 -05:00
Chris Hostetter 38a67e25ae LUCENE-7387: fix defaultCodec in build.xml to account for the line ending
this not only fixes the link in the javadoc to be correct, but also gets precommit working with ant 1.9.6

(cherry picked from commit 280cbfd8fb)
2016-11-15 12:25:15 -07:00
markrmiller b90b4dc694 SOLR-9284: Reduce off heap cache size and fix test asserts. 2016-11-15 11:05:20 -05:00
markrmiller 3d91016014 SOLR-9284: The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely. 2016-11-15 05:19:16 -05:00
Shalin Shekhar Mangar eedc284c4d SOLR-9736: Solr resolves the collection name against the first available leader or first replica of the first slice
(cherry picked from commit 0d290ae)
2016-11-15 14:19:18 +05:30
Shalin Shekhar Mangar d3420c31a9 SOLR-9633: Fix issue number in CHANGES.txt
(cherry picked from commit b57a5e4)
2016-11-15 11:07:45 +05:30