Mike McCandless
|
ddbf3a2168
|
fix wrong comment; add test proving it's wrong; add mixed codec tests
|
2016-01-29 06:16:30 -05:00 |
Mike McCandless
|
ff49bd5922
|
make SimpleTextPointReader heroic about exceptions too
|
2016-01-29 05:45:54 -05:00 |
Mike McCandless
|
c260c9d251
|
fix test bug
|
2016-01-29 05:02:32 -05:00 |
Robert Muir
|
ae6a971c35
|
LUCENE-7000: Split BasePointFormatTestCase from TestPointValues
|
2016-01-29 04:27:27 -05:00 |
Mike McCandless
|
0607f007bf
|
throw IOExc, not RuntimeException wrapping IOExc, if we hit exc while closing IndexReader
|
2016-01-28 19:10:09 -05:00 |
Mike McCandless
|
da5cc3cad5
|
add CrankyPointFormat
|
2016-01-28 16:24:27 -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 |
Mike McCandless
|
5a4bb9f2a1
|
disable ExtraFS for these tests
|
2016-01-28 12:17:48 -05:00 |
Mike McCandless
|
47fb35c20a
|
fix false failures from test bugs
|
2016-01-28 11:30:18 -05:00 |
jbernste
|
79e384bac5
|
SOLR-8602: Implement ResultSetImpl.wasNull()
|
2016-01-28 11:08:31 -05:00 |
Mike McCandless
|
791ddc627b
|
LUCENE-6999: break out PointWriter.finish from .close to avoid leaking file handles on exception
|
2016-01-28 11:02:24 -05:00 |
Mike McCandless
|
af3a19574e
|
LUCENE-6998: fix a couple places to better detect truncated index files; improve corruption testing
|
2016-01-28 05:01:15 -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 |
Mike McCandless
|
cd82417c35
|
remove dead, and also scary, methods from geo tests
|
2016-01-27 09:15:41 -05:00 |
Robert Muir
|
283d9bb4b7
|
fix test bug (boosting stopwords with DFI)
|
2016-01-27 07:49:21 -05:00 |
Mike McCandless
|
022540e8c2
|
fix more nocommits; add separate test that deleteAll can replicate
|
2016-01-27 06:00:12 -05:00 |
Nick Knize
|
f3ca357802
|
LUCENE-6956: Fix polygon approximation for LatLonPoint Queries
|
2016-01-26 21:01:56 -06:00 |
Uwe Schindler
|
424a647af4
|
LUCENE-6995, LUCENE-6938: Add branch change trigger to common-build.xml to keep sane build on GIT branch change
|
2016-01-26 22:06:35 +01:00 |
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 |
Mike McCandless
|
f31560bd8e
|
improve geo tests
|
2016-01-26 05:14:20 -05:00 |
Robert Muir
|
bf00c961a2
|
fix test bug (fails with DFI similarity)
|
2016-01-26 04:16:10 -05:00 |
Alan Woodward
|
5e935d7106
|
LUCENE-6992: Allow adding IndexableField to MemoryIndex
|
2016-01-26 09:02:44 +00:00 |
Robert Muir
|
a3b2ad334c
|
LUCENE-6470: Improve efficiency of TermsQuery constructors.
|
2016-01-26 03:39:34 -05: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 |
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 |