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 |
Robert Muir
|
12c9b8b4bf
|
LUCENE-3699: simplify dictionary access and reduce tokeninfodictionary 1.5MB
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232120 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 19:19:48 +00:00 |
Michael McCandless
|
297cc4a275
|
LUCENE-3684: use UOE not IAE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232110 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 18:45:01 +00:00 |
Michael McCandless
|
dee0f7bd55
|
remove otherBuffer/otherByteBuf tracking: this is pointless now that compound files are handled as slices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232084 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 18:05:28 +00:00 |
Simon Willnauer
|
5ff6f19980
|
LUCENE-3693: Add a testing implementation for DocumentsWriterPerThreadPool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232023 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 15:19:15 +00:00 |
Simon Willnauer
|
ed4894dd8f
|
LUCENE-3692: DocumentsWriter blocks flushes when applyDeletes takes forever
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232017 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 15:07:04 +00:00 |
Simon Willnauer
|
98e59fceee
|
LUCENE-3687: Allow similarity to encode norms other than a single byte
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232014 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 14:57:15 +00:00 |
Robert Muir
|
354a3be78f
|
LUCENE-3696: fix dictionary construction to work on java5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232012 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 14:50:09 +00:00 |
Jan Høydahl
|
49d3605946
|
SOLR-2487: Do not include slf4j-jdk14 jar in WAR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231982 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 12:54:01 +00:00 |
Michael McCandless
|
43c6d8a843
|
allow tests to turn off term vector cross checking in CheckIndex; turn it off for this one test since it changes postings intentionally
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231971 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 12:17:27 +00:00 |
Michael McCandless
|
57adb4371a
|
LUCENE-3684: use UOE not IAE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231799 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 00:00:50 +00:00 |
Michael McCandless
|
87bc4521c2
|
LUCENE-3695: move some confusing FST sugar out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231795 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:25:38 +00:00 |
Michael McCandless
|
11f33ee521
|
LUCENE-3684: add offsets to postings APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231794 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:17:45 +00:00 |
Michael McCandless
|
1e09d9eff6
|
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231793 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:08:04 +00:00 |
Michael McCandless
|
9de01b56eb
|
LUCENE-3453: simplify DocValues/Field API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231791 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:05:13 +00:00 |