Commit Graph

8243 Commits

Author SHA1 Message Date
Michael McCandless 7686d2f301 LUCENE-2509: small code cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956906 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 14:35:10 +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
Robert Muir eb444204d6 move random accepted string test utility code to src/test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956637 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 16:35:58 +00:00
Mark Robert Miller c6bd141f11 spell fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956616 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 15:15:11 +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
Yonik Seeley 0f5172a44e LUCENE-2380: expose method of getting native arrays
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956286 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19 20:20:28 +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
Erik Hatcher 60e15b607c SOLR-1894: Fix for Solritas and multicore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955974 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 12:28:58 +00:00
Erik Hatcher 363527dbe0 Use generic url_for_solr prefix, allowing one global config change for a core path or different Solr mapping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955905 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 09:33:42 +00:00
Erik Hatcher 5d964485d4 Add autosuggest using terms component. Fixed a couple of Velocity warnings too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955825 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 03:30:20 +00:00
Erik Hatcher 3bc809304d Add link to XML format to footer, why not, even taking debug mode into account
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955809 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 01:11:05 +00:00
Erik Hatcher b6015f4ba4 Update link to Luke
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955798 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:29:33 +00:00
Erik Hatcher 44355bd648 Remove contrib/velocity directory as it has been moved to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955797 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:26:22 +00:00
Erik Hatcher e2b625af45 SOLR-1957: Move VelocityResponseWriter from contrib to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955796 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 00:24:41 +00:00
Yonik Seeley 04765f68d1 LUCENE-2378: add ability to populate BytesRef instances while filling PagedBytes, and make UnInvertedField's TermIndex use this to share a byte[]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955785 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 23:23:22 +00:00
Michael McCandless 9fed2f7e13 LUCENE-2378: fix silly perf regression
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955769 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 22:31:50 +00:00
Uwe Schindler 7d208167c2 restore one entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955615 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:33:25 +00:00
Uwe Schindler 09de7f36dd Update changes after release of 2.9.3/3.0.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955613 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:28:35 +00:00
Erik Hatcher 371556ab95 LUCENE-2490: fix for renamed Ant property in previous commit that was not completely done
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955569 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:28:02 +00:00
Michael McCandless d22876971e LUCENE-2501: strengthen this testcase a bit, but I still can't get it to fail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955547 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 10:54:23 +00:00
Michael McCandless 8c10e9badb fix false failure: test was converting invalid UTF8 to UTF16 through 2 different APIs (java & Lucene) and then asserting result is equal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955545 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 10:48:20 +00:00
Michael McCandless 3ffe87df60 fix false failure in random test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955525 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 09:34:06 +00:00
Michael McCandless 10a240656f LUCENE-2502: remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955518 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 09:07:04 +00:00
Yonik Seeley ed1f977916 SOLR-1885 and SOLR-1711: release connections to prevent hang
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955471 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 03:05:46 +00:00
Ryan McKinley 6b212ad3bb LUCENE-2490 -- ant generate-maven-artifacts will build lucuen and solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955464 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 02:25:11 +00:00
Michael McCandless c91bddb26b LUCENE-2380: hard cutover of all preflex APIs to flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955257 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 15:17:32 +00:00
Robert Muir 5a661500c1 LUCENE-2413: directory and package fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955203 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:33:29 +00:00
Robert Muir aa6afe1c4e correct eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955201 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:30:49 +00:00
Yonik Seeley 98b1313d34 LUCENE-2380: add getTermsEnum for FieldCache entry and use it for fieldcache merging in Solr faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954904 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 14:15:58 +00:00
Yonik Seeley 3915a393f3 SOLR-1932: New relevancy function queries: termfreq, tf, docfreq, idf, norm, maxdoc, numdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954640 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:54:54 +00:00
Yonik Seeley 9427cad502 tests: convert to junit4 and fix bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954609 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 19:45:44 +00:00
Chris M. Hostetter 36ca32598f SOLR-1870: the javabin format no longer throws a ClassCastException when SolrInputDocuments contain field values that implement Iterable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954336 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 01:03:16 +00:00
Shai Erera 5d7197b306 testNoSegmentFile failed on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953988 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 10:58:16 +00:00
Shai Erera 1cf9b74a22 LUCENE-2497: fix a bug that was introduced in LUCENE-2480
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953986 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 10:47:35 +00:00
Koji Sekiguchi 51f649e353 SOLR-1948: PatternTokenizerFactory should use parent's args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953925 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 01:49:06 +00:00
Chris M. Hostetter a0d0ae4f21 SOLR-1750 cleanup, renamed/moved class, and eliminated overlapping functionality with SystemInfoHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953886 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 21:46:58 +00:00
Uwe Schindler d0e4a7eab9 fix typo and move to right place (until release)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953714 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 15:10:45 +00:00
Uwe Schindler 857abc17b4 SOLR-1943: Disable clustering contrib, part #2 (until build system fixed to do contrib-crawl)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953691 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 13:09:09 +00:00
Michael McCandless 7fe6c0fb24 remove accidental System.out.println
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953634 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:51:03 +00:00
Michael McCandless 390fbf21d2 LUCENE-2496: don't throw NPE on trying to CREATE over a corrupt index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953628 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:45:04 +00:00