Commit Graph

9782 Commits

Author SHA1 Message Date
Robert Muir e3162c28d4 create branch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1087601 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 06:54:34 +00:00
Robert Muir d940c24c03 fix benchmark collation test to match reality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087548 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 01:58:35 +00:00
Robert Muir 74a065a57f fix collation benchmark to use byte terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087529 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 00:47:16 +00:00
Steven Rowe 7402c50058 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087475 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 22:53:58 +00:00
Steven Rowe 085d30ecf3 changes entries for recent commits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087474 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 22:53:21 +00:00
Steven Rowe 1caaea77b2 ReadTokensTask now converts tokens to their indexed forms (char[]->byte[]), just as the indexer does. This allows measurement of the conversion process, which is important for analysis components that customize it, e.g. (ICU)CollationKeyFilter.
NB: as a result, benchmarks that incorporate this task will no longer be directly comparable between 3.X and 4.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087471 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 22:44:20 +00:00
Steven Rowe 9cefe60a4b Removed special case for looking up KeywordAnalyzer, which is *not* alone among analyzers occupying package o.a.l.analysis.core.
Instead, now attempting to instantiate no-package analyzers as core analyzers, then falling back to the previous default package ("org.apache.lucene.analysis.") if that fails.  Also, made the same changes in NewShingleAnalyzerTask.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087468 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 22:34:46 +00:00
Yonik Seeley 4997068dc5 site: sync news w/ announcement better, and add links
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087446 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 21:31:08 +00:00
Steven Rowe 3bbfa450e4 Updated to the new method for obtaining a top-level deleted docs bitset. Also checking the bitset for null, when there are no deleted docs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087435 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 21:03:18 +00:00
Steven Rowe 56c2994f66 Added a special case for looking up KeywordAnalyzer, which alone among analyzers occupies package o.a.l.analysis.core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087431 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 20:16:10 +00:00
Robert Muir 74c9b8887f SOLR-2338: improved per-field similarity integration into schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087430 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 20:13:22 +00:00
Simon Willnauer 004524dbec added synchronization to prevent threads from seeing inconsistent name / number mappings when asserting for consistency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087427 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 19:59:15 +00:00
Grant Ingersoll 937ee38c7f LUCENE-3006: fail on javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087426 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 19:56:47 +00:00
Steven Rowe fdf66a15b1 Fixed incorrect specification of testResource directory src/test-files/; added javax.servlet:servlet-api as a test dependency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087414 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 19:25:01 +00:00
Steven Rowe 47190d3323 LUCENE-3006: die javadoc warnings die
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087319 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 14:36:05 +00:00
Grant Ingersoll 82f0640b49 update site for 3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087314 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 14:29:09 +00:00
Steven Rowe bbed5715cb Removed obsolete CVS version control config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087112 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 22:29:35 +00:00
Grant Ingersoll 2fc69540a9 alias for javadocs/javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087088 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 21:35:11 +00:00
Grant Ingersoll d112c045e6 alias for javadocs/javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087087 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 21:34:43 +00:00
Grant Ingersoll 9fdc41f0f8 sync CHANGEs for 3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087056 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 19:37:38 +00:00
Shai Erera a4c7a88834 LUCENE-3002: Add tests.iter.min to control tests.iter's behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087036 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 18:47:57 +00:00
Koji Sekiguchi 787b6019bf SOLR-2445: remove standard request handler and change the default qt to blank in form.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086821 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 02:17:31 +00:00
Ryan McKinley 9d1854b390 LUCENE-3001 -- moving TrieFieldHelper out of lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086710 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:11:00 +00:00
Ryan McKinley 591f3b5ea9 LUCENE-3001 -- moving TrieFieldHelper out of lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086708 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:09:59 +00:00
Ryan McKinley f6ddf2723a SOLR-1566 -- passing SolrQueryRequest to DocTransformer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086699 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 19:40:37 +00:00
Ryan McKinley 9027875384 LUCENE-3001 fix solr trie date field from #1086651
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086681 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 18:45:54 +00:00
Ryan McKinley b95ca2b453 LUCENE-3001 -- Adding TrieFieldHelper to write solr compatible numeric fields without the solr dependency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086651 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 17:41:58 +00:00
Robert Muir 4bfb56d42b SOLR-2396: add [ICU]CollationField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086637 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 16:37:39 +00:00
Michael McCandless 447b497c57 use SMS when testing LogMP's strict invariants
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086629 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 15:33:45 +00:00
Michael McCandless 5da11b6bff silly: use the right random var
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086628 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 15:33:11 +00:00
Grant Ingersoll 1c5398f0e0 LUCENE-2998: forward port prepare-release and stage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086584 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 13:52:14 +00:00
Ryan McKinley b822bb427c SOLR-2423 -- fixing DateField and adding test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086582 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 13:48:37 +00:00
Shai Erera c7c03f6c61 LUCENE-2996: addIndexes(IndexReader) does not flush before adding the new indexes, and as a consequence, deletes are applied on the incoming indexes too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086288 13f79535-47bb-0310-9956-ffa450edef68
2011-03-28 15:54:39 +00:00
Koji Sekiguchi 76b494593d SOLR-2445: Register standard search handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086276 13f79535-47bb-0310-9956-ffa450edef68
2011-03-28 15:39:10 +00:00
Shai Erera 6346b91b75 rename ant-junit-LICENSE to *-ASL so that 'validate' succeeds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1086189 13f79535-47bb-0310-9956-ffa450edef68
2011-03-28 11:11:23 +00:00
Robert Muir da659773a0 correct wrongly-licensed file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085815 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 21:55:20 +00:00
Uwe Schindler 4b2a94e0c7 LUCENE-2990: ArrayUtil/CollectionUtil.*Sort() methods now exit early on empty or one-element lists/arrays
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085689 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 11:06:53 +00:00
Ryan McKinley b5f436d6ea SOLR-1298 -- parsing ValueSource as DocTransformer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085644 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 04:52:39 +00:00
Ryan McKinley f54e1805de adding svn keywords and eol:style=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085635 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 03:34:42 +00:00
Ryan McKinley eb64b15e3a SOLR-1566 - updating readme with more names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085634 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 03:24:40 +00:00
Ryan McKinley 71f33f2597 SOLR-1566, using factories to create transformers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085633 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 03:18:34 +00:00
Ryan McKinley 27cabecc68 remove nocommit from log message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085618 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 00:44:10 +00:00
Koji Sekiguchi 85969ee908 SOLR-2417: typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085615 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 00:38:28 +00:00
Steven Rowe 636b3070a6 Updated to reflect current reality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085586 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 22:33:16 +00:00
Steven Rowe 22f35691d8 LUCENE-2993: Add an overview.html specific to the Lucene Test Framework.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085583 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 22:19:26 +00:00
Steven Rowe 2cb99bff3e LUCENE-2609: Renamed the Lucene test-framework jar to 'lucene-test-framework-version.jar'; now including the test-framework javadoc jar in the binary packages; modified the Maven POMs to designate the test-framework artifacts as 'jar' packaging rather than 'test-jar' packaging - this changes the artifact classifiers to be the same as those of any other non-test module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085581 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 22:11:27 +00:00
Yonik Seeley e15954f5a4 SOLR-2444: fix parsing of key in fl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085572 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 21:52:05 +00:00
Ryan McKinley e510d3f530 SOLR-2444 -- moving ReturnFields to search package. Integrating yoniks basic parsing.
(should also fix regression)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085564 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 21:26:33 +00:00
Ryan McKinley ad221cb514 SOLR-2417 -- by default spit out the explain text as string, but allow NL or HTML
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085550 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 20:31:45 +00:00
Ryan McKinley 75f130ff1b SOLR-2417, updating CHANGES.txt to show the explain syntax that was added in SOLR-1566
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085533 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 19:36:38 +00:00