James Dyer
|
33645d3764
|
Add license headers (SOLR-2382 new classes)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303811 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 14:45:16 +00:00 |
James Dyer
|
57c6955385
|
Add CHANGES.txt entry for SOLR-2382
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303797 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 14:29:29 +00:00 |
Robert Muir
|
c3305a50ff
|
add some more kuromoji javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303746 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 12:21:48 +00:00 |
Christian Moen
|
d2eebf9330
|
Fix for LUCENE-3897 (KuromojiTokenizer fails with large docs)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303739 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 11:41:54 +00:00 |
Robert Muir
|
a6fd306dfb
|
add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303738 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 11:33:45 +00:00 |
Dawid Weiss
|
0e3af80452
|
Don't print seed notes on assumption errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303578 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 21:28:13 +00:00 |
Dawid Weiss
|
9bff9fd790
|
Suppress stdouts from nested suites.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303570 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 21:00:05 +00:00 |
James Dyer
|
f3ffdf3a68
|
better messages when ScriptTransform fails on init (add back 1 exception ignore in case JVM doesn't support Rhino)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303568 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 20:55:17 +00:00 |
Steven Rowe
|
3e64aa58de
|
SOLR-3263: Stop including more than one servlet-api jar version in the test classpath in the Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303516 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 19:25:26 +00:00 |
Erick Erickson
|
115c1c1ecc
|
Added notes for SOLR-3221 (Thanks Greg Bowyer)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303511 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 19:16:53 +00:00 |
James Dyer
|
dfc345b5c7
|
SOLR-3260: better messages when ScriptTransform fails on init (remove Reflection in Trunk, JRE1.6+ assurred)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303470 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 17:22:13 +00:00 |
Uwe Schindler
|
acd6f46934
|
Fix fall-through warning and ensure all variables are initialized (by finalness) and default switch throwing runtimeex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303449 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 15:45:25 +00:00 |
Michael McCandless
|
1a191f4edc
|
LUCENE-3898: reset() was missing some state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303441 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 15:22:28 +00:00 |
Robert Muir
|
f3b90132c9
|
LUCENE-3899: don't rely upon DirectoryReader.indexExists to determine if we should checkIndex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303425 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 15:05:05 +00:00 |
Robert Muir
|
fb395f66a3
|
use MockTokenizer instead of WhitespaceTokenizer for better testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303382 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 13:10:38 +00:00 |
Robert Muir
|
3a4318dd06
|
LUCENE-3895: ensure we get a random seed if another thread throws uncaught exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303376 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 12:56:31 +00:00 |
Michael McCandless
|
595744089a
|
LUCENE-3896: CharacterUtils.fill must call Reader.read again if it only got a single high surrogate char on the first read
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303374 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 12:53:27 +00:00 |
Martijn van Groningen
|
1d642b3cd7
|
LUCENE-3444: Added a second pass grouping collector that keeps track of distinct values for a specified field for the top N group.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303370 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 12:41:06 +00:00 |
Stefan Matheis
|
a98decea1d
|
SOLR-3238: UI Improvments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303326 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 09:36:59 +00:00 |
Robert Muir
|
f75d40dad5
|
LUCENE-3894: try toning down for this tokenizer (it builds lots of tokens from the input treated as a path)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303276 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 04:30:11 +00:00 |
Robert Muir
|
1156de050f
|
LUCENE-3894: add large docs tests for more tokenizers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303273 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 03:59:14 +00:00 |
Robert Muir
|
dd7bfc78d9
|
LUCENE-3894: for tokenizers, add some tests for larger documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303258 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 02:54:07 +00:00 |
Chris M. Hostetter
|
85bba7eed7
|
SOLR-2959: edismax now respects the magic fields '_val_' and '_query_'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303256 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 02:32:48 +00:00 |
Robert Muir
|
3d73a3014e
|
LUCENE-3896: beef up TestDuelingAnalyzers for larger documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303253 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 01:52:22 +00:00 |
Robert Muir
|
8e6704fc20
|
LUCENE-3894: make the single-threaded checkRandomData private, and allow the multithreaded version to take and respect maxWordLength for more intense tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303246 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-21 01:23:24 +00:00 |
Martijn van Groningen
|
a25cb028e1
|
SOLR-3052: Added jdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303206 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 23:26:19 +00:00 |
Michael McCandless
|
c20242721f
|
LUCENE-3894: some tokenizers weren't reading all input chars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303193 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 23:02:37 +00:00 |
Steven Rowe
|
d5683bea96
|
Align javax.servlet:servlet-api version with the Ant build (under the lucene demo contrib)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303179 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 22:40:48 +00:00 |
Yonik Seeley
|
5855c9c54b
|
SOLR-3159: don't auto-scan for new webapps
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303064 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 18:09:37 +00:00 |
Robert Muir
|
b7a7e5a625
|
LUCENE-3889: remove unnecessary/unused base class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303026 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 17:28:26 +00:00 |
Michael McCandless
|
7f8076fefc
|
improve FST javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303025 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 17:28:23 +00:00 |
Michael McCandless
|
6d5dc112ad
|
add javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303015 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 17:14:58 +00:00 |
Martijn van Groningen
|
7c4c592e05
|
LUCENE-3890: Fixed NPE for grouped faceting on multi-valued fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303002 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 17:05:05 +00:00 |
James Dyer
|
f2544bdd3d
|
SOLR-3260: better messages when ScriptTransform fails on init
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302972 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 16:21:13 +00:00 |
James Dyer
|
255f763640
|
SOLR-2124: do not log stack trace for Service Disabled / 503
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302970 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 16:18:11 +00:00 |
Yonik Seeley
|
30f5ecb2f1
|
SOLR-3159: config jetty post form size, headers like prev version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302934 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 15:17:14 +00:00 |
Jan Høydahl
|
5648222e86
|
SOLR-2764: Fix testcase for minimal stemmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302872 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 13:12:39 +00:00 |
Jan Høydahl
|
09a7f85ea6
|
SOLR-2764: Removed CHANGES.txt.orig :)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302835 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 10:58:45 +00:00 |
Jan Høydahl
|
54d48eb98b
|
SOLR-2764: Create a NorwegianLightStemmer and NorwegianMinimalStemmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302833 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 10:57:50 +00:00 |
Robert Muir
|
7230d78fe9
|
spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302809 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 09:19:55 +00:00 |
Robert Muir
|
790323780f
|
basic javadocs improvements, mostly simple descriptions where the class had nothing before
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302752 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 02:09:25 +00:00 |
Steven Rowe
|
870c47f4d7
|
LUCENE-3885: When checking maven artifacts from an RC URL that doesn't name a release branch, instead of failing, find the POM templates in the local working copy the script is run from; also, (temporarily) stop requiring that maven artifacts are identical to their counterparts in the binary distribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302734 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 00:21:13 +00:00 |
Chris M. Hostetter
|
c800132d39
|
Links to posisble Errate on wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302729 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 00:00:13 +00:00 |
Robert Muir
|
4a2b1d974a
|
javadocs: add missing package.htmls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302713 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 23:20:25 +00:00 |
Uwe Schindler
|
c73356fb6c
|
LUCENE-3886: Use RAMUsageEstimator for memory estimations in MemoryIndex. Because of more precise calculations, results may differ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302709 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 23:15:23 +00:00 |
Yonik Seeley
|
a1538c6853
|
SOLR-2949: add sort by id to test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302661 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 21:22:56 +00:00 |
Yonik Seeley
|
7cc0e9683e
|
SOLR-2949: use a diff elevate file for distrib QEC test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302637 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 20:20:33 +00:00 |
Robert Muir
|
8e6f468ce1
|
sync 3.6 solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302611 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 19:30:47 +00:00 |
Robert Muir
|
181ae7edbe
|
sync 3.6 contrib/CHANGES.txt sections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302603 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 19:12:29 +00:00 |
Robert Muir
|
a6a6d43f37
|
sync 3.6 CHANGES.txt sections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302600 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-19 19:08:32 +00:00 |