Robert Muir
d0453d820c
LUCENE-3606: use MultiDocValues in PR
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1212829 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 17:54:46 +00:00
Robert Muir
75d6217091
LUCENE-3622: PerDocValues -> PerDocProducer (privately used only by SegmentCoreReaders), simplify IR API and MultiDocValues, remove MultiPerDocValues
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1212828 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 17:43:00 +00:00
Robert Muir
39c2ae5268
remove dead code
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212825 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 16:50:54 +00:00
Uwe Schindler
481d3b1cd3
LUCENE-3606: After reviewing clover output, add missing clone tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212790 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 13:28:27 +00:00
Uwe Schindler
dd9cc8d4d0
Merged revision(s) 1212754 from lucene/dev/branches/branch_3x:
...
LUCENE-3630: Fixed naming of the internal method MultiReader.doOpenIfChanged(boolean doClone) that was overriding IndexReader.doOpenIfChanged(boolean readOnly), so changing the contract of the overridden method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212755 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 09:51:42 +00:00
Yonik Seeley
fd468d4e6b
SOLR-2481: docs - move to 4.0 CHANGES section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212735 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 05:38:01 +00:00
Yonik Seeley
55be28de90
SOLR-2481: Add support for commitWithin in DataImportHandler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212731 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 05:33:30 +00:00
Uwe Schindler
c720f4da78
LUCENE-3606: changes again
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212555 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 18:05:53 +00:00
Uwe Schindler
36b5e7447c
LUCENE-3606: merge changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212545 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 17:54:08 +00:00
Robert Muir
4387ff6161
LUCENE-3622: fix naming issues, IDV->DV, ValueType -> DV.Type, move all DV user-facing api into .index, TypePromoter pkg-private, etc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1212506 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 16:43:45 +00:00
Stanisław Osiński
cefa85954d
SOLR-2942: ClassCastException when passing non-textual field for clustering
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212495 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 16:04:58 +00:00
Stanisław Osiński
97777fc0ec
Adding newly supported fields to the list of fields to load.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212494 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 16:04:17 +00:00
Stanisław Osiński
011c812804
SOLR-2941: NullPointerException on clustering component initialization when schema does not have a unique key field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212493 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 16:03:42 +00:00
Stanisław Osiński
72637d6c1c
SOLR-2940: Passing values for custom Carrot2 fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212492 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 16:02:09 +00:00
Stanisław Osiński
4d56384744
SOLR-2939: Clustering of multilingual search results
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212490 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 16:00:40 +00:00
Stanisław Osiński
4004e2abee
SOLR-2938: Clustering on multiple fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212489 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 15:58:42 +00:00
Stanisław Osiński
8e52925f74
SOLR-2937: Configuring the number of contextual snippets used for search results clustering
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212488 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 15:57:36 +00:00
Stanisław Osiński
3e4748671a
Tabs to spaces.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212486 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 15:54:39 +00:00
Robert Muir
2698e09434
LUCENE-3622: move DirectSource under codec, its specific to that format (indexinput etc)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1212447 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 14:42:21 +00:00
Martijn van Groningen
8a4104be28
SOLR-2955: Fixed IllegalStateException when querying with group.sort=score desc in sharded environment.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212420 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 13:49:03 +00:00
Robert Muir
a9011dbd91
merge trunk (1211241:1212396)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1212405 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 13:30:38 +00:00
Martijn van Groningen
5e8c223baa
SOLR-1499: Added SolrEntityProcessor that imports data from another Solr core or instance based on a specified query.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212394 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 13:17:12 +00:00
Uwe Schindler
c59a66679a
LUCENE-3606: Make IndexReader really read-only - hide an accidentally visible method again, fix javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212294 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 09:19:52 +00:00
Uwe Schindler
905a0f211c
LUCENE-3606: Make IndexReader really read-only
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212292 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 09:13:39 +00:00
Robert Muir
9b15b1d3b0
consolidate assumes in ThaiAnalyzer test so we don't miss it for individual tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212141 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 21:47:12 +00:00
Michael McCandless
6a205c57ff
LUCENE-3627: don't corrupt index from an errant 0-byte segments_N
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212085 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 20:20:42 +00:00
Uwe Schindler
81c495bbfd
LUCENE-3606: Add CHANGES entry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1212022 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 18:29:35 +00:00
Uwe Schindler
a363e9b564
LUCENE-3606: Merge up to trunk r1212007
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1212008 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 18:01:13 +00:00
Uwe Schindler
dfab9280ff
LUCENE-3606: Some final cleanups in SegmentReader, all RW methods are now at the end of class file, so all at one place. No public write access anymore.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1212007 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:58:21 +00:00
Robert Muir
e1ab701ac1
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1212002 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:41:33 +00:00
Robert Muir
d70c1e1758
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1212000 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:31:22 +00:00
Robert Muir
356d24d333
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211997 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:24:54 +00:00
Robert Muir
41bc48f419
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211995 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:22:20 +00:00
Martijn van Groningen
b3a07fad1f
LUCENE-3496: Replaced generating simple string with realistic unicode strings.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211993 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:18:19 +00:00
Robert Muir
f983027651
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211991 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:17:23 +00:00
Robert Muir
ef6f10a14c
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211983 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:04:06 +00:00
Robert Muir
01b2b6e437
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211981 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 17:00:24 +00:00
Robert Muir
be741b1253
LUCENE-3621: switch appendingcodec to use appending blocktree
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211962 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 16:32:54 +00:00
Simon Willnauer
f7cd0e2557
FieldValueFitler should expose the field it uses
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211887 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 13:54:05 +00:00
Robert Muir
778fbc99d9
LUCENE-3606: fix test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211867 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 13:19:32 +00:00
Grant Ingersoll
ee9c4b2920
SOLR-1730: add changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211839 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 11:25:06 +00:00
Grant Ingersoll
97b40049d0
SOLR-1730: Hook in handling of bad cores, failure of QEC to load, add in test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211827 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 11:09:47 +00:00
Uwe Schindler
a354e99e56
LUCENE-3606: Simplyfy more
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211718 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 00:04:32 +00:00
Uwe Schindler
c1d30a25ac
LUCENE-3588: Use MapBasedSet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211710 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 23:50:44 +00:00
Uwe Schindler
96576daf53
LUCENE-3606: Remove nocommits
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211708 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 23:42:23 +00:00
Uwe Schindler
ba1306c296
LUCENE-3606: Fix one nocommit by removal :-)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211705 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 23:29:26 +00:00
Michael McCandless
d6fd85f4c0
LUCENE-3622: simplify how indexing chain makes changes to FIS
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1211601 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 19:06:49 +00:00
Uwe Schindler
13294b07cc
Merge to trunk r1211584
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211591 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 18:49:18 +00:00
Uwe Schindler
18369c5a5e
LUCENE-3620: Merge changes, actual fix will come with merging branch of LUCENE-3606 back to trunk.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211559 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 17:39:03 +00:00
Uwe Schindler
40a2e04fc0
LUCENE-3620: Add Shais patch to branch
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211555 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 17:35:55 +00:00