Commit Graph

26808 Commits

Author SHA1 Message Date
Noble Paul 9899cbd031 SOLR-10026: JavaBinCodec should initialize maps and namedLists with known capacity 2017-01-25 07:08:25 +10:30
Kevin Risden aaee7513e6 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-23 10:42:08 -05:00
Dawid Weiss ca50e5b61c LUCENE-7653: Update randomizedtesting to version 2.5.0. Piggyback wiping of cwds of forked JVMs. 2017-01-23 13:39:19 +01:00
Alan Woodward 94e3460305 Revert "LUCENE-7628: Scorer.getChildren() returns only matching Scorers"
This reverts commit 5bdc492c9c.
2017-01-23 11:30:03 +00:00
Cao Manh Dat d34f549df6 SOLR-9114: NPE using TermVectorComponent, MoreLikeThisComponent in combination with ExactStatsCache 2017-01-23 17:41:35 +07:00
Adrien Grand 6693c261e5 LUCENE-7643,SOLR-10013: Reenable the single-value optimization. 2017-01-23 10:39:06 +01:00
Alan Woodward 5bdc492c9c LUCENE-7628: Scorer.getChildren() returns only matching Scorers 2017-01-23 09:35:16 +00:00
Adrien Grand c7fdd10971 LUCENE-7640: Fix test failure. 2017-01-23 10:08:19 +01:00
Jim Ferenczi 9571d0f3ab Update doap files with the latest release 6.4.0 2017-01-23 09:50:02 +01:00
Jim Ferenczi 185716ecac Add 6.4.0 back compat test indexes 2017-01-23 09:47:54 +01:00
Uwe Schindler ee5a360112 LUCENE-7651: Fix Javadocs build for Java 8u121 by injecting "Google Code Prettify" without adding Javascript to Javadocs's -bottom parameter. Also update Prettify to latest version to fix Google Chrome issue. 2017-01-22 18:29:01 +01:00
Ishan Chattopadhyaya 0f7990b2c8 SOLR-10011: Fix exception log message 2017-01-22 04:52:01 +05:30
Ishan Chattopadhyaya 285a1013ad SOLR-10011: Refactor PointField & TrieField to now have a common base class, NumericFieldType.
The TrieField.TrieTypes and PointField.PointTypes are now consolidated to NumericFieldType.NumberType. This
  refactoring also fixes a bug whereby PointFields were not using DocValues for range queries for
  indexed=false, docValues=true fields.
2017-01-22 04:27:11 +05:30
Alan Woodward 49fa7b0dd5 SOLR-9132: Fix HDFS test 2017-01-21 21:55:33 +00:00
Ishan Chattopadhyaya 864bed2e49 SOLR-9996: Ignore the RTG calls for tests where UpdateLog is disabled 2017-01-21 21:19:11 +05:30
Chris Hostetter b0db06bad5 SOLR-10013: Fix DV range query bug introduced by LUCENE-7643 by disabling and optimization (LUCENE-7649 to track re-enabling or removing completely) 2017-01-20 13:27:09 -07:00
Ishan Chattopadhyaya 69055aa4a8 SOLR-9996: Unstored IntPointField returns Long type 2017-01-20 19:08:05 +05:30
Adrien Grand f57e0177ff LUCENE-7643: Fix leftover. 2017-01-20 13:47:29 +01:00
Adrien Grand 71ca2a84ba LUCENE-7643: Move IndexOrDocValuesQuery to core. 2017-01-20 13:42:31 +01:00
Adrien Grand a2131a9e1e LUCENE-7640: Fix test bug. 2017-01-19 20:02:18 +01:00
Alan Woodward eba9390965 SOLR-10001: Fix overseer-roles test bug 2017-01-19 17:46:03 +00:00
Adrien Grand a14d79366f LUCENE-7645: Use JDK's Arrays.binarySearch in BaseCharFilter. 2017-01-19 11:27:24 +01:00
Adrien Grand 85a05b546b LUCENE-7640: Fix test. 2017-01-19 09:54:50 +01:00
Adrien Grand e8fa59904c LUCENE-7055: Make sure to use the same reader to create the weight and pull the scorers. 2017-01-19 09:30:34 +01:00
markrmiller 075aec91cd SOLR-9885: Allow pre-startup Solr log management in Solr bin scripts to be disabled. 2017-01-19 03:07:09 -05:00
Ishan Chattopadhyaya bb35732eef SOLR-9984: Remove GenericHadoopAuthPlugin (HadoopAuthPlugin is there) 2017-01-19 10:02:13 +05:30
Ishan Chattopadhyaya 1a05d6f4f1 SOLR-9984: Deprecate GenericHadoopAuthPlugin in favor of HadoopAuthPlugin 2017-01-19 09:35:59 +05:30
markrmiller 9f58b6cd17 SOLR-9926: Allow passing arbitrary java system properties to zkcli. 2017-01-18 21:23:36 -05:00
Tomas Fernandez Lobbe 57934ba448 SOLR-8396: Add support for PointFields in Solr 2017-01-18 17:27:21 -08:00
markrmiller a89560bb72 SOLR-9836: Add ability to recover from leader when index corruption is detected on SolrCore creation. 2017-01-18 19:45:22 -05:00
Tomas Fernandez Lobbe a37bfa75a0 SOLR-9980: Expose configVersion in core admin status 2017-01-18 15:01:27 -08:00
Steve Rowe 85061e39e0 Fix changes entry formatting (sub-bullets wrongly promoted to top level items); don't interpret parenthesized text starting with 'e.g.' as an attribution. 2017-01-18 15:21:23 -05:00
Alan Woodward 8c2ef3bc7f LUCENE-7644: FieldComparatorSource.newComparator() doesn't need to throw IOException
This allos us to also remove the throws clause on SortField.getComparator(),
TopDocs.merge() and various Collector constructors
2017-01-18 19:17:19 +00:00
Tomas Fernandez Lobbe 68d246df00 SOLR-9979: Macro expansion should not be done in shard requests 2017-01-18 10:53:02 -08:00
Mike McCandless 57626c9a99 WordDelimiterGraphFilter can't correct offsets if a CharFilter had changed them 2017-01-18 11:04:01 -05:00
Adrien Grand 188a19e67e LUCENE-7640: Fix test bug. 2017-01-18 16:59:26 +01:00
Kevin Risden db6a3393a9 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-18 10:45:57 -05:00
Adrien Grand 71aa463d4b LUCENE-7640: Speed up PointValues#estimatePointCount with Relation.CELL_INSIDE_QUERY. 2017-01-18 15:07:06 +01:00
Adrien Grand 3404677e57 LUCENE-7641: Speed up range queries that match most documents. 2017-01-18 13:48:27 +01:00
Chris Hostetter 9ee48aa857 SOLR-9977: Fix config bug in DistribDocExpirationUpdateProcessorTest that allowed false assumptions about when index version changes 2017-01-17 17:32:42 -07:00
Mike McCandless 0bdcfc291f LUCENE-7619: don't let offsets go backwards 2017-01-17 17:57:11 -05:00
Chris Hostetter 39eec660ca SOLR-9976: Fix init bug in SegmentsInfoRequestHandlerTest 2017-01-17 14:42:41 -07:00
Christine Poerschke e816fbe233 SOLR-9975: add SpellCheckComponentTest.testCollateExtendedResultsWithJsonNl method 2017-01-17 15:55:51 +00:00
Mike McCandless 637915b890 LUCENE-7619: add WordDelimiterGraphFilter (replacing WordDelimiterFilter) to produce a correct token stream graph when splitting words 2017-01-17 10:38:07 -05:00
yonik 7d7e5d2246 SOLR-9786: additional test related to TermInSetQuery now requiring all terms in same field 2017-01-17 10:20:02 -05:00
Jim Ferenczi 1acd2ee2bb Various fixes and updates for index sorting on flush
* IndexWriter.validateIndexSort now throws a CorruptIndexException if a segment created by version >= 6.5.0 is not sorted (already applied in branch_6x)
* Removes unneeded check in AssertingLiveDocsFormat (already applied in branch_6x)
* Removes try/finally block when stored fields consumer finishes (already applied in branch_6x).
2017-01-17 14:22:47 +01:00
David Smiley ed513fdee7 SOLR-9935: UnifiedHighlighter, when hl.fragsize=0 don't do fragmenting 2017-01-17 08:07:51 -05:00
Adrien Grand 43874fc5b5 LUCENE-7637: Require that all terms of a TermsQuery come from the same field. 2017-01-17 08:51:58 +01:00
Adrien Grand 86233cb95d LUCENE-7055: Add ScorerProvider to get an estimation of the cost of scorers before building them. 2017-01-17 08:51:58 +01:00
Ishan Chattopadhyaya 38af094d17 SOLR-9941: Moving changelog entry from 7.0.0 to 6.5.0 2017-01-17 03:12:07 +05:30