Commit Graph

11654 Commits

Author SHA1 Message Date
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
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
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
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
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
Robert Muir 0bd1fcf488 LUCENE-3624: throw exception for MultiSortedSource instead of returning null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211542 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 17:13:42 +00:00
Erick Erickson b89ded1448 Fix for SOLR-2509 (IndexOutOfBoundsException in Spellcheck Component/Collation)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211456 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 14:42:16 +00:00
Robert Muir c0f0e06213 LUCENE-3623: SegmentReader.getFileNames was ignoring FieldOption.DOC_VALUES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211409 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 12:19:01 +00:00
Uwe Schindler 8f86a10e8f LUCENE-3606: More cleanup and make IR methods that simply call other abstract methods final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211231 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 23:43:33 +00:00
Uwe Schindler 28875e4015 LUCENE-3606: Fix test; TODO: LuceneTestCase/MockDirectoryWrapper should detect this
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211218 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 22:50:17 +00:00
Uwe Schindler 04e8ae2eeb LUCENE-3606: Hide the RW api from public SegmentReader API (it should only be accessible from IndexWriter)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211208 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 22:28:38 +00:00
Steven Rowe b8834cda1b LUCENE-3617: Maven configuration: removed resource directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211202 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 22:09:09 +00:00
Robert Muir af5cd523d4 LUCENE-3606: merge trunk to r1211182
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211200 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 22:04:55 +00:00
Robert Muir 52fb6a585a LUCENE-3617: move AppendingCodec to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211182 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 21:39:48 +00:00
Robert Muir 58372c2842 LUCENE-3606: avoid nocommit in test names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211007 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 16:39:02 +00:00
Robert Muir caedbf9ef9 LUCENE-3606: clear up some nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211005 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 16:36:41 +00:00