Commit Graph

7908 Commits

Author SHA1 Message Date
Christine Poerschke 8e27c14aed SOLR-8600: add & use ReRankQParserPlugin parameter [default] constants, changed ReRankQuery.toString to use StringBuilder. 2016-02-01 12:00:39 +00:00
David Smiley 4cdce3db77 SOLR-7968: Make QueryComponent extensible 2016-01-31 22:25:37 -05:00
jbernste 14a2c16ca4 SOLR-8285: Update CHANGES.txt 2016-01-31 13:31:27 -05:00
jbernste e20820a04d SOLR-8285: Ensure the /export handler works with NULL field values 2016-01-31 13:21:10 -05:00
Noble Paul a4d15862ac Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-01-31 18:45:29 +05:30
Noble Paul 13c9912b3c SOLR-8618 refactored a couple of methods out as protected 2016-01-31 18:44:39 +05:30
yonik e6db8ba214 SOLR-8532: GraphQuery don't collect edges at maxDepth level 2016-01-29 10:59:49 -05:00
Christine Poerschke 70b1eb03c4 SOLR-8597: add default, no-op QParserPlugin.init(NamedList) method (solr/CHANGES.txt) 2016-01-28 17:41:34 +00:00
Christine Poerschke 9754da625c SOLR-8597: add default, no-op QParserPlugin.init(NamedList) method 2016-01-28 17:39:52 +00:00
Mark Miller 62c9b6a172 SOLR-8451: fix randomization in test. 2016-01-28 12:34:13 -05:00
jbernste 79e384bac5 SOLR-8602: Implement ResultSetImpl.wasNull() 2016-01-28 11:08:31 -05:00
yonik 105c6dfe26 SOLR-8605: fix regex queries starting with escaped forward slash 2016-01-27 18:53:17 -05:00
jbernste ad96fd0d89 SOLR-8601: RollupStream loses the type for group by buckets 2016-01-27 16:09:44 -05:00
jbernste b3eb7222df SOLR-8603: Implement StatementImpl.getMoreResults() 2016-01-27 14:04:06 -05:00
jbernste eeaf3eb96f SOLR-8574: Implement ConnectionImpl.isValid() and DatabaseMetaDataImpl.getConnection() 2016-01-27 13:48:06 -05:00
jbernste eb6bf9bc54 SOLR-8250: Implement ResultSetMetaDataImpl getColumnLabel(int column) and getColumnDisplaySize(int column) 2016-01-27 13:21:47 -05:00
Shalin Shekhar Mangar 6acfa2a4ff SOLR-8595: Use BinaryRequestWriter by default in HttpSolrClient and ConcurrentUpdateSolrClient 2016-01-27 20:50:54 +05:30
jbernste bc815b5207 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-01-26 10:57:07 -05:00
jbernste 3654fc33b9 SOLR-8518: Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName 2016-01-26 10:55:32 -05:00
yonik 85ae198033 SOLR-8598: better error message for unknown facet type 2016-01-26 10:19:20 -05:00
Christine Poerschke 2782f60744 SOLR-8566: SyncStrategy.syncWithReplicas initialCapacity tweak 2016-01-26 13:26:25 +00:00
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
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
jbernste a652065c26 SOLR-8573: Implement ConnectionImpl,StatementImpl,ResultSetImpl clearWarnings and getWarnings 2016-01-24 17:53:12 +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
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
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
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
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
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
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 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
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
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
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
Joel Bernstein eae126ac1c SOLR-8514, SOLR-8502: Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725662 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 02:12:30 +00:00
Dennis Gove 2d2582e4f4 SOLR-8559: FCS facet performance optimization
Significantly speeds up processing when terms are high cardinality and the matching docset is small. 
When facet minCount > 0 and the number of matching documents is small (or 0) this enhancement 
prevents considering terms which have a 0 count. Also includes change to move to the next non-zero 
term value when selecting a segment position.



git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725638 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 22:41:49 +00:00
Joel Bernstein cecb9f4e25 SOLR-8516, SOLR-8502: Implement ResultSetImpl.getStatement
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725616 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 21:25:36 +00:00
Joel Bernstein 1de59cad5d SOLR-8515, SOLR-8502: Implement StatementImpl.getConnection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725595 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 19:14:15 +00:00
Steven Rowe 0c6f032117 SOLR-8541: remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725586 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 18:34:53 +00:00
Varun Thacker a2e5c37c85 SOLR-8534: Add generic support for collection APIs to be async
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725474 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 11:32:14 +00:00
Christine Poerschke f0362f6248 SOLR-8566: TransformerFactory.defaultFactories initialCapacity tweak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725469 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 11:09:35 +00:00