Commit Graph

23724 Commits

Author SHA1 Message Date
Chris M. Hostetter 2a24085bcd SOLR-8239: Added ClassicSimilarityFactory, marked DefaultSimilarityFactory as deprecated
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712840 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 18:19:54 +00:00
Upayavira 7669aea439 SOLR-8139 Add missing bracket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712832 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 17:44:30 +00:00
Christine Poerschke c2095b44fe SOLR-8223: Avoid accidentally swallowing OutOfMemoryError (in LeaderInitiatedRecoveryThread.java or CoreContainer.java)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712817 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 17:03:49 +00:00
Michael McCandless 93974f9ddc remove stale TODO (yay)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712807 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 16:19:56 +00:00
Michael McCandless 553a0920c3 fix copy/paste bug in exception message, plus whitespace
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712789 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 14:56:23 +00:00
Noble Paul 9343bc9cab SOLR-7989: After a new leader is elected it should change it's state to ACTIVE even
if the last published state is something else 

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712753 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 12:51:27 +00:00
Christine Poerschke 4d1a16ff3c SOLR-8147: contrib/analytics FieldFacetAccumulator now throws IOException instead of SolrException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712751 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 12:13:34 +00:00
Alan Woodward 43cd1639f5 LUCENE-6884: Analyzer.tokenStream() and Tokenizer.setReader() don't need to throw IOException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712731 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 10:00:11 +00:00
Uwe Schindler 163fb8954e LUCENE-6879: Allow to define custom CharTokenizer instances without subclassing using Java 8 lambdas or method references
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712682 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 22:44:17 +00:00
Uwe Schindler 74f354a5a1 SOLR-8166: Add some null checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712677 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 22:32:00 +00:00
Uwe Schindler 6f5b28be8a SOLR-8166: Introduce possibility to configure ParseContext in ExtractingRequestHandler/ExtractingDocumentLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712629 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 20:13:40 +00:00
Yonik Seeley 2bbbc4d42d SOLR-8222: optimize method=dv faceting for counts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712608 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 18:27:55 +00:00
Varun Thacker b5b4292afc SOLR-8215: Only active replicas should handle incoming requests against a collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712601 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 17:59:37 +00:00
Upayavira 94e23b458b SOLR-7666 Fix URL handling in query and analysis panes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712539 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 11:53:43 +00:00
Upayavira f4fcb99ea4 SOLR-8139, SOLR-8199 update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712535 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 11:36:02 +00:00
Upayavira 6d9c2c46b1 SOLR-8139 Rename schema-browser to schema and add managed schema support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712532 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 11:16:45 +00:00
Robert Muir 994cfa1259 LUCENE-6877: eclipse generated try/catch discards exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712316 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 16:03:55 +00:00
Robert Muir 69b467a24b LUCENE-6872: IndexWriter OOM handling should be any VirtualMachineError
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712310 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 15:29:02 +00:00
Adrien Grand 724e803e19 LUCENE-6878: Speed up TopDocs.merge.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712298 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 14:18:20 +00:00
Upayavira e777e4adb7 SOLR-8210 Scroll menu when browser window is small
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712262 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 11:46:28 +00:00
Upayavira 25b6b40242 SOLR-7858 Make default URL=/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712260 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 11:43:35 +00:00
Upayavira 4c27fd899f SOLR-8199 add word 'try' to new UI link
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712258 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 11:28:05 +00:00
Michael McCandless d48790fc84 LUCENE-6847: no virus checker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712253 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 11:08:03 +00:00
Chris M. Hostetter be76c6845c SOLR-8113: CloneFieldUpdateProcessorFactory now supports choosing a dest field name based on a regex pattern and replacement init options.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712195 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 00:43:17 +00:00
Yonik Seeley 978491938b SOLR-8203: use shutdownNow on updateExecutor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712111 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 18:41:02 +00:00
Christine Poerschke fbc7ea4532 SOLR-8218: DistributedUpdateProcessor (initialCapacity) tweaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712087 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 17:13:43 +00:00
Yonik Seeley e708c90466 SOLR-6406: fix race/hang in ConcurrentUpdateSolrClient.blockUntilFinished when executor service is shut down
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712045 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 15:29:00 +00:00
Yonik Seeley 548ceacaaa SOLR-8203: reject updates if core container is shutting down
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712035 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 14:59:23 +00:00
Yonik Seeley 368d19a2b9 SOLR-8203: reject updates if core container is shutting down
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712034 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 14:58:28 +00:00
Noble Paul 07202b9a42 SOLR-8126: update-<component-name> does not work if the component is only
present in solrconfig.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711943 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 12:22:14 +00:00
Noble Paul 7f8b3db927 added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711929 13f79535-47bb-0310-9956-ffa450edef68
2015-11-02 10:12:34 +00:00
Michael McCandless 3f27ae0877 INFRA-9182: some improvements from Paul Elschot
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711816 13f79535-47bb-0310-9956-ffa450edef68
2015-11-01 15:27:43 +00:00
Michael McCandless d3869edb96 LUCENE-6861: switch trunk to Luceen60 codec, implementing dimensional format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711732 13f79535-47bb-0310-9956-ffa450edef68
2015-11-01 10:19:50 +00:00
Michael McCandless d1a198a1f7 LUCENE-6866: limit max token length
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711531 13f79535-47bb-0310-9956-ffa450edef68
2015-10-30 18:08:46 +00:00
Adrien Grand ae779d8115 LUCENE-6870: Make DisjunctionMaxQuery immutable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711509 13f79535-47bb-0310-9956-ffa450edef68
2015-10-30 17:12:38 +00:00
Michael McCandless dc66518401 fix MismatchedLeafReader to carry over dimensional count/numBytes for each field; add some toString; improve test debuggability
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711351 13f79535-47bb-0310-9956-ffa450edef68
2015-10-29 19:51:37 +00:00
Dawid Weiss 295b9972f4 LUCENE-6862: Upgrade of RandomizedRunner to version 2.2.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711203 13f79535-47bb-0310-9956-ffa450edef68
2015-10-29 09:38:20 +00:00
Dawid Weiss 27a089a820 LUCENE-6867: marking certain tests as ignored because of incompatibility in RandomizedTesting versions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711201 13f79535-47bb-0310-9956-ffa450edef68
2015-10-29 09:30:33 +00:00
Areek Zillur 4e2d9deff4 LUCENE-6858: Fix ContextSuggestField to correctly wrap token stream when using CompletionAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711158 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 23:14:07 +00:00
Alan Woodward 2018b052db SOLR-8221: Ensure that SSL config is passed to MiniSolrCloudCluster
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711112 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 19:57:58 +00:00
Alan Woodward cb234d3c6b SOLR-8221: MiniSolrCloudCluster creates subdirectories for its child nodes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711041 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 15:43:51 +00:00
Nick Knize 77f7614a46 LUCENE-6859: GeoPointInPolygonQuery would occasionally fail with incorrect ranges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711014 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 13:54:36 +00:00
David Wayne Smiley 60017e0ce3 LUCENE-6860: LUCENE-6810: Fix spatial dependency on spatial4j-tests to be a test dependency!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711010 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 13:39:22 +00:00
Adrien Grand c7c83248c9 * LUCENE-6855: Move CHANGES entry to the right section.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710976 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 10:08:40 +00:00
Adrien Grand 44280edf79 LUCENE-6855: Remove CachingWrapperQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710975 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 10:05:43 +00:00
Dawid Weiss 8b396d82ce LUCENE-6857: Validate StandardQueryParser with NOT operator with-in parantheses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710970 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 09:45:14 +00:00
Adrien Grand 9f1248e841 LUCENE-6840: Put ord indexes on disk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710876 13f79535-47bb-0310-9956-ffa450edef68
2015-10-27 19:49:47 +00:00
Yonik Seeley 9557796cb4 SOLR-8217: add method param for JSON terms facet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710869 13f79535-47bb-0310-9956-ffa450edef68
2015-10-27 19:07:59 +00:00
Adrien Grand 569f3155c9 LUCENE-6856: LRUQueryCache.CachingWrapperWeight should delegate the bulk scorer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710832 13f79535-47bb-0310-9956-ffa450edef68
2015-10-27 14:47:20 +00:00
Michael McCandless 453dc17567 LUCENE-6825: don't NPE when trying to merge a segment that has no documents that indexed dimensional values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710830 13f79535-47bb-0310-9956-ffa450edef68
2015-10-27 14:37:10 +00:00