Noble Paul
|
32c4bd7cc0
|
Merge remote-tracking branch 'origin/master'
|
2016-11-29 08:06:26 +05:30 |
Noble Paul
|
5b2594350d
|
SOLR-9784: added deprecation javadocs
|
2016-11-29 08:05:47 +05:30 |
Kevin Risden
|
bf424d1ec1
|
SOLR-9728: Ability to specify Key Store type in solr.in file for SSL
|
2016-11-28 09:52:02 -06:00 |
Tommaso Teofili
|
c36ec0b75e
|
SOLR-8871 - removed suppress for forbidden API, added locale to toUpperCase
|
2016-11-28 09:22:36 +01:00 |
Tommaso Teofili
|
641294a967
|
SOLR-8871 - adjusted UIMA processor test, patch from Alessandro Benedetti
|
2016-11-28 09:20:02 +01:00 |
Erick Erickson
|
500c2befe9
|
SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails, test fix
|
2016-11-26 22:12:16 -08:00 |
Erick Erickson
|
e4733f696e
|
SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails, test fix
|
2016-11-26 22:11:30 -08:00 |
Erick Erickson
|
ca6626604b
|
SOLR-5260: Faceting on a field in SolrCloud with docValues=true and indexed=false fails
|
2016-11-26 12:36:57 -08:00 |
Noble Paul
|
23921064e9
|
SOLR-9784: deprecated uploadconfig
|
2016-11-26 12:54:48 +05:30 |
Noble Paul
|
2ec9716520
|
SOLR-9784: deprecated uploadconfig
|
2016-11-26 12:53:32 +05:30 |
Noble Paul
|
346e766599
|
Merge remote-tracking branch 'origin/master'
|
2016-11-26 12:25:06 +05:30 |
Noble Paul
|
dce5964d8a
|
SOLR-9784: removed unused method
|
2016-11-26 12:24:45 +05:30 |
Shalin Shekhar Mangar
|
eded69ba8f
|
SOLR-9433: Ignore testDeleteInstanceDirAfterCreateFailure on windows
|
2016-11-26 01:01:22 +05:30 |
Shalin Shekhar Mangar
|
5228c8e140
|
SOLR-9801: Upgrade jetty to 9.3.14.v20161028
|
2016-11-26 00:51:03 +05:30 |
Adrien Grand
|
d0b5d41f5c
|
LUCENE-7574: Fix more index sorting test failures.
|
2016-11-25 16:24:00 +01:00 |
David Smiley
|
9b4b120aba
|
fix bad xml processing instruction placement
|
2016-11-24 22:24:35 -05:00 |
Noble Paul
|
950ff50032
|
Merge remote-tracking branch 'origin/master'
|
2016-11-25 08:18:09 +05:30 |
Noble Paul
|
142461b395
|
SOLR-9512: removed unused import
|
2016-11-25 08:17:51 +05:30 |
David Smiley
|
4314c51c66
|
SOLR-9708: Added UnifiedSolrHighlighter. Added hl.method=original|fastVector|postings|unified
|
2016-11-24 19:36:07 -05:00 |
Tommaso Teofili
|
a4573fe7f4
|
SOLR-8871 - added suppress forbidden for toUpperCase usage
|
2016-11-25 01:12:03 +01:00 |
Tommaso Teofili
|
96489d2384
|
SOLR-8871 - adjusted header positioning
|
2016-11-24 23:46:20 +01:00 |
Tommaso Teofili
|
5ad741eef8
|
SOLR-8871 - various improvements to ClassificationURP
|
2016-11-24 23:43:57 +01:00 |
Noble Paul
|
e9e4715dd2
|
reverting the large commit
|
2016-11-25 00:56:54 +05:30 |
Noble Paul
|
098580698f
|
Merge branch 'master' of /Users/noble/work/lucene-solr with conflicts.
|
2016-11-25 00:52:42 +05:30 |
Noble Paul
|
e35500dc13
|
Merge remote-tracking branch 'origin/master'
|
2016-11-25 00:51:49 +05:30 |
Noble Paul
|
5650939a8d
|
SOLR-9784: Refactor CloudSolrClient to eliminate direct dependency on ZK
SOLR-9512: CloudSolrClient's cluster state cache can break direct updates to leaders
|
2016-11-25 00:51:38 +05:30 |
Noble Paul
|
d87ffa4bf8
|
SOLR-9784: Refactor CloudSolrClient to eliminate direct dependency on ZK
SOLR-9512: CloudSolrClient's cluster state cache can break direct updates to leaders
|
2016-11-25 00:51:09 +05:30 |
Adrien Grand
|
be74f4f7a7
|
LUCENE-7569: Fix index sorting test failures.
|
2016-11-24 14:10:19 +01:00 |
Noble Paul
|
41d7b24574
|
SOLR-9721: javabin Tuple parser for streaming and other end points
|
2016-11-24 09:00:21 +05:30 |
Shalin Shekhar Mangar
|
f8fa2e998d
|
SOLR-8785: Use per-second rates for consistency in all stats outputs
|
2016-11-23 23:20:48 +05:30 |
Shalin Shekhar Mangar
|
dab2e24656
|
SOLR-8785: Convert rates to be per minute from the default per second rates reported by the metrics library
|
2016-11-23 23:11:36 +05:30 |
yonik
|
7e6e68900b
|
SOLR-9786: set filter for join query parser
|
2016-11-22 22:44:25 -05:00 |
yonik
|
3b4cc1bd1f
|
SOLR-9786: set filter flag for more parsers
|
2016-11-22 16:30:08 -05:00 |
Mike McCandless
|
21735161dc
|
LUCENE-7568: Optimize merging when index sorting is used but the index is already sorted
|
2016-11-22 14:10:16 -05:00 |
yonik
|
bf9db95f21
|
SOLR-9786: FieldType.getSetQuery, QParser.flags/isFilter, solr query parser use getSetQuery when appropriate and other optimizations
|
2016-11-22 12:33:20 -05:00 |
Steve Rowe
|
6a83f0fa3a
|
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:58:46 -05:00 |
Christine Poerschke
|
87dc02e3c4
|
SOLR-8785: tweak attribution
|
2016-11-22 09:28:08 +00:00 |
Shalin Shekhar Mangar
|
ff6da66601
|
SOLR-8785: Use Dropwizard Metrics library for core metrics
|
2016-11-22 14:37:33 +05:30 |
Steve Rowe
|
c5aa9b9ada
|
LUCENE-7543: Parse DOAP RDF files with Ant <xmlproperty> rather than Perl XML::Simple
|
2016-11-21 20:48:32 -05:00 |
Steve Rowe
|
b768a83a1e
|
LUCENE-7543: fixed canonical URL in comment
|
2016-11-21 18:25:22 -05:00 |
Steve Rowe
|
51db00a313
|
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:40 -05:00 |
Steve Rowe
|
33ff6cde9b
|
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:47:54 -05:00 |
Mike McCandless
|
bb3278dd17
|
LUCENE-7560: make QueryBuilder.analyzeXXX methods protected
|
2016-11-21 06:29:33 -05:00 |
yonik
|
b426838e8f
|
LUCENE-7567: don't clone BooleanClause in builder
|
2016-11-20 22:56:38 -05:00 |
Tommaso Teofili
|
c3f172a408
|
LUCENE-7466 - adjusted changes.txt to reflect added axiomatic sim
|
2016-11-20 14:21:42 +01:00 |
Alexandre Rafalovitch
|
380b5ca626
|
SOLR-9626: Add css class, when match key is found
|
2016-11-20 22:18:55 +11:00 |
Tommaso Teofili
|
4236da27d1
|
LUCENE-7466 - added axiomatic similarity, patch from Peilin Yang
|
2016-11-19 08:28:25 +01:00 |
Christine Poerschke
|
f42cc2a8c3
|
SOLR-9782: for json.nl expand test coverage and comments w.r.t. NamedList(null=null)
|
2016-11-18 15:57:35 +00:00 |
Noble Paul
|
3c4315c566
|
Merge remote-tracking branch 'origin/master'
|
2016-11-18 20:29:42 +05:30 |
Noble Paul
|
0ec660a113
|
Wrong casting of CharSequence to String
|
2016-11-18 20:29:09 +05:30 |