Christine Poerschke
f9c9470641
SOLR-9306: give solr/contrib/analysis-extras's test classes access to lucene/analysis's test classes
2016-07-14 10:20:35 +01:00
Martijn van Groningen
3a71c7d8df
LUCENE-7376: Add support for ToParentBlockJoinQuery to fast vector highlighter's FieldQuery.
2016-07-14 10:10:44 +02:00
Steve Rowe
51d4af6859
LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found
2016-07-13 13:21:36 -04:00
Christine Poerschke
1e92fc5f35
SOLR-9300: fix replace expression in GetMavenDependenciesTask's dependencyToArtifactId (Christine Poerschke, Daniel Collins)
2016-07-13 17:12:35 +01:00
Christine Poerschke
15e8719b8a
LUCENE-7372: Factor out an org.apache.lucene.search.FilterWeight class.
2016-07-13 16:04:24 +01:00
Christine Poerschke
415d321044
SOLR-9298: add resources directory to solr/test-framework's pom.xml
...
This is needed to fix solr/contrib/analysis-extras mvn test failure (SSLTestConfig).
(Christine Poerschke, Steve Row)
2016-07-13 12:50:26 +01:00
Varun Thacker
eefdc62c99
SOLR-9242: Move license headers to the top + force refresh cluster propery before reading the 'location' param
2016-07-13 14:42:19 +05:30
Adrien Grand
b54d46722b
LUCENE-7371: Fix CHANGES entry.
2016-07-12 18:04:08 +02:00
Adrien Grand
866398bea6
LUCENE-7371: Better compression of values in Lucene60PointsFormat.
2016-07-12 17:57:56 +02:00
Adrien Grand
e92a38af90
LUCENE-7355: Add Analyzer#normalize() and use it in query parsers.
2016-07-12 16:33:07 +02:00
Mike McCandless
ced9140368
add points to back compat indices
2016-07-12 10:23:12 -04:00
Mike McCandless
1e794e0ee2
add points to back compat indices
2016-07-12 10:14:24 -04:00
Adrien Grand
5def78ba10
LUCENE-7368: Remove queryNorm.
2016-07-12 14:38:36 +02:00
Steve Rowe
7b4af27aa8
LUCENE-7012: IntelliJ config: fix Copyright plugin config to put the license header before the package declaration
2016-07-12 02:23:06 -04:00
Steve Rowe
39356bf64c
SOLR-9295: Added beginning-of-file UTF-8 BOM to the list of disallowed patterns in -validate-source-patterns
2016-07-11 20:48:21 -04:00
Chris Hostetter
462dc04cb6
SOLR-9287: Including 'score' in the 'fl' param when doing an RTG no longer causes an NPE
2016-07-11 14:35:06 -07:00
Shawn Heisey
e66ff585dd
SOLR-9295: Remove BOM (unicode Byte Order Mark) from text files.
2016-07-11 12:06:23 -06:00
Mike McCandless
3125fccd8d
LUCENE-7373: remove deprecated API
2016-07-11 11:40:17 -04:00
Mike McCandless
df9efb8b6d
LUCENE-7373: deprecate Directory.renameFile, which both renamed and fsync'd the directory, replacing it with separate rename and syncMetaData methods
2016-07-11 11:15:46 -04:00
Noble Paul
cf3a500542
Merge remote-tracking branch 'origin/master'
2016-07-11 19:29:42 +05:30
Noble Paul
74de196565
SOLR-8995: Use Lamdas for Thread/Runnable
2016-07-11 19:29:15 +05:30
Mike McCandless
de6485ea6a
add missing succes=true in NRT replicator; remove some dead code
2016-07-11 09:23:11 -04:00
Mike McCandless
044aabfb30
Remove IW.slowFileExists, since it's only called from "used to be helpful but now useless" asserts:
...
- Directory.copyFrom now throws an exception if the test already exists
- Directory.sync now throws an exception if a file name didn't already exist
2016-07-11 05:32:56 -04:00
Shalin Shekhar Mangar
42e1caf2bf
SOLR-9291: ZkSolrResourceLoader should not retry fetching resources if the server has been shutdown
2016-07-11 07:35:10 +05:30
David Smiley
360b9a3528
SOLR-9270: spatialContextFactory now accepts "JTS" alias. Spatial config attributes with old package names are now rewritten with a warning.
2016-07-09 10:49:12 -04:00
yonik
67b638880d
SOLR-9163: sync basic_configs w/ data_driven_schema_configs
2016-07-08 15:43:30 -04:00
Mike McCandless
cbbc505268
LUCENE-7276: MatchNoDocsQuery now inclues an optional reason for why it was used
2016-07-08 13:07:54 -04:00
Alan Woodward
be8d56ada6
SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection()
2016-07-08 10:01:31 +01:00
markrmiller
91a9d96454
SOLR-9236: Don't use System.currentTimeMillis.
2016-07-07 20:31:53 -04:00
markrmiller
c588415583
SOLR-9236: Fix import.
2016-07-07 12:47:03 -04:00
markrmiller
546093812c
SOLR-9236: AutoAddReplicas will append an extra /tlog to the update log location on replica failover.
2016-07-07 09:37:28 -04:00
Mike McCandless
1bd5d17891
improve docs
2016-07-07 08:45:01 -04:00
Christine Poerschke
976079a8ee
SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke)
2016-07-07 10:03:21 +01:00
Dawid Weiss
f61a5f27d2
Added tests.awaitsfix to properties passed to forked JVMs in tests. Added a little info about tests.filter to test-help.
2016-07-07 10:15:40 +02:00
Adrien Grand
f1528bf338
LUCENE-7369: Similarity.coord and BooleanQuery.disableCoord are removed.
2016-07-07 10:02:29 +02:00
Shalin Shekhar Mangar
24d6b78469
SOLR-8858: SolrIndexSearcher#doc() completely ignores field filters unless lazy field loading is enabled.
...
This closes #47 .
2016-07-07 13:22:15 +05:30
Erick
7743718d29
SOLR-9277: Clean up some more remnants of supporting old and new style solr.xml in tests
2016-07-06 19:51:06 -07:00
jbernste
2bd6c4ecd7
SOLR-9193,SOLR-9243: update CHANGES.txt
2016-07-06 19:06:16 -04:00
jbernste
d9a0eba1a3
SOLR-9193: Fix-up javdoc
2016-07-06 18:59:05 -04:00
Erick Erickson
db295440a6
SOLR-7903: Comment out trappy references to example docs in elevate.xml files
2016-07-06 14:50:43 -07:00
Chris Hostetter
1125a8a8ef
Merge remote-tracking branch 'refs/remotes/origin/master' (SOLR-9180)
2016-07-06 14:25:40 -07:00
Shalin Shekhar Mangar
380c5a6b97
SOLR-9207: PeerSync recovery failes if number of updates requested is high. A new useRangeVersions config option is introduced (defaults to true) to send version ranges instead of individual versions for peer sync.
2016-07-07 02:32:45 +05:30
Chris Hostetter
ae316f1e39
SOLR-9180: More comprehensive tests of psuedo-fields for RTG and SolrCloud requests
...
This commit also includes new @AwaitsFix'ed tests for the following known issues...
* SOLR-9285 ArrayIndexOutOfBoundsException when ValueSourceAugmenter used with RTG on uncommitted doc
* SOLR-9286 SolrCloud RTG: psuedo-fields (like ValueSourceAugmenter, [shard], etc...) silently fails (even for committed doc)
* SOLR-9287 single node RTG: NPE if score is requested
* SOLR-9288 RTG: fl=[docid] silently missing for uncommitted docs
* SOLR-9289 SolrCloud RTG: fl=[docid] silently ignored for all docs
2016-07-06 13:42:21 -07:00
jbernste
c473441958
SOLR-9193: Added terms.limit and distrib=true params to /terms request
2016-07-06 14:06:38 -04:00
jbernste
12741cc933
SOLR-9193: Added test using the termFreq param and basic error handling
2016-07-06 14:06:38 -04:00
jbernste
ad8b22d0b2
SOLR-9193: Fix conflict between parameters of TermsComponent and json facet API
2016-07-06 14:06:38 -04:00
jbernste
360c4da90b
SOLR-9193: fixing failing tests due to changes in TermsComponent
2016-07-06 14:06:38 -04:00
jbernste
e1f51a20d7
SOLR-9193: Add scoreNodes Streaming Expression
2016-07-06 14:06:38 -04:00
jbernste
551bdc6f53
SOLR-9243:Add terms.list parameter to the TermsComponent to fetch the docFreq for a list of terms
2016-07-06 14:06:37 -04:00
David Smiley
3ca4fea578
LUCENE-7340: MemoryIndex.toString renamed to toStringDebug; fix NPE
2016-07-06 11:24:03 -04:00