Commit Graph

9801 Commits

Author SHA1 Message Date
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
Grant Ingersoll ebaffef1c1 add a stage target and a mech. for copying artifacts to staging on people.apache.org
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085530 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 19:30:26 +00:00
Grant Ingersoll 81c756adf0 fix erroneous comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085526 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 19:24:03 +00:00
Grant Ingersoll 66b77cfa67 add stage target
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085515 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 18:54:59 +00:00
Michael McCandless ec9a26e9cf revert this change; I don't think CMS can explain the [pedantic] failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085503 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 18:18:50 +00:00
Ryan McKinley b1572f8f3e SOLR-1566 -- calling commit after adding document to make sure that it is actually commited before the other.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085500 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 18:17:29 +00:00
Michael McCandless f81ccc6f4c force SMS to workaround overly pedantic test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085485 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 17:38:16 +00:00
Michael McCandless e2f584bbd8 LUCENE-2881: fix thread safety issue w/ test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085482 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 17:33:09 +00:00
Ryan McKinley caaa23a1b7 SOLR-1566: Transforming documents in the ResponseWriters. This will allow for more complex results in responses and open the door for function queries as results.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085450 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 16:24:21 +00:00
Simon Willnauer 0a94d14ee6 LUCENE-2985: Build SegmentCodecs incrementally for consistent codecIDs during indexing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085449 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 16:24:12 +00:00
Grant Ingersoll 5af06fbfa7 LUCENE-2992: build the changes.html file when doing svn-export for the release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085423 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 15:18:05 +00:00
Robert Muir 0934039ced LUCENE-2986: split DefaultSimilarity's provider methods into DefaultSimilarityProvider; clean up uses of sim in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085374 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 14:00:42 +00:00
Simon Willnauer 269b2c5938 LUCENE-2983: FieldInfos should be read-only if loaded from disk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085288 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 08:48:02 +00:00
Robert Muir cb1514dec7 configure this from build.xml instead of o.a.solr hack
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085241 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 02:49:37 +00:00
Robert Muir 6c3184cdb4 speed up the solr tests, tests were sleeping 2 seconds per leftover thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085224 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:44:41 +00:00
Yonik Seeley 0b76d21921 comments: spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085220 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:36:29 +00:00
Robert Muir c18ccd2cbc LUCENE-2991: fix test to work on windows (workaround for now)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085218 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:34:39 +00:00
Ryan McKinley a191a9d3e4 use DateUtil rather then deprecated ClientUtils.parseDate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085130 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:45:33 +00:00
Grant Ingersoll a258c7d554 LUCENE-2952: remove invalid default target
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085089 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 19:30:53 +00:00
Uwe Schindler ae382e3a3c LUCENE-2989: Fix TestCollectionUtil to not fail on IBM JRE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085004 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 15:40:46 +00:00
Doron Cohen 8d0c1b62af LUCENE-2977: WriteLineDocTask should write gzip/bzip2/txt according to the extension of specified output file name.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084929 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 12:22:13 +00:00
Steven Rowe 68ebd4392d Removed from contrib/demo/lib/ in r1078463; now pulling from solr/lib/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084836 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 04:06:21 +00:00
Robert Muir c8c30c5e6e back out r1084583 as it breaks ant test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084627 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 16:23:29 +00:00
Dawid Weiss c607550d84 Enabling the clustering handler by default (no need to specify solr.clustering.enabled=true).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084583 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 13:32:58 +00:00
Dawid Weiss de332a2802 Minor cleanup in TestFSTs: output is optional, options can be given in front of the input file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084570 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 13:10:47 +00:00
Grant Ingersoll 3c142e19f4 LUCENE-2952: remove echos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084566 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 12:49:46 +00:00
Doron Cohen c6f3dd5cc7 LUCENE-2980: Benchmark's ContentSource made insensitive to letter case of file suffix - fix CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084549 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 11:47:18 +00:00
Doron Cohen d123b8a224 LUCENE-2980: Benchmark's ContentSource made insensitive to letter case of file suffix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084544 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 11:38:54 +00:00
Dawid Weiss cc249256ca Removing the note about excluded JARs (everything is included).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084345 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 20:44:21 +00:00
Grant Ingersoll bc890a1ff2 LUCENE-2952: get the proper build.dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084327 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 19:56:33 +00:00
Steven Rowe d88d7da6c3 use ${svn.exe} property instead of directly calling svn executable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084322 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 19:49:18 +00:00
Steven Rowe 7754f30801 LUCENE-2973: In the svn-export-source target, switched from <arg line="..."> argument specification to <arg value="...">, to avoid problems with argument splitting on space-containing paths.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084307 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 19:26:07 +00:00