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 |
Kevin Risden
|
de3ba418a5
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-21 16:39:06 -06: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 |
Kevin Risden
|
750cf6d7a5
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-18 10:42:14 -06: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 |
Alan Woodward
|
157c0bca92
|
Log root cause error when directories can't be deleted on core unload
|
2016-11-18 13:45:29 +00:00 |
Mike McCandless
|
5e062d209a
|
make PrimaryNode's IndexWriter protected
|
2016-11-18 06:22:56 -05:00 |
Adrien Grand
|
6d540b9d7a
|
LUCENE-7536: ASCIIFoldingFilterFactory.getMultiTermComponent can emit two tokens.
|
2016-11-18 10:07:09 +01:00 |
Steve Rowe
|
8938c9f3d0
|
LUCENE-7533: Classic query parser: disallow autoGeneratePhraseQueries=true when splitOnWhitespace=false (and vice-versa).
|
2016-11-17 19:18:18 -05:00 |
yonik
|
46ce87c700
|
SOLR-9324: move changes entry to 6.4
|
2016-11-17 16:46:57 -05:00 |
Steve Rowe
|
7d7e362d6f
|
LUCENE-7542: Release smoker should fail when CHANGES.txt has a release section for a future release
|
2016-11-17 12:58:59 -05:00 |
David Smiley
|
cbc83929e7
|
LUCENE-7559: fix indentation of entire file
|
2016-11-17 11:23:40 -05:00 |
David Smiley
|
c51e89014a
|
LUCENE-7559: UnifiedHighlighter: Increase Passage visibility
|
2016-11-17 11:19:54 -05:00 |
yonik
|
738198ef34
|
SOLR-9772: reuse comparator when deriving fieldSortValues
|
2016-11-17 10:56:37 -05:00 |
Steve Rowe
|
f9a0693bf9
|
LUCENE-7564: AnalyzingInfixSuggester should close its IndexWriter by default at the end of build()
|
2016-11-16 18:03:51 -05:00 |
Erick Erickson
|
e402a304bf
|
SOLR-9606: Change hard-coded keysize from 512 to 1024
|
2016-11-16 13:33:18 -08:00 |
Mike McCandless
|
774e31b6dd
|
add basic sorted index bwc test
|
2016-11-16 11:55:29 -05:00 |
markrmiller
|
53a0748f43
|
SOLR-9284: Reduce off heap cache size.
|
2016-11-16 10:11:41 -05:00 |
Mike McCandless
|
d675518da4
|
LUCENE-7560: make QueryBuilder.createFieldQuery not final anymore
|
2016-11-16 06:10:25 -05:00 |
Mike McCandless
|
24b5a624bb
|
LUCENE-7652: improve BasePostingsFormatTestCase with a level 2 ghost test
|
2016-11-16 05:19:05 -05:00 |
Mike McCandless
|
6ec68ddbe0
|
LUCENE-7562: don't throw NPE when encountering a level 2 ghost field
|
2016-11-16 04:53:50 -05:00 |
Kevin Risden
|
012d75d36d
|
SOLR-9597: Add setReadOnly(String ...) to ConnectionImpl
|
2016-11-15 21:34:39 -06:00 |
Kevin Risden
|
bda84d8442
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-15 21:14:16 -06:00 |
Kevin Risden
|
c20d1298d3
|
SOLR-9729: JDBCStream improvements
|
2016-11-15 21:06:25 -06:00 |
Kevin Risden
|
ace423e958
|
SOLR-9077: Streaming expressions should support collection alias
|
2016-11-15 20:33:58 -06:00 |
Kevin Risden
|
782923b894
|
SOLR-9666: SolrJ LukeResponse support dynamic fields
|
2016-11-15 18:58:00 -06:00 |
Mike McCandless
|
6c3c6bc379
|
LUCENE-7537: Index time sorting now supports multi-valued sorts using selectors (MIN, MAX, etc.)
|
2016-11-15 16:22:51 -05:00 |
David Smiley
|
7af454ad76
|
LUCENE-7526: UnifiedHighlighter: enhance MTQ passage relevancy. TokenStreamFromTermVector isn't used by the UH anymore. Refactor AnalysisOffsetStrategy into TokenStream and MemoryIndex strategies, and related refactorings from that.
|
2016-11-15 16:16:46 -05:00 |
Chris Hostetter
|
280cbfd8fb
|
LUCENE-7387: fix defaultCodec in build.xml to account for the line ending
this not only fixes the link in the javadoc to be correct, but also gets precommit working with ant 1.9.6
|
2016-11-15 12:24:54 -07:00 |
markrmiller
|
358c164620
|
SOLR-9284: Reduce off heap cache size and fix test asserts.
|
2016-11-15 11:05:41 -05:00 |
Kevin Risden
|
1366fcdb2e
|
Update to newer calcite SNAPSHOT release
|
2016-11-15 09:45:25 -06:00 |
Kevin Risden
|
3c62f81b79
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-15 09:40:50 -06:00 |
Adrien Grand
|
212b1d8462
|
LUCENE-7461: Refactor doc values queries to leverage the new iterator API.
|
2016-11-15 14:55:46 +01:00 |
markrmiller
|
0325722e67
|
SOLR-9284: The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.
|
2016-11-15 05:18:35 -05:00 |
Shalin Shekhar Mangar
|
0d290ae136
|
SOLR-9736: Solr resolves the collection name against the first available leader or first replica of the first slice
|
2016-11-15 14:18:43 +05:30 |
Shalin Shekhar Mangar
|
b57a5e41f8
|
SOLR-9633: Fix issue number in CHANGES.txt
|
2016-11-15 11:07:18 +05:30 |
Shalin Shekhar Mangar
|
487b0976eb
|
SOLR-9366: Limit memory consumed by FastLRUCache with a new 'maxRamMB' config parameter
|
2016-11-15 10:59:58 +05:30 |
Steve Rowe
|
ca80ba6b80
|
SOLR-9166: fix precommit
|
2016-11-14 20:00:44 -05:00 |
Steve Rowe
|
76b439a0bd
|
SOLR-9751: PreAnalyzedField can cause managed schema corruption
|
2016-11-14 19:17:57 -05:00 |