Commit Graph

392 Commits

Author SHA1 Message Date
Robert Muir faed4b4cd0 LUCENE-2598: add newDirectory and track that resources are closed correctly by tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984968 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 20:56:23 +00:00
Yonik Seeley efaea502e7 SOLR-2041: fix commons-csv name in build.xml for maven
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984776 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 13:51:41 +00:00
Koji Sekiguchi f8ab6b4b17 fix typo - curly bracket is not closed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984638 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 03:16:15 +00:00
Yonik Seeley 80659afa98 SOLR-2036: don't automatically use ram estimator from stats page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984589 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 21:33:28 +00:00
Robert Muir d2165cf08e LUCENE-2595: switch tests to use MockRAMDirectory instead of RAMDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984232 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 22:03:54 +00:00
Yonik Seeley ca4c8f3ae9 SOLR-1900: optimize FileFloatSource for flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984219 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 21:36:19 +00:00
Erik Hatcher 5c000e9997 Upgrade Velocity to 1.6.4, and Velocity Tools to final 2.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983985 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 13:16:33 +00:00
Robert Muir b626671408 extend LuceneTestCase instead of Object here too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983778 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 19:06:34 +00:00
Grant Ingersoll 0fac11b3ae properly reflect the Tika version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983682 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 15:33:45 +00:00
Robert Muir 40a3eb4fd3 SOLR-2002: add support for -Dtestmethod=xxx when running tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983632 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 13:17:39 +00:00
Robert Muir 61954ca249 SOLR-2002: change tests from TestCase to LuceneTestCase for better coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983530 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 06:11:16 +00:00
Robert Muir 796fd9a5a3 SOLR-2002: run tests under different timezones and locales
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983495 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 01:25:43 +00:00
Koji Sekiguchi b4c599c77a SOLR-2030: fix test code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983243 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 15:18:53 +00:00
Koji Sekiguchi 7b3d0d6b30 SOLR-2030: forgot to update test for FVH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983216 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 11:51:17 +00:00
Koji Sekiguchi 6fbdff181a SOLR-2030: FVH uses SolrEncoder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983212 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 11:34:39 +00:00
Grant Ingersoll 677e0aa2d5 cleanup unused build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@982692 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 16:56:45 +00:00
Yonik Seeley 6da5460911 SOLR-2028: fix AutoCommitTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@982442 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 00:24:28 +00:00
Yonik Seeley 4d03fda0f9 SOLR-2021: add missing files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981983 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 17:38:51 +00:00
Koji Sekiguchi ac95528aab SOLR-2021: Add SolrEncoder plugin to Highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981936 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 15:45:07 +00:00
Yonik Seeley daeafbacf2 SOLR-1469: fix TestReplicationHandler failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981690 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 21:33:19 +00:00
Robert Muir b905aba624 SOLR-2011: change all uses of java.io.tmpdir -> TEMP_DIR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981650 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 18:24:32 +00:00
Robert Muir cf46248d35 SOLR-2011: Solr tests now use a tempdir in build/ which is removed by 'ant clean', like lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981598 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 16:59:23 +00:00
Yonik Seeley 3885ed48ac SOLR-1469: fix TestReplicationHandler failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981594 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 16:48:18 +00:00
Robert Muir 756fc04196 SOLR-2016: use tighter stemming for textTight
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981550 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 15:17:20 +00:00
Koji Sekiguchi af4d6f1cd7 add @link in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981540 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 15:04:42 +00:00
Koji Sekiguchi 640672cb63 add @link in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981525 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 14:33:06 +00:00
Michael McCandless 83a36503b2 SOLR-2019: force Jetty to use insecure randomness source when running tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981265 13f79535-47bb-0310-9956-ffa450edef68
2010-08-01 16:38:27 +00:00
Yonik Seeley 99bcf03162 tests: remove retry loop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981245 13f79535-47bb-0310-9956-ffa450edef68
2010-08-01 15:29:09 +00:00
Yonik Seeley 8bfc318bbf TestReplicationHandler - fix testReplicateAfterWrite2Slave by retrying commit also
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981068 13f79535-47bb-0310-9956-ffa450edef68
2010-07-31 15:42:07 +00:00
Mark Robert Miller d57ef1cf1a this is still somewhat brittle - try waiting for up to 3 seconds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980879 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 16:05:48 +00:00
Chris M. Hostetter 66660307d9 SOLR-1240: fixed typo in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980592 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 21:47:14 +00:00
Chris M. Hostetter adaeb656c8 SOLR-1240: Added support for generalized Numerical Range faceting on any numeric (or date) field. Note: this required modifying ConvertedLegacyTest to deal with an expectation about how many fields a specific document has (there are more now because of a copyField i added to the schema)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980555 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 20:05:41 +00:00
Mark Robert Miller 67c66e136f raise the retry count
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980447 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 13:36:30 +00:00
Mark Robert Miller b3bb09bb8a add another couple loops for this test to keep false failure from occurring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980261 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 22:57:44 +00:00
Mark Robert Miller f64f56f584 extend time a bit to prevent false test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980081 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 14:52:11 +00:00
Mark Robert Miller 41bb029ecf retry to prevent false failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979951 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 05:27:03 +00:00
Yonik Seeley 6e30869fc9 SOLR-1925: CSVResponseWriter and commons-csv update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979807 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 19:06:39 +00:00
Robert Muir f8fba74632 LUCENE-2554: preflex codec doesnt order terms correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979453 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:35:43 +00:00
Mark Robert Miller dbbf0489c0 remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979305 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 14:26:48 +00:00
Koji Sekiguchi 071fdc3148 SOLR-1984: typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979302 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 14:21:47 +00:00
Uwe Schindler 6487d5caf2 remove empty file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979059 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 16:23:17 +00:00
Yonik Seeley da7655c72a SOLR-2015: add boolean attribute autoGeneratePhraseQueries to TextField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979049 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 15:13:05 +00:00
Robert Muir a5430edf83 LUCENE-2458: revert r978898
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978900 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 16:56:27 +00:00
Yonik Seeley 68ce463907 LUCENE-2458: implement Uwe's suggestion for restoring Solr's default behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978898 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 16:49:18 +00:00
Robert Muir 249c678054 LUCENE-2458: revert r978879
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978891 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 16:22:51 +00:00
Robert Muir 9be334589d random codec tests by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/preflexfixes@978881 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 14:39:26 +00:00
Yonik Seeley b62cff9fc0 LUCENE-2458: keep Solr's default QP behavior wrt compound words and phrases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978879 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 14:38:58 +00:00
Robert Muir 69597e5a87 add support for -Dtests.codec to solr tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/preflexfixes@967179 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 17:44:21 +00:00
Mark Robert Miller cec16f399a SOLR-2009: Contrib ant test targets do not respect sys props testcase,testpackage,and testpackageroot
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@966880 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 22:17:16 +00:00
Grant Ingersoll f18502ed41 SOLR-1568: moved DistanceUtils up one package, as it isn't tier specific
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965984 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 20:17:54 +00:00
Chris M. Hostetter f521e84c5a SOLR-2008: avoid possible RejectedExecutionException w/autoCommit by making SolreCore close the UpdateHandler before closing the SearchExecutor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965938 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 18:06:39 +00:00
Robert Muir cc5882ab75 LUCENE-2458: queryparser turns all CJK queries into phrase queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965585 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 18:58:30 +00:00
Robert Muir 7912d72cfe convert some more tests to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965330 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 00:06:18 +00:00
Robert Muir 1f10f8ba7f SOLR-2002: improve TestReplicationHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965327 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 23:58:48 +00:00
Robert Muir 898430be9b SOLR-2002: add timeouts for this test in case the site is having problems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965230 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 14:09:06 +00:00
Robert Muir bd1a237061 print exactly which files cant be removed (e.g. spellchecker/xyz.cfs) when cleaning up test temp data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965222 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 12:55:50 +00:00
Robert Muir 90ac856ea2 print a warning in this test if it cant clean up (rather than silently leaving trash)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964856 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 16:47:23 +00:00
Robert Muir 4c23e64c08 SOLR-2003: improve exception message for encoding errors (print filename, etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964832 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 15:22:00 +00:00
Robert Muir a803300431 remove dependency of test-core on build-contrib (only needed by redundant test code)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964753 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 11:00:04 +00:00
Robert Muir 67d2e87fee SOLR-2003: report (throw exception) rather than replace charset errors in SolrResourceLoader.getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964430 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 13:50:48 +00:00
Koji Sekiguchi 278448babc SOLR-1995: Use proper format for SimpleDateFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964312 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 06:32:22 +00:00
Koji Sekiguchi 2fbf7ec677 SOLR-1791: Fix messed up core names on admin gui
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964306 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 05:37:27 +00:00
Chris M. Hostetter d592103d63 SOLR-2000 ... it's not 2008 anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964267 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15 00:32:37 +00:00
Robert Muir 3241eb9291 LUCENE-2503: add light stemmers for european languages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964019 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 12:10:34 +00:00
Robert Muir d49603b939 quiet this loud test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963920 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 01:54:01 +00:00
Robert Muir e6cc82f52c fix this assertion, so the test isnt sensitive to the speed of your computer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963909 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 00:05:32 +00:00
Robert Muir dace72be35 speed up test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963906 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 23:41:57 +00:00
Robert Muir 76de9537b1 speed up test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963888 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 22:31:49 +00:00
Robert Muir 0aacad6eca SOLR-2002: make AbstractSolrTestCase extend LuceneTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963873 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 21:45:31 +00:00
Koji Sekiguchi 38672332d5 SOLR-1960: fix URL for Solr Wiki top page. This is a temporary treatment until INFRA-2251 is solved.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962747 13f79535-47bb-0310-9956-ffa450edef68
2010-07-10 02:50:51 +00:00
Grant Ingersoll d4cc047abf SOLR-1568: Spatial filtering support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962727 13f79535-47bb-0310-9956-ffa450edef68
2010-07-10 00:12:41 +00:00
Chris M. Hostetter 561e520c61 SOLR-1981: Solr will now fail correctly if solr.xml attempts to specify multiple cores that have the same name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962714 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 22:44:35 +00:00
Robert Muir c5bc95a357 SOLR-1984: add HyphenationCompoundWordTokenFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962555 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 15:20:51 +00:00
Mark Robert Miller 70d7eb1766 SOLR-1992: Remove abortOnConfigurationError from example solrconfig.xml as it no longer has any affect
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961943 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 21:21:45 +00:00
Mark Robert Miller 3adc87865b SOLR-1991: The example target should work from a fresh checkout without running other targets first
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961941 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 21:17:24 +00:00
Koji Sekiguchi 7ad6c0b3b1 SOLR-1985: FastVectorHighlighter: add wrapper class for Lucene's SingleFragListBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961821 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 15:50:13 +00:00
Uwe Schindler 0c333c60dd LUCENE-2514: Term is no longer character based
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960484 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 08:33:25 +00:00
Grant Ingersoll 5ba4331613 SOLR-1556: added per field capabilities to TermVectorComponent, also error msgs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960204 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 11:44:27 +00:00
Grant Ingersoll 83aca3b282 fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959689 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01 15:00:40 +00:00
Grant Ingersoll c938fb5593 SOLR-1966: check two results instead of one
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959441 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 21:32:30 +00:00
Grant Ingersoll d69d138e4c SOLR-1966: QueryElevationComponent can now optionally return only the elevated results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959434 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 21:12:23 +00:00
Koji Sekiguchi b2f3f2edff SOLR-1974: add LimitTokenCountFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958303 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27 00:45:12 +00:00
Mark Robert Miller b36b0e1abd Solr 1.4.1 release news
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957949 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 14:05:48 +00:00
Mark Robert Miller f60e00504c update doap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957914 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 12:21:36 +00:00
Erik Hatcher 5242afe989 Some style improvements, from Ken Krugler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957634 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 17:08:53 +00:00
Robert Muir 8f71031ac8 LUCENE-2413: consolidate remaining solr tokenstreams into modules/analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957162 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 11:25:17 +00:00
Yonik Seeley 653c7c160b SOLR-1968: reuse termsenum,docsenum when generating cached sets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956977 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 19:00:55 +00:00
Koji Sekiguchi f1be531c50 fix incorrect class name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956715 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 21:55:03 +00:00
Erik Hatcher 85cbe4e316 Fix issue with form action URL and fq parameters, and removed some superfluous copy/paste JavaScript that leaked in
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956316 13f79535-47bb-0310-9956-ffa450edef68
2010-06-20 02:41:19 +00:00
Yonik Seeley b58675a60c SOLR-1965: use native array access for facet.method=fcs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956292 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19 20:45:21 +00:00
Yonik Seeley 2b8e4c4a77 SOLR-1965: use native array access for single valued field cache faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956290 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19 20:29:45 +00:00
Erik Hatcher b910ea232f Greatly beautify the /browse view, thanks to a code4lib pal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956173 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19 02:04:24 +00:00
Yonik Seeley 8459f9a0e2 SOLR-1965: collect docs per-segment for enum faceting when not using filterCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956132 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 21:20:25 +00:00
Erik Hatcher 1a85112e76 remove velocity maven stuff from the build, no longer needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956125 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 20:39:49 +00:00
Chris M. Hostetter 82ce4b84f0 SOLR-1946: Misc improvements to the SystemInfoHandler: /admin/system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956112 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 19:58:17 +00:00
Yonik Seeley cda18f0bd6 SOLR-1965: use fastGet in BitDocSet to speed up intersection counts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956110 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 19:53:08 +00:00
Erik Hatcher 6f6dd9763e Add description to run-example target, to show with ant -p
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956097 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 19:02:51 +00:00
Erik Hatcher a87bcb1d3e Revert spellcheck buildOnCommit, per Yonik
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956061 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 17:35:30 +00:00
Erik Hatcher 81f3e577b1 enable spell checking buildOnCommit in example configuration, and default it into the /browse view
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956053 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 17:10:30 +00:00
Erik Hatcher 44d4da518f Add Solr logo to Solritas /browse view, hyperlinks to clear all constraints
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955996 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 13:13:20 +00:00