Robert Muir
|
7a471df801
|
make SearchEquivalenceTestBase nastier: run N filters for each query with different methods, run needsScore=true/false each time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661374 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 14:59:14 +00:00 |
Adrien Grand
|
23efc58208
|
LUCENE-6263: MultiCollector automatically caches scores when several collectors need them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661369 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 14:32:52 +00:00 |
Adrien Grand
|
487e9849e0
|
LUCENE-6262: Don't wrap the inner weight in ConstantScoreQuery when scores are not required.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661367 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 14:26:08 +00:00 |
Adrien Grand
|
3dc3e57847
|
LUCENE-6269: Remove BooleanFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661366 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 14:08:09 +00:00 |
Robert Muir
|
27eed40337
|
LUCENE-6274: (tests-only). check approximations in equivalence tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661362 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 13:56:39 +00:00 |
Uwe Schindler
|
d21afb8ef3
|
Some minor tools version upgrades (Clover, Groovy, Svnkit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661314 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 09:56:51 +00:00 |
Robert Muir
|
2ef79962a7
|
LUCENE-6265: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661286 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 05:36:33 +00:00 |
Robert Muir
|
7c36d012f6
|
LUCENE-6265: add extrasfs to return bonus files/subdirs with directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661251 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-21 00:09:35 +00:00 |
Robert Muir
|
e168bfa2f5
|
LUCENE-6266: remove deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661177 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-20 18:22:51 +00:00 |
Robert Muir
|
8607f76503
|
LUCENE-6266: Remove unnecessary Directory parameters from SIS/SIPC/SI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661172 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-20 18:11:44 +00:00 |
Adrien Grand
|
bd89330adf
|
LUCENE-6268: Replace FieldValueFilter and DocValuesRangeFilter with equivalent queries that support approximations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661156 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-20 16:36:46 +00:00 |
Adrien Grand
|
fd8c4b3120
|
LUCENE-6260: Simplify ExactPhraseScorer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661144 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-20 15:41:26 +00:00 |
Robert Muir
|
8706a76fe0
|
LUCENE-6264: Add SuppressFileSystems annotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661124 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-20 14:00:30 +00:00 |
Ryan Ernst
|
d3e7357d28
|
LUCENE-6256: Change PostingsEnum.nextPosition() to consistently return -1 when positions are not available
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661061 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-20 05:27:07 +00:00 |
Alan Woodward
|
df3471a1b4
|
SOLR-7125: Add note to javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660925 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-19 16:22:06 +00:00 |
Alan Woodward
|
f013c438ee
|
SOLR-7125: Allow upload and download of configs via CloudSolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660919 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-19 15:58:55 +00:00 |
Adrien Grand
|
ae3f1abbe3
|
LUCENE-6261: TwoPhaseDocIdSetIterator.matches() should be called at most once per doc ID.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660912 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-19 15:34:17 +00:00 |
Adrien Grand
|
0e203d5637
|
LUCENE-6255: Fix PhraseQuery inconsistencies.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660910 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-19 15:27:29 +00:00 |
Erick Erickson
|
6d68694ce5
|
SOLR-7032: Clean up tests remnanat of old-style solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660790 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-19 04:11:48 +00:00 |
Anshum Gupta
|
d17e0ec7f4
|
SOLR-7104: Propagate property prefix params for ADDREPLICA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660551 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-18 01:00:33 +00:00 |
Anshum Gupta
|
8a254abccd
|
SOLR-6956: Fixing the mocked OCP in OverseerCollectionProcessorTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660544 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-18 00:05:00 +00:00 |
Shalin Shekhar Mangar
|
aa2bc27bac
|
SOLR-6956: A better message for DeleteReplicaTest failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660453 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 17:31:24 +00:00 |
Shalin Shekhar Mangar
|
26fdf474dd
|
SOLR-6956: OverseerCollectionProcessor and replicas on the overseer node can sometimes operate on stale cluster state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660449 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 17:10:43 +00:00 |
Robert Muir
|
4d29650682
|
LUCENE-6246: simple tests for other index/flags possibilities
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660441 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 16:48:29 +00:00 |
Adrien Grand
|
456187051b
|
Fix RandomApproximationQuery to not share Random instances across threads.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660415 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 15:31:34 +00:00 |
Robert Muir
|
0c483c6cd5
|
LUCENE-6246: add simple test for postings reuse/flags/behavior (DOCS_ONLY so far), fix asserting to support reuse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660405 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 15:15:00 +00:00 |
Robert Muir
|
69300ee467
|
LUCENE-6246: Fix DocsEnum -> PostingsEnum transition (phase 1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660366 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 12:46:55 +00:00 |
Adrien Grand
|
a8b94ea3c2
|
LUCENE-6251: Add two-phase support to ConstantScorer and most boolean scorers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660318 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 08:32:48 +00:00 |
Dawid Weiss
|
274e24afed
|
LUCENE-6249: StandardQueryParser doesn't support pure negative clauses.
LUCENE-6248: Remove unused odd constants from StandardSyntaxParser.jj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660315 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 08:20:15 +00:00 |
Shalin Shekhar Mangar
|
f89cab00d1
|
SOLR-7118: Use the right schema fields to avoid spurious failures and other misc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660313 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-17 08:18:51 +00:00 |
Adrien Grand
|
40a4330b14
|
LUCENE-6244: DisjunctionScorer propagates two-phase iterators of its sub scorers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660180 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-16 18:27:25 +00:00 |
Shalin Shekhar Mangar
|
d0a220ed00
|
SOLR-6956: Log collection name as well as live nodes size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660104 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-16 12:54:24 +00:00 |
Ryan Ernst
|
1dc2cbf25e
|
LUCENE-6245: Force Filter subclasses to implement toString API from Query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659982 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-15 19:07:30 +00:00 |
Shalin Shekhar Mangar
|
8c1c170468
|
SOLR-6917: TestDynamicLoading should wait for .system collection to recover and JarRepository should always choose an active replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659893 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-15 08:21:13 +00:00 |
David Wayne Smiley
|
59769898df
|
SOLR-7005: don't add facet.heatmap.format=png to shard requests unless heatmaps are in use
Not a bug; just a small cleanup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659872 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-15 02:18:13 +00:00 |
Noble Paul
|
02a391b284
|
SOLR-6924: messageformat requires strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659860 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-14 21:46:08 +00:00 |
Shalin Shekhar Mangar
|
c6d2edf081
|
SOLR-6902: Move change log entry to 5.1 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659852 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-14 20:01:15 +00:00 |
Shalin Shekhar Mangar
|
0ad390fee0
|
SOLR-7112: Fix DeleteInactiveReplicaTest.deleteLiveReplicaTest test failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659850 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-14 19:44:51 +00:00 |
Noble Paul
|
74387f8d68
|
SOLR-1945: Add support for child docs in DocumentObjectBinder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659845 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-14 19:04:22 +00:00 |
Timothy Potter
|
429588097c
|
SOLR-6832: Queries be served locally rather than being forwarded to another replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659748 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-14 02:37:34 +00:00 |
Erik Hatcher
|
3dc8f4a437
|
SOLR-7017: change web crawl usage example to use apache.org site
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659710 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-13 23:20:48 +00:00 |
Timothy Potter
|
e7ebd44f12
|
SOLR-6311: SearchHandler should use path when no qt or shard.qt parameter is specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659694 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-13 21:39:57 +00:00 |
Robert Muir
|
04e297adee
|
LUCENE-6241: FSDirectory.listAll doesnt filter out subdirectories anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659621 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-13 17:30:54 +00:00 |
David Wayne Smiley
|
2919db8728
|
LUCENE-6215: Move NumberRangePrefixTreeStrategy into correct package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659615 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-13 17:19:33 +00:00 |
Adrien Grand
|
5b4c02a3a1
|
LUCENE-6198: Two-phase execution for phrase queries and conjunctions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659599 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-13 16:45:06 +00:00 |
Adrien Grand
|
82eff4eb4d
|
LUCENE-1518: Make Filter extend Query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659585 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-13 15:59:03 +00:00 |
Uwe Schindler
|
0f7b913b07
|
LUCENE-6069: Lucene Core now gets compiled with Java 8 "compact1" profile, all other modules with "compact2".
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659347 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-12 18:19:38 +00:00 |
Uwe Schindler
|
08bc225ad8
|
LUCENE-6239: Removed RAMUsageEstimator's sun.misc.Unsafe calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659303 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-12 16:20:24 +00:00 |
Adrien Grand
|
ccb111b48e
|
LUCENE-6242: Fix SparseFixedBitSet ram usage estimation when object alignment is different from 8.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659273 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-12 14:24:57 +00:00 |
Shalin Shekhar Mangar
|
ef71f3d1bd
|
SOLR-6214: Fix mistake in failure message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659203 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-12 10:30:57 +00:00 |