Commit Graph

24465 Commits

Author SHA1 Message Date
jbernste 0ff8d11367 SOLR-8512: Implement minimal set of get* methods in ResultSetImpl for column indices 2016-01-25 22:56:01 -05:00
jbernste ce0069a751 SOLR-8517: Implement minimal set of get* methods in ResultSetImpl for column names 2016-01-25 21:39:44 -05:00
Mike McCandless 7b43101902 disable Direct and Memory for this test to avoid false OOME failures 2016-01-25 14:04:36 -05:00
jbernste c99698b6dd SOLR-8519: Implement ResultSetMetaDataImpl.getColumnCount() 2016-01-25 13:53:51 -05:00
Shai Erera d5ec561ded Add segments file info to Core admin status
The segments file name and size are useful information to know about
the current commit point.
2016-01-25 15:20:53 +02:00
Alan Woodward 75dd5e9f9e LUCENE-6988: IndexableField.tokenStream() no longer throws IOException 2016-01-25 10:04:41 +00:00
Mike McCandless 33890681a0 exempt NodeCommunicationException as well 2016-01-24 19:50:59 -05:00
Mike McCandless 1ae7291429 current patch 2016-01-24 18:17:20 -05:00
Michael McCandless b62c6715df revert this est change until we can fix geo API border cases (LUCENE-6956) 2016-01-24 16:48:51 -05:00
Uwe Schindler 9d35aafc56 LUCENE-6938: Add WC checks back, now based on JGit 2016-01-24 22:38:36 +01:00
Michael McCandless 74e5f1c6ae LUCENE-6745: fix IndexInput consumers to not share an instance while cloning from another thread 2016-01-24 17:53:13 +01:00
Michael McCandless bc3e643d1f LUCENE-6932: improve exception messages; rename length parameter to sliceLength, and return it as the length, for clarity 2016-01-24 17:53:13 +01:00
jbernste a652065c26 SOLR-8573: Implement ConnectionImpl,StatementImpl,ResultSetImpl clearWarnings and getWarnings 2016-01-24 17:53:12 +01:00
Uwe Schindler b18d2b3330 LUCENE-6938: Improve output of Git Hash if no GIT available or no GIT checkout (this restores previous behaviour) 2016-01-24 17:53:12 +01:00
Steve Rowe 7f41c65ae9 LUCENE-6938: Maven build: Switch SCM descriptors from svn to git; buildnumber-maven-plugin's buildNumberPropertyName property (used in Maven-built artifact manifests) renamed from svn.revision to checkoutid; removed Subversion-specific stuff from README.maven 2016-01-24 17:53:12 +01:00
Michael McCandless 6ba9164837 make this test less anal about scores so the new DFI sim won't cause false failures 2016-01-24 17:53:12 +01:00
Uwe Schindler f67f5adfe7 LUCENE-6938: fix typo, sorry 2016-01-24 17:52:47 +01:00
Uwe Schindler 9f0e2cc83f LUCENE-6938: Fix Lucene's src.tgz file; remove svnkit stuff 2016-01-24 17:52:47 +01:00
Dawid Weiss 55005f0a7d LUCENE-6938: Convert build to work with Git rather than SVN. (Mark Miller
via Dawid Weiss).
2016-01-24 17:52:46 +01:00
Michael McCandless c4244eb027 fix test bug abusing hit score
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726326 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 21:54:47 +00:00
Uwe Schindler 4efccce1f1 LUCENE-6978: Fix usage of Locale#toString in DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726311 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 21:05:40 +00:00
Anshum Gupta 09e4595501 Add 5.3.2 back-compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726299 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 19:55:27 +00:00
Joel Bernstein 077e78f417 SOLR-8550: Add asynchronous DaemonStreams to the Streaming API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726291 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 19:07:15 +00:00
Michael McCandless f4cdb556e4 LUCENE-6932: also fix RAFIndexInput to throw EOFE if you seek beyond end of file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726289 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 19:00:02 +00:00
Michael McCandless e19f4b5934 LUCENE-6932: fix SimpleFSIndexInput to throw EOFException if you seek beyond end of file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726266 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 18:15:12 +00:00
Michael McCandless 07b5a6f64b LUCENE-6932: fix test bug that was not always using the dir impl being tested
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726264 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 18:11:23 +00:00
Noble Paul 9298da5690 SOLR-8582 : memory leak in JsonRecordReader affecting /update/json/docs. Large payloads
cause OOM

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726261 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 17:28:27 +00:00
Michael McCandless 860a5847b7 LUCENE-6980: fix a few more places to just use default (true) for applyAllDeletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726250 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 16:12:06 +00:00
Steven Rowe b2ee2d51c4 Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726241 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 15:44:11 +00:00
Michael McCandless 95b424b6e1 LUCENE-6932: also fix NIOFSIndexInput to throw EOFE if you seek beyond end of file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726229 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 15:19:10 +00:00
Michael McCandless d71d1aa941 woops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726228 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 15:17:17 +00:00
Michael McCandless 56a76eb5a1 LUCENE-6932: also fix NIOFSIndexInput to throw EOFE if you seek beyond end of file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726227 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 15:16:20 +00:00
Robert Muir 79572ada76 LUCENE-6986: add more DFI measures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726205 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 13:30:12 +00:00
Adrien Grand dabf5e8ce8 Add 5.4.1 indices to TestBackwardsCompatibility.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726157 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 09:08:35 +00:00
Shai Erera 2311c7fee1 SOLR-8560: Add RequestStatusState enum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726144 13f79535-47bb-0310-9956-ffa450edef68
2016-01-22 05:39:54 +00:00
Uwe Schindler 7213e7cfc0 LUCENE-6978: Fix Morphlines locale parsing with empty string / null: use ROOT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726118 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 22:16:55 +00:00
Michael McCandless fb371af1f9 LUCENE-6980: fix a few more tests to just use default (true) for applyAllDeletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726106 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 21:32:31 +00:00
Mark Robert Miller 5517929f9d SOLR-8371: Move 6.0 changes entry to 5.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726079 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 19:55:13 +00:00
Yonik Seeley 1ff6d6502d SOLR-8359: revert change of cached debug levels to statics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726045 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 18:09:11 +00:00
Michael McCandless ddc65d977f LUCENE-6932: RAMInputStream now throws EOFException if you seek beyond the end of the file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726039 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 17:50:28 +00:00
Michael McCandless 29cb337377 LUCENE-6975: rename dimensional values to points; add ExactPointQuery to match documents containing exactly an indexed point
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725998 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 15:58:08 +00:00
Nick Knize 977980fcdc LUCENE-6974: Correct horizontal collinear logic bug in GeoRelationUtils.lineCrossesLine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725966 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 14:48:42 +00:00
Steven Rowe eb47a8b965 SOLR-4619: Improve PreAnalyzedField query analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725869 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 05:51:36 +00:00
Steven Rowe 1ad51f30ae SOLR-8567: Maven build: Add solr-core test dependency on the lucene queryparser test-jar, required for SOLR-839
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725866 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 05:33:53 +00:00
Dennis Gove 6501f1891b SOLR-8556: Add ConcatOperation to be used with the SelectStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725769 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 18:08:16 +00:00
Christine Poerschke e58b14d228 SOLR-8566: ManagedResource.buildMapToStore initialCapacity tweak. ManagedResource.storeManagedData log.error tweak ("load data" instead of "load stop words").
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725752 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 16:35:39 +00:00
Alan Woodward 52786181c7 LUCENE-6984: Remove out-of-date javadoc note
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725743 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 15:32:43 +00:00
Alan Woodward e5de90bbf1 LUCENE-6984: SpanMultiTermQueryWrapper no longer modifies its wrapped query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725719 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 13:36:56 +00:00
Alan Woodward d66dd2f9f0 LUCENE-6981: SpanQuery.getTermContexts() helper methods should be public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725710 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 12:54:57 +00:00
Christine Poerschke 16c53a0fea SOLR-8565: add & use CommonParams.(ROWS|START)_DEFAULT constants, add CommonParamsTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725708 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 12:43:25 +00:00