Uwe Schindler
1b9f060e25
LUCENE-7866: Exclude DelimitedTermFrequencyTokenFilter from random data tests in random chains and factory tests
2017-06-10 10:30:54 +02:00
David Smiley
5c781d5679
SOLR-10836: igain, significantTerms, and tlogit assumed existing terms
2017-06-09 23:39:23 -04:00
Steve Rowe
566fcfce13
SOLR-10761: Switch trie numeric/date fields to points in data-driven-enabled example and test schemas
2017-06-09 19:43:01 -04:00
Cassandra Targett
f434e34d5c
SOLR-10616: parameterize Guide HTML path in sitemap.xml
2017-06-09 17:07:31 -05:00
Cassandra Targett
072e72097c
SOLR-10863: remove feed.xml from HTML version of Ref Guide
2017-06-09 17:07:31 -05:00
Uwe Schindler
b3b8344a72
LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency (2nd commit to fix issue number)
2017-06-09 23:56:24 +02:00
Uwe Schindler
5844ed4ac9
LUCENE-7854: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency
2017-06-09 23:52:19 +02:00
Steve Rowe
c37b377438
Ref Guide: fix miscellaneous formatting issues/typos/etc.
2017-06-09 15:20:27 -04:00
Cassandra Targett
3033229766
Ref Guide: fix incomplete source declaration
2017-06-09 13:49:29 -05:00
Chris Hostetter
8cd826f293
SOLR-10829: Fixed IndexSchema to enforce that uniqueKey can not be Points based for correctness
2017-06-09 11:39:09 -07:00
Cassandra Targett
2c0239c217
Ref Guide: reduce levels in PDF TOC; increase font size for literal text
2017-06-09 12:07:45 -05:00
Cassandra Targett
05fc4ae034
Ref Guide: escape brackets so they don't come out as arrows
2017-06-09 12:07:45 -05:00
Cassandra Targett
a3bb51720c
Ref Guide: escape pipes in the table
2017-06-09 12:07:45 -05:00
Joel Bernstein
70ecf9ef3e
Ref Guide: knn documentation
2017-06-09 12:23:58 -04:00
Joel Bernstein
489d2a4aab
Ref Guide: knn documentation
2017-06-09 12:18:42 -04:00
Joel Bernstein
1dab10e817
Ref Guide: Add knn documentations
2017-06-09 12:07:28 -04:00
Joel Bernstein
463907a13c
SOLR-10855: Null pointer exceptions in CartesianProductStream toExpression and explain methods
2017-06-09 12:07:28 -04:00
Cassandra Targett
df74c65503
SOLR-10854: change PDF subtitle to use "solr-guide-version" to add "-DRAFT" to front page when applicable
2017-06-09 07:41:52 -05:00
Noble Paul
f14f2ef6a6
SOLR-10647: move JsonSchemaValidator to SolrJ
2017-06-09 14:29:26 +09:30
Ishan Chattopadhyaya
d7ff0e2b70
Add 6.6.0 back compat test indexes
2017-06-09 04:47:59 +05:30
Cassandra Targett
7ee9d33730
SOLR-10854: Add full Solr logo and use it for PDF title page; add "author" and pubdate metadata to title page
2017-06-08 15:29:54 -05:00
Joel Bernstein
0a52191577
Ref Guide: Edit stream evaluators description
2017-06-08 15:28:42 -04:00
Joel Bernstein
f631c98677
SOLR-10351: Add documention
2017-06-08 15:18:59 -04:00
Joel Bernstein
40ed09f8ca
SOLR-10853:Allow the analyze Stream Evaluator to operate outside of a stream
2017-06-08 14:41:48 -04:00
Cassandra Targett
d411dceaec
Ref Guide: several minor typos and format fixes for 6.6 Guide
2017-06-08 10:55:40 -05:00
Cassandra Targett
f0bd43582a
Ref Guide: reduce size of quote blocks
2017-06-08 10:55:40 -05:00
Cassandra Targett
0eb4b575cc
Ref Guide: fix incorrect admonition type style definition in theme
2017-06-08 10:55:40 -05:00
Cassandra Targett
ccb1987127
Ref Guide: remove errant + in TIP formatting
2017-06-08 10:55:40 -05:00
Cassandra Targett
eefa32860c
Ref Guide: Change PDF description list font to bold instead of italic for better readability
2017-06-08 10:55:40 -05:00
Mike McCandless
9c90cae97e
remove some dead code and refactor a bit
2017-06-08 06:40:02 -04:00
Noble Paul
c5c05b46c4
SOLR-10647: move the spec files to solrj
2017-06-08 19:39:55 +09:30
Martijn van Groningen
5a34d419b9
LUCENE-7869: Changed MemoryIndex to sort 1d points.
...
In case of 1d points, the PointInSetQuery.MergePointVisitor expects that these points are visited in ascending order.
Prior to this change the memory index doesn't do this and this can result in document with multiple points that should match to not match.
2017-06-08 11:52:24 +02:00
Christine Poerschke
cf9b70b253
SOLR-10174: reduce makeFeatureWeights code duplication in tests
2017-06-08 10:15:54 +01:00
Dawid Weiss
b0020634ac
LUCENE-7864: IndexMergeTool is not using intermediate hard links (even if possible)
2017-06-08 08:35:18 +02:00
Noble Paul
647916d8ed
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-06-08 15:58:03 +09:30
Noble Paul
ce5b184b17
SOLR-9530: documentation added
2017-06-08 15:57:14 +09:30
Steve Rowe
e4ab04ab7d
SOLR-10501: Test sortMissing{First,Last} with points fields.
2017-06-07 19:21:10 -04:00
Mike McCandless
6c3ece2b9f
LUCENE-7854: restore the IllegalArgumentException if you index too many tokens in one field
2017-06-07 15:43:56 -04:00
Christine Poerschke
bcce49c160
SOLR-10174: fix @Ignore in TestMultipleAdditiveTreesModel
2017-06-07 19:44:50 +01:00
Adrien Grand
528899d845
LUCENE-7828: Speed up range queries on range fields by improving how we compute the relation between the query and inner nodes of the BKD tree.
2017-06-07 17:49:33 +02:00
Christine Poerschke
b25dda0b20
SOLR-10800: Factor out HttpShardHandler.transformReplicasToShardUrls from HttpShardHandler.prepDistributed.
...
(Domenico Fabio Marino, Christine Poerschke)
2017-06-07 13:27:53 +01:00
jpgilaberte
fe176b601b
LUCENE-7855: The advanced parameters of the Wikipedia tokenizer are added to the factory
...
Closes #209
2017-06-07 10:51:24 +02:00
Ishan Chattopadhyaya
23adc2b0a0
Adding 6.6.0 release version number
2017-06-07 08:05:38 +05:30
Joel Bernstein
1921b61ba8
Ref Guide: Remove place holders
2017-06-06 21:51:40 -04:00
yonik
a1692c160a
SOLR-7452: fix facet refinement for range queries
2017-06-06 20:54:41 -04:00
Tomas Fernandez Lobbe
a03c3369e2
SOLR-10233: Stop warning users about misconfigured ReplicationHandler when using replica types
2017-06-06 17:23:01 -07:00
Tomas Fernandez Lobbe
97655b880c
SOLR-10233: Cleanup warnings from ReplicateFromLeader
2017-06-06 17:22:01 -07:00
Tomas Fernandez Lobbe
46a5ae23a7
SOLR-10233: Some more logging to chaos monkey with replica types tests
2017-06-06 16:40:09 -07:00
Steve Rowe
98e103731f
SOLR-10815: avoid long->float precision loss in 'product(-1,ms(date_field)' by subtracting a base date: 'product(-1,ms(date_field,base_date_field))'
2017-06-06 14:25:37 -04:00
Mike McCandless
d276acfbbc
LUCENE-7854: enable indexing custom term frequencies
2017-06-06 13:37:31 -04:00