Commit Graph

8176 Commits

Author SHA1 Message Date
Uwe Schindler 36b388859a Move changes up to correct place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960481 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 08:19:43 +00:00
Michael McCandless 0e631b8031 LUCENE-2517: improve changes-to-html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960374 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 18:14:31 +00:00
Uwe Schindler e6e18a81f6 Generics Police: Fix unchecked warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960371 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 17:55:17 +00:00
Michael McCandless a2d31510a1 LUCENE-2526: don't throw NPE from MultiPhraseQuery.toString if it has no terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960367 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 17:32:56 +00:00
Michael McCandless 14e13edd85 cutover TestSurrogates to use LuceneTestCase.VERBOSE instead of its own DEBUG; cutover to J4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960364 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 17:25:34 +00:00
Koji Sekiguchi 350ae952d7 LUCENE-2524: FastVectorHighlighter: use mod for getting colored tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960349 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04 15:58:54 +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 f8056de0b0 Test some edge conditions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960147 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 01:21:28 +00:00
Yonik Seeley 3dbdb50d92 formatting: make consistent with other clauses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959692 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01 15:24:50 +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 86ce79d6db LUCENE-1810: added LATENT field selector option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959657 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01 13:41:26 +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
Uwe Schindler 52085fa44f LUCENE-2480: Remove more dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958137 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 22:22:16 +00:00
Uwe Schindler ffc358d0d5 fix wrong version number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958068 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 18:41:57 +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
Uwe Schindler a9f79668fd LUCENE-2438: We decided that bytes should never be null, so i changed the recently added external serialization methods to conform to this.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957926 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 12:52:52 +00:00
Michael McCandless 3ec2e75bd9 LUCENE-2513: don't overwrite future commits when opening past commit in writeable IndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957922 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 12:37:24 +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
Michael McCandless e1db7050a2 LUCENE-2513: don't overwrite future commits when IndexReader is opened on a past commit and then commits new changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957707 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 20:34:08 +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
Michael McCandless 81aa382f24 remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957557 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 14:37:29 +00:00
Michael McCandless 705dfee68c LUCENE-2426: change index term sort order to unicode code point order (used to be UTF16 order)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957545 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 13:35:40 +00:00
Michael McCandless f289f22125 LUCENE-2500: add DirectIOLinuxDirectory, a Linux-only (requires compiling .cpp JNI code per platform) which bypasses the buffer cache so segment merging does not evict cached files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957520 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 12:14:21 +00:00
Michael McCandless 50ab75baa3 LUCENE-2142: if FieldsCache.getStrings/Index is mis-used (more than 1 term per doc), stop loading once number of terms > number of docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957516 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 11:57:20 +00:00
Uwe Schindler 18d21f9f11 LUCENE-2142: merge 3.x test only, as trunk uses different StringIndex variant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957492 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 10:24:15 +00:00
Michael McCandless f81a5d9bf6 LUCENE-2512: fix DeleteByPercentTask to work again post flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957486 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 10:13:45 +00:00
Michael McCandless a9947aeb8d fix QueryUtils (for tests) to track lastReader correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957481 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 10:02:34 +00:00
Michael McCandless e92a91ed18 LUCENE-2410: ~2.5X speed up for exact (slop=0) PhraseQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957465 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24 09:17:52 +00:00
Shai Erera a545c8c063 Fix silly bug in the regex used to normalize the MXBean name (used a..z instead of a-z - which removed too many characters)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957218 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 14:31:51 +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
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