Commit Graph

22938 Commits

Author SHA1 Message Date
David Wayne Smiley 7dfc6f4cdc SOLR-5855: Re-use the document's term vectors in DefaultSolrHighlighter.
Also refactored DefaultSolrHighlighter's methods to be a little nicer.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680871 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 13:30:22 +00:00
Noble Paul e996532668 SOLR-7577: Add support for rules in CREATESHARD and ADDREPLICA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680870 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 13:24:32 +00:00
David Wayne Smiley 961960f1c2 SOLR-7379: Spatial RptWithGeometrySpatialField (based on CompositeSpatialStrategy)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680862 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 13:04:33 +00:00
Adrien Grand f5cf37e4f3 LUCENE-6491: Forbid term queries on fake terms for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680856 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 12:30:02 +00:00
Dawid Weiss ae31fb3373 JavaDoc correction (FixedBitSet->BitSet).:
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680755 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 07:52:07 +00:00
Yonik Seeley 5735b57b84 move FacetMerger public to make javadoc happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680726 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 03:53:08 +00:00
Yonik Seeley ee50e94c01 SOLR-7578: pass merge context to facet mergers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680681 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 21:32:51 +00:00
Yonik Seeley dbce914d9f SOLR-7446: make FacetMerger abstract
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680668 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 20:23:01 +00:00
Tomas Eduardo Fernandez Lobbe 4c3bbde8e9 SOLR-7463: Add missing test file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680665 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 19:45:17 +00:00
Tomas Eduardo Fernandez Lobbe 1f1dc2e27a SOLR-7463: Stop forcing MergePolicy's ''noCFSRatio'' based on the IWC ''useCompoundFile'' configuration. Use the MP's default if not specifically set
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680663 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 19:32:14 +00:00
Michael McCandless 3e646430e3 LUCENE-6486: make payloads optional in DocumentDictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680641 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 17:29:26 +00:00
Timothy Potter 1a93333d50 SOLR-7332: Initialize the highest value for all version buckets with the max value from the index or recent updates to avoid unnecessary lookups to the index to check for reordered updates when processing new documents.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680639 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 16:52:37 +00:00
Alan Woodward f1520d18d5 LUCENE-6466: Don't commit @Seed...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680606 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 15:31:58 +00:00
Alan Woodward 3873732f79 LUCENE-6466: Fix MultiSpansWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680603 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 15:27:23 +00:00
Timothy Potter 645f15bae0 SOLR-6820: Make the number of version buckets used by the UpdateLog configurable as increasing beyond the default 256 has been shown to help with high volume indexing performance in SolrCloud
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680586 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 14:51:44 +00:00
Alan Woodward 2183e67cfd LUCENE-6466: Move SpanQuery.getSpans() and .extractTerms() to SpanWeight
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680565 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 13:29:10 +00:00
Mark Harwood 463d453abf LUCENE-329: Fix FuzzyQuery defaults to rank exact matches highest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680522 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 11:08:32 +00:00
Alan Woodward 4fbbdf465d LUCENE-6490: SpanCollector must be created per-scorer to allow multithreaded search
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680500 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 09:31:26 +00:00
Adrien Grand 012bcc2077 LUCENE-6458: Multi-term queries matching few terms per segment now execute like a disjunction.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680468 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 07:25:09 +00:00
Erick Erickson bea194df80 SOLR-7568: Dataimport non-existence error lingers across new admin UI tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680457 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 05:10:18 +00:00
Timothy Potter 144b4e8f12 SOLR-7333: Make the poll queue time configurable and use knowledge that a batch is being processed to poll efficiently
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680436 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 01:03:23 +00:00
Anshum Gupta 8936a16554 SOLR-7274: Pluggable authentication module in Solr. This defines an interface and a mechanism to create, load, and use an Authentication plugin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680391 13f79535-47bb-0310-9956-ffa450edef68
2015-05-19 21:10:16 +00:00
Erick Erickson 46ac6df239 SOLR-7563: Angular JS 'core selector' dropdown is blank even if cores exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680389 13f79535-47bb-0310-9956-ffa450edef68
2015-05-19 21:08:45 +00:00
Adrien Grand f1c2a62f13 LUCENE-6484: Removed EliasFanoDocIdSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680215 13f79535-47bb-0310-9956-ffa450edef68
2015-05-19 09:34:17 +00:00
Alan Woodward 0483f4c077 LUCENE-6371: Update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680206 13f79535-47bb-0310-9956-ffa450edef68
2015-05-19 09:03:59 +00:00
Alan Woodward a0561676a0 LUCENE-6371: Add collection API to Spans, remove payload methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680205 13f79535-47bb-0310-9956-ffa450edef68
2015-05-19 09:02:38 +00:00
Gregory Chanan 88941936ca SOLR-7552: Support using ZkCredentialsProvider/ZkACLProvider in custom filter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680120 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 23:11:39 +00:00
Erick Erickson a49a6b5dc4 SOLR-7558: Uber-patch for Angular JS admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680118 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 22:35:59 +00:00
Timothy Potter 685a9f2643 SOLR-7503: move changes text to bug fixes section was in other changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680106 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 21:27:27 +00:00
Noble Paul aecf45429c SOLR-5132: Added a new collection action MODIFYCOLLECTION
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680052 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 16:23:19 +00:00
Adrien Grand 3827a5fb10 LUCENE-6483: Ensure core closed listeners are called on the same cache key as the reader which has been used to register the listener.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680049 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 16:20:06 +00:00
Erik Hatcher 64274166b8 SOLR-7546: bin/post (and SimplePostTool in -Dauto=yes mode) now sends rather than skips files without a known content type, as application/octet-stream, provided it still is in the allowed filetypes setting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680047 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 15:51:44 +00:00
Adrien Grand 9e4a25adf7 LUCENE-6488: Fix eol-style on TestHandleTrackingFS.java.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680039 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 14:58:03 +00:00
Noble Paul 315e20eee6 sync other replicas only in Cloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680018 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 12:52:37 +00:00
Simon Willnauer 22d22bf415 LUCENE-6488: Ensure files are closed if onClose/onOpen throws an Exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680005 13f79535-47bb-0310-9956-ffa450edef68
2015-05-18 12:22:28 +00:00
Ramkumar Aiyengar d767d556da SOLR-7545: Honour SOLR_HOST parameter with bin/solr{,.cmd}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679899 13f79535-47bb-0310-9956-ffa450edef68
2015-05-17 21:07:52 +00:00
Yonik Seeley e7833fb40b SOLR-7553: tests - fix QueryEqualityTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679897 13f79535-47bb-0310-9956-ffa450edef68
2015-05-17 20:57:23 +00:00
Yonik Seeley b1b8169c91 SOLR-7553: hll function for hyperloglog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679876 13f79535-47bb-0310-9956-ffa450edef68
2015-05-17 16:07:33 +00:00
Joel Bernstein e1e622b48f SOLR-7472: SortingResponseWriter does not log fl parameters that don't exist.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679618 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 18:35:04 +00:00
Timothy Potter 5e447065a2 SOLR-7503: Recovery after ZK session expiration should happen in parallel for all cores using the thread-pool managed by ZkContainer instead of a single thread.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679607 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 17:17:46 +00:00
Joel Bernstein ccaadb1257 SOLR-7377: Update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679599 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 15:54:53 +00:00
Varun Thacker 226d0b2eaf SOLR-7541: Corrected CHANGES entry. Missed adding credits in the entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679598 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 15:12:56 +00:00
Michael McCandless 213cdf6793 LUCENE-6464: add expert AnalyzingInfixSuggester.lookup method that accepts arbitrary BooleanQuery to filter contexts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679579 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 14:58:55 +00:00
Varun Thacker 73283d1455 SOLR-7541: Removed CollectionsHandler#createNodeIfNotExists. All calls made to this method now call ZkCmdExecutor#ensureExists as they were doing the same thing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679568 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 14:04:31 +00:00
Shalin Shekhar Mangar 7288912750 SOLR-7532: Removed occurrences of the unused 'commitIntervalLowerBound' property for updateHandler elements from Solr configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679522 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 09:58:44 +00:00
Anshum Gupta 47911f0b84 SOLR-7275: Setting requestType for context object in case of a /get request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679497 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 06:11:05 +00:00
Noble Paul 0ba7aca779 SOLR-7508: SolrParams.toMultiMap() does not handle arrays
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679494 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 05:51:29 +00:00
Anshum Gupta d0251d9b10 SOLR-7547: Short circuit SolrDispatchFilter for static content request. Right now it creates a new HttpSolrCall object and tries to process it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679493 13f79535-47bb-0310-9956-ffa450edef68
2015-05-15 05:50:54 +00:00
Noble Paul fba2134157 SOLR-7544: CollectionsHandler refactored to be more modular
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679397 13f79535-47bb-0310-9956-ffa450edef68
2015-05-14 16:25:52 +00:00
Michael McCandless f63253da5f allow full binary terms for suggest contexts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679392 13f79535-47bb-0310-9956-ffa450edef68
2015-05-14 15:29:41 +00:00