Commit Graph

7969 Commits

Author SHA1 Message Date
Erik Hatcher 4bc76411dd Make UTF-8 the default charset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930924 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 18:14:25 +00:00
Erik Hatcher 91e8bdca53 Wire VelocityResponseWriter into the example configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930923 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 17:56:18 +00:00
Grant Ingersoll 0efaf5fc04 Luke version tick
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930506 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03 11:17:21 +00:00
Uwe Schindler 07424bf640 Fix broken MBean test: new File(URL.getPath()) is the wrong way to create filenames from "file:" URLs coming from Classloader. The problem: some characters are escaped, e.g. the whitespace in my user's home directory. The correct way is to cast to URI using toURI() and invoking the URI-ctor in File (this is the "official" way to go).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930323 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 16:49:04 +00:00
Grant Ingersoll 55aa604871 SOLR-1819: Upgraded to Tika 0.7 RC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930275 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 14:08:55 +00:00
Robert Muir 211d77aec0 SOLR-1852: add a test for this to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930262 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 13:19:08 +00:00
Robert Muir 47416b3948 SOLR-1740: ShingleFilterFactory improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930163 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 05:00:53 +00:00
Robert Muir 88fc2e2f56 add missing eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930161 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 04:36:13 +00:00
Robert Muir 868b997211 SOLR-1859: speed up indexing for example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930050 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 17:24:12 +00:00
Grant Ingersoll eaca8cc2e8 LUCENE-2359: fixed edge case around 180th meridian
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929956 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 13:04:47 +00:00
Robert Muir 3860c16a66 SOLR-1857: cleanup and sync analysis with Lucene trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929782 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 02:15:27 +00:00
Michael McCandless a528a707c1 LUCENE-2360: don't use .toArray to recycle byte[] blocks used by doc stores
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929738 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 22:43:04 +00:00
Grant Ingersoll f3ba962a5e add a minor comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929714 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 21:03:10 +00:00
Grant Ingersoll 61d2ad1eb3 added some comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929704 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 20:02:29 +00:00
Grant Ingersoll 7cc8b1b484 added some comments, removed an extra, useless if check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929698 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 19:54:41 +00:00
Shai Erera 721ce98f67 LUCENE-2353: forgot to remove "via ?" from CHANGES :)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929524 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 13:11:55 +00:00
Shai Erera 76dd311c5c JIRA-2353: Config incorrectly handles Windows absolute pathnames
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929520 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 13:06:13 +00:00
Noble Paul 04dc8c10fd SOLR-1853 Solr 1.4 Replication - Repeater throwing NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929454 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 10:07:18 +00:00
Grant Ingersoll 97dfb8c53c LUCENE-2148: fix the Solr test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928867 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 18:56:33 +00:00
Grant Ingersoll 61b781d376 LUCENE-2148: Fix best fit bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928860 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 18:40:21 +00:00
Grant Ingersoll 1602a0cf90 remove unused file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928846 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 17:43:35 +00:00
Grant Ingersoll 874e7b95f7 Fix the Luke target to work with the new layout, classpaths, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928809 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 15:52:39 +00:00
Robert Muir d581f631c4 add CHANGES for SOLR-1706, as it fixed some bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928303 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 23:19:46 +00:00
Robert Muir eac40719f1 termAttttttribute -> termAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928293 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 22:40:42 +00:00
Uwe Schindler bcc84a53e6 remove ignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928255 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 19:45:32 +00:00
Uwe Schindler 5738583f3b Use getDataDir also for index backwards compatibility tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928243 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 18:34:21 +00:00
Uwe Schindler c3d2d45dca LUCENE-2306: Fix wrong package names in tests and missing super.tearDown()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928177 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 09:17:34 +00:00
Yonik Seeley fc98d80345 SOLR-1850: don't copy word set for each KeepWordFilter instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928133 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 03:44:06 +00:00
Mark Harwood b83700b51e Lucene-2306: - Add NumericRangeQuery and NumericRangeFilter support to XMLQueryParser.
Jingkei Ly via Mark Harwood

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928114 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 00:36:55 +00:00
Robert Muir 65127736f0 LUCENE-1709: Parallelize Tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928069 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 21:55:57 +00:00
Mark Robert Miller 2450876809 be quiet velocity test!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928063 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 21:28:23 +00:00
Yonik Seeley 923c4cddd9 revert SOLR-1848
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928035 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 19:59:59 +00:00
Uwe Schindler 6e4c79b219 Use preferably sysprop "temptDir" also in backwards tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927996 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 18:13:39 +00:00
Grant Ingersoll 9ab93f2fcc SOLR-1848: add in static sample queries for the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927977 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 17:33:38 +00:00
Yonik Seeley 04560af841 SOLR-1836: merge lucene/solr committer pages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927918 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 15:37:10 +00:00
Mark Robert Miller ad7faf9b1a made this test smarter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927848 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 13:42:27 +00:00
Yonik Seeley 256789a4ff tests: prevent expected commit exceptions from failing test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927837 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 13:21:06 +00:00
Yonik Seeley f8c0344ccf tests: include classname in tmp dir names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927833 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 13:14:12 +00:00
Uwe Schindler 3343dcddce LUCENE-2333: Fix failures during contrib builds, when classes in core were changed without ant clean. This fix also optimizes the dependency management between contribs by a new ANT macro
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927765 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 10:44:25 +00:00
Michael McCandless 29963c7c7e LUCENE-2339: deprecate static Directory.copy in favor non-static Directory.copyTo; if it's FSDir -> FSDir, use nio's FileChannel.transferTo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927761 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 10:34:41 +00:00
Robert Muir 4319c22796 LUCENE-2323: reorganize contrib modules (phase 1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927697 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 05:22:54 +00:00
Robert Muir 45ea59dd57 LUCENE-2323: reorganize contrib modules (phase 1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927696 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 05:21:13 +00:00
Yonik Seeley aedd12fea2 tests: convert jetty/examples to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927660 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 01:23:08 +00:00
Yonik Seeley cf05c92057 tests: convert jetty/examples to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927657 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 00:53:59 +00:00
Yonik Seeley 8d32610c29 tests: convert jetty/examples to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927655 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 00:49:55 +00:00
Yonik Seeley 88534cd9ad tests: factor out common client creation code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927651 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 00:28:21 +00:00
Yonik Seeley eb1537e7da tests: convert jetty/examples to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927647 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 00:04:34 +00:00
Yonik Seeley 604c7c220e tests: convert more jetty/example tests to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927644 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 23:55:14 +00:00
Yonik Seeley cec08f1741 fix setting of solr.solr.home
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927637 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 23:23:11 +00:00
Yonik Seeley b42b2d9241 tests: set ramdir for junit4 based tests too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@927635 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 23:09:55 +00:00