Commit Graph

11875 Commits

Author SHA1 Message Date
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
Michael McCandless 26e37dc76d avoid another synthetic access$NNN method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231788 13f79535-47bb-0310-9956-ffa450edef68
2012-01-15 23:02:39 +00:00
Michael McCandless 0e20759b0d avoid access synthetic methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231728 13f79535-47bb-0310-9956-ffa450edef68
2012-01-15 19:04:11 +00:00
Koji Sekiguchi 2125313a90 SOLR-2603: Encoding of alternate fields in highlighting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231665 13f79535-47bb-0310-9956-ffa450edef68
2012-01-15 13:50:55 +00:00
Yonik Seeley 2911bce99b fix thread safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231606 13f79535-47bb-0310-9956-ffa450edef68
2012-01-15 01:30:35 +00:00
Yonik Seeley f090ac33b0 SOLR-3037: When using binary format in solrj the codec screws up parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231564 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 19:09:52 +00:00
Robert Muir 046fd6682c move CHANGES entry to 3.x section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231553 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 18:28:36 +00:00
Robert Muir fbd34b4390 cleanups to 4.x CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231552 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 18:24:48 +00:00
Robert Muir fc57aa6a04 fix spacing and merge missing entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231545 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 18:19:58 +00:00
Yonik Seeley b2a0040e98 tests: silliness
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231526 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 16:59:36 +00:00
Yonik Seeley 2504985445 SOLR-3036: Ability to specify overwrite=false on the URL for XML updates.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231514 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 15:21:42 +00:00
Michael McCandless 5ca66287ea woops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231513 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 15:20:58 +00:00
Michael McCandless d584f6361d LUCENE-3685: add ToChildBlockJoinQuery, to join from parent to child
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231512 13f79535-47bb-0310-9956-ffa450edef68
2012-01-14 15:17:04 +00:00
Chris M. Hostetter b2de49f606 SOLR-2542: Fixed DIH Context variables which were broken for all scopes other then SCOPE_ENTITY
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231367 13f79535-47bb-0310-9956-ffa450edef68
2012-01-13 22:56:02 +00:00
Robert Muir 8b8c2b4dee LUCENE-3690: since this filter handles all kinds of bad partial and wierd input, this should be fine to enable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231272 13f79535-47bb-0310-9956-ffa450edef68
2012-01-13 19:46:30 +00:00
Michael McCandless 105d4ddad0 fix wrong FST javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231223 13f79535-47bb-0310-9956-ffa450edef68
2012-01-13 18:24:52 +00:00
Robert Muir 2ff4bdb04f enable assertions when executing various tools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231013 13f79535-47bb-0310-9956-ffa450edef68
2012-01-13 11:36:50 +00:00
Steven Rowe 9c628ea72b LUCENE-3305: Added IntelliJ IDEA configuration for the new Kuromoji analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230827 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 22:55:30 +00:00