Commit Graph

11906 Commits

Author SHA1 Message Date
Uwe Schindler af9b4d816f LUCENE-3671: Add TypeTokenFilter that filters tokens based on their TypeAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234396 13f79535-47bb-0310-9956-ffa450edef68
2012-01-21 19:02:44 +00:00
Uwe Schindler 9b86beea98 Remove obsolete javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234318 13f79535-47bb-0310-9956-ffa450edef68
2012-01-21 12:50:25 +00:00
Steven Rowe b383f4a044 Added a junit test scope dependency in the grandparent POM to work around a Maven 2.2.X bug in which transitive test dependency resolution omits junit as duplicate everywhere it occurs, resulting in the absence of the junit jar from the test classpath, and then test compilation failure. This manifested only in Solr's clustering contrib, but I'm putting it in the grandfather POM to insure it doesn't happen elsewhere. Under Maven 3.0.4, this behavior no longer occurs, so when we upgrade the minimum Maven version to 3.0.4+, the junit test scope dependency in the grandfather POM can be removed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234219 13f79535-47bb-0310-9956-ffa450edef68
2012-01-21 00:31:03 +00:00
Steven Rowe e5e4434bdb Skip compile:test-compile under Maven 3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234197 13f79535-47bb-0310-9956-ffa450edef68
2012-01-20 23:05:12 +00:00
Simon Willnauer 315b6ab63d LUCENE-3709: only load norms if they are present in at least on Field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234013 13f79535-47bb-0310-9956-ffa450edef68
2012-01-20 17:19:41 +00:00
Martijn van Groningen ac8befe5c3 LUCENE-3602: Fixed some typos.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233918 13f79535-47bb-0310-9956-ffa450edef68
2012-01-20 14:15:42 +00:00
Yonik Seeley 53270bdb9c LUCENE-3711: add CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233708 13f79535-47bb-0310-9956-ffa450edef68
2012-01-20 01:41:54 +00:00
Michael McCandless 5f33d8d2ae use singletons in FST outputs; add 2 commented out test cases showing non-minimality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233696 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 23:54:55 +00:00
Yonik Seeley 4fdebf90e5 SentinelIntSet can hang by not resizing really small sets early enough, add random test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233583 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 21:38:40 +00:00
Robert Muir ab52c0d7ef if classpath is wrong for preflex-rw, throw an exception up front
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233520 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 18:33:56 +00:00
Robert Muir 3c6d62edbb LUCENE-3708: always call postingswriter.finishDoc when writing postings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233405 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 14:38:34 +00:00
Michael McCandless 5bc7f5bbd0 LUCENE-3121: add reverse-lookup by long to FST, when output grows strictly monotonically w/ input (eg, ord, address, etc.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233381 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 14:07:40 +00:00
Simon Willnauer 47f474735f LUCENE-3707: Add a Lucene3x private SegmentInfosFormat implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233380 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 14:06:10 +00:00
Simon Willnauer fc0b7cfb59 don't rely on ThreadAffinity in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233288 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 11:21:13 +00:00
Simon Willnauer 52dc6a5908 LUCENE-3705: IWFlushQueue deadlocks if deletes are flushed and a segment is published at the same time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233248 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 08:54:33 +00:00
Steven Rowe fb1884358d SOLR-2718: Move CHANGES entry under 3.6.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233199 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 06:31:46 +00:00
Steven Rowe 6a8fbf780e SOLR-3048: Fix incorrect test classpath order under the Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233106 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 23:03:41 +00:00
Yonik Seeley 4c078d97c9 build: make property for javac args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233010 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 19:28:39 +00:00
Steven Rowe 61e9317955 LUCENE-3666: fix example consumer code to follow the TokenStream API contract; fix cast-to-interface code to use interface method instead of instance field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232987 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 18:34:57 +00:00
Robert Muir 98e5328845 LUCENE-3576: add surrogates shuffle for 3.x term vectors, test surrogates in TestBackwardsCompatibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232974 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 17:57:05 +00:00
Simon Willnauer 3d66fa922a remove files of dropped segments right after merge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232943 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 16:10:17 +00:00
Jan Høydahl 374f6fc6c1 SOLR-2970: CSV ResponseWriter returns fields defined as stored=false in schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232918 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 14:55:57 +00:00
Steven Rowe c9361a507d LUCENE-3666: Update org.apache.lucene.analysis package summary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232909 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 14:36:58 +00:00
Simon Willnauer e58eadc95b LUCENE-3697: fix solr testcase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232818 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 10:31:46 +00:00
Koji Sekiguchi 3150fae20d LUCENE-3697: SimpleBoundaryScanner does not work well when highlighting at the beginning of the text
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232769 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 07:34:56 +00:00
Robert Muir ff5b709b3a LUCENE-3576: check that the order of terms is correct in checkindex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232656 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 00:01:48 +00:00
Robert Muir d159f25b63 LUCENE-3613: split out 4.0/3.x term vectors implementations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232652 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 23:47:14 +00:00
Robert Muir c4f57c6081 LUCENE-3687: remove now-obselete TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232556 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 19:57:46 +00:00
Robert Muir b11a68218d LUCENE-3701: merge CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232532 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 18:46:03 +00:00
Steven Rowe 961cc111a8 SOLR-3042: Fixed Maven Jetty plugin configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232527 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 18:35:50 +00:00
Koji Sekiguchi 88dee37bb0 LUCENE-3698: forgot to modify test in solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232491 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 17:15:36 +00:00
Koji Sekiguchi 1b82292e02 LUCENE-3698: FVH adds a multi value separator to the end of the highlighted text
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232470 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 16:43:23 +00:00
Yonik Seeley 3e4fc88708 SOLR-3037: missed test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232458 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 16:18:07 +00:00
Uwe Schindler 59d1b112c0 LUCENE-3646: One more try to purge the reader!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232455 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 16:09:51 +00:00
Uwe Schindler 4f0e7add69 LUCENE-3646: Fix a code relict from previous times :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232450 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 15:57:18 +00:00
Robert Muir dea4b911da LUCENE-3646: throw exception for fieldcache on non-atomic reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232444 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 15:34:43 +00:00
Jan Høydahl 37e03cbfa5 SOLR-2105: Discontinue deprecated parameter "update.processor"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232363 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 09:41:33 +00:00
Simon Willnauer 0ffcdcb595 SOLR-1709: cleanup trunk CHANGES.TXT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232360 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 09:35:46 +00:00
Simon Willnauer 813285cca1 SOLR-1729: cleanup trunk CHANGES.TXT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232344 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 08:57:19 +00:00
Robert Muir 50363201f4 LUCENE-3305: remove out of date todo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232297 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 04:39:58 +00:00
Steven Rowe 886ca6d94c IntelliJ IDEA configuration: Added *.dat to list of patterns of resources to copy to the compiler output directory; fixed typo in .idea/workspace.xml that misidentified the module for the kuromoji run configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232296 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 04:36:05 +00:00
Robert Muir 89a694fc31 SOLR-2888: merge CHANGES from backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232290 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 04:02:17 +00:00
Robert Muir e869b1fbf7 LUCENE-3700: give enough ram so that you can build naist-jdic with java 5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232274 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 02:27:31 +00:00
Robert Muir f562a8a0dc LUCENE-3700: optionally support naist-jdic for kuromoji
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232268 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 02:20:24 +00:00
Robert Muir 48c01e5a2b LUCENE-3699: share baseform with surface and flag if the reading can be computed from surface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232265 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 02:12:27 +00:00
Robert Muir c902f63125 unbreak clover/nightly builds until we do this right
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232254 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 01:37:28 +00:00
Martijn van Groningen ac6679a7b6 - Added licence and notice files to join module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232228 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16 23:31:57 +00:00
Martijn van Groningen 6d4f6b0978 - Removed changes.txt from grouping module and moved the entries to the changes.txt in Lucene contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232227 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16 23:30:16 +00:00
Martijn van Groningen 7cdb8028c1 LUCENE-3602: Added query time joining.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232223 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16 23:16:35 +00:00
Erick Erickson 23bd21c968 Fixes for SOLR-3032. Removed all the conditional logging for exceptions, we'll rely on the top levels to log the errors appropriately.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232192 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16 22:07:13 +00:00