Simon Willnauer
|
59476c30cf
|
LUCENE-4515: Make MemoryIndex more memory efficient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404946 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-02 12:28:14 +00:00 |
Michael McCandless
|
31bb796317
|
fix generics warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404822 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 23:03:10 +00:00 |
Michael McCandless
|
6af650b43f
|
cleanup TopNSearcher: don't copy same comparator instance in the paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404818 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 23:00:24 +00:00 |
Adrien Grand
|
3af2bcb68b
|
LZ4: improve test coverage.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404541 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 11:18:11 +00:00 |
Simon Willnauer
|
344f8f07e1
|
test-bug - o f*** random testing kicks in
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404524 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 10:01:17 +00:00 |
Alan Woodward
|
bebdb3707a
|
LUCENE-4520: ValueSource.getSortField() shouldn't throw IOException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404523 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 09:53:34 +00:00 |
Adrien Grand
|
bc80485d65
|
Fix test bug: over-allocation that causes an OOME.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404451 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 02:17:24 +00:00 |
Chris M. Hostetter
|
fcee466184
|
More tests, written to try and demonstrate SOLR-4020
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404318 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 19:51:03 +00:00 |
Adrien Grand
|
9aa9a5abb4
|
LUCENE-4509: New tests to try to break CompressingStoredFieldsFormat...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404275 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 18:01:00 +00:00 |
Martijn van Groningen
|
2e103d3555
|
LUCENE-4513: Fixed that deleted nested docs are scored into the parent doc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404248 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 16:56:48 +00:00 |
Michael McCandless
|
c898b44722
|
LUCENE-4521: make sure we commit new del file if tryDeleteDocument succeeds but IW has no other pending changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404229 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 16:22:53 +00:00 |
Adrien Grand
|
6c45b24b48
|
LUCENE-4512: Additional memory savings for CompressingStoredFieldsIndex.MEMORY_CHUNK.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404215 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 15:54:23 +00:00 |
Adrien Grand
|
4dc0972472
|
CompressingStoredFieldsFormat: s/uncompress/decompress/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404188 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 15:12:16 +00:00 |
Alan Woodward
|
85f92b37f3
|
SOLR-1972: Ignore metrics threads in JettyWebappTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404171 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 14:34:42 +00:00 |
Adrien Grand
|
b607097f35
|
Document document size limit for CompressingStoredFieldsFormat.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404156 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 14:16:07 +00:00 |
Simon Willnauer
|
d404fc7ad3
|
LUCENE-4511: TermsFilter might return wrong results if a field is not indexed or not present in the index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404129 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 13:22:03 +00:00 |
Alan Woodward
|
cdbb28458e
|
SOLR-1972: Ignore metrics threads in ResourceLoaderTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404047 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 09:14:39 +00:00 |
Dawid Weiss
|
847bb71cdf
|
SOLR-4007: Morfologik dictionaries not available in Solr field type
due to class loader lookup problems. (Lance Norskog, Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404042 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 09:04:04 +00:00 |
Dawid Weiss
|
f8d37b166f
|
Pass tests.timeoutSuite to junit4 if defined on command line or in user properties. This can be used to lower (or increase) the default timeout value. Example: -Dtests.timeoutSuite=5000! (5 seconds, note the exclamation mark -- this means to override the annotation defaults).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1404033 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 08:40:30 +00:00 |
Erick Erickson
|
99a7dbb949
|
Fixed a test case that was broken in Java7 by SOLR-1028
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403936 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 23:54:25 +00:00 |
Alan Woodward
|
9af47143be
|
Clean up after XMLUpdateRequestHandlerTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403803 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 17:50:19 +00:00 |
Tommaso Teofili
|
52ef9d2752
|
[LUCENE-4345] - adding kNN score as count / k but no need to retrieve it from the map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403799 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 17:42:37 +00:00 |
Tommaso Teofili
|
010c5f8d98
|
[LUCENE-4345] - adding kNN score as count / k for the most frequent class in results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403798 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 17:41:32 +00:00 |
Robert Muir
|
87f549a1f8
|
LUCENE-4514: Make Scorer.freq() well defined: number of matches in doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403782 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 17:05:33 +00:00 |
Michael McCandless
|
d8e44bd09d
|
LUCENE-3846: add new FuzzySuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403779 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 16:47:17 +00:00 |
Michael McCandless
|
7f7a0058e2
|
LUCENE-3846: fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403757 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 16:02:13 +00:00 |
Erick Erickson
|
472242dc8f
|
fixes for SOLR-1028, support for rapid core opening and closing. Part of SOLR-1293
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403710 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 14:15:44 +00:00 |
Robert Muir
|
3e20ad3616
|
LUCENE-4514: fold abstract PhraseScorer into its only subclass: SloppyPhraseScorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/cleanup2878@1403709 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 14:13:41 +00:00 |
Robert Muir
|
38bf19cdcf
|
LUCENE-4514: make scorer.freq() well defined: number of matches in doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/cleanup2878@1403702 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 13:56:23 +00:00 |
Robert Muir
|
2850821052
|
throwaway branch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/cleanup2878@1403701 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 13:55:22 +00:00 |
Alan Woodward
|
228ad7f439
|
SOLR-1972: Ignore metrics threads in SolrJ tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403667 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 11:19:32 +00:00 |
Alan Woodward
|
14f821624b
|
SOLR-1972: Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403641 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 09:01:14 +00:00 |
Adrien Grand
|
334a29ae9f
|
SOLR-1972: Add metrics-core JAR to eclipse classpath.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403639 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 08:50:35 +00:00 |
Alan Woodward
|
465d54eb82
|
SOLR-1972: Add metrics-core sha1 and license files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403638 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 08:38:26 +00:00 |
Steven Rowe
|
4156f1daa2
|
SOLR-1972: Maven configuration: add metrics-core dependency to solr-core POM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403610 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-30 03:45:02 +00:00 |
Alan Woodward
|
03ed8213cb
|
SOLR-1972: Add extra query stats to RequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403555 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 22:13:03 +00:00 |
Mark Robert Miller
|
7e65097905
|
raise test timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403490 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 20:42:03 +00:00 |
Mark Robert Miller
|
6c5fb54052
|
SOLR-4009: OverseerCollectionProcessor is not resiliant to many error conditions and can stop running on errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403480 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 20:25:22 +00:00 |
Michael McCandless
|
aa3eba3c77
|
LUCENE-3846: add changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403418 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 16:49:19 +00:00 |
Michael McCandless
|
b7f3311f8d
|
LUCENE-3846: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403416 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 16:46:57 +00:00 |
Michael McCandless
|
c9a38e3236
|
LUCENE-3846: remove allowSepEdit (it doesn't work); add test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403413 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 16:43:03 +00:00 |
Michael McCandless
|
bd8ef39a3b
|
LUCENE-3846: put comment back
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403410 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 16:41:32 +00:00 |
Mark Robert Miller
|
9370f3584f
|
SOLR-4005: If CoreContainer fails to register a created core, it should close it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403396 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 16:10:39 +00:00 |
Mark Robert Miller
|
7047994203
|
SOLR-4012 LeaderIntegrationTest sometimes hangs - ensure unique zk data dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403353 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 15:13:19 +00:00 |
Michael McCandless
|
961cf395a6
|
LUCENE-3846: merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403336 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 14:55:01 +00:00 |
Michael McCandless
|
83c7b92925
|
LUCENE-3846: resolve nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403334 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 14:50:20 +00:00 |
Mark Robert Miller
|
3a71167078
|
when we timeout waiting for recoveries to finish, print the zk cluster state and current stack traces for all threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403131 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-29 00:00:15 +00:00 |
Alan Woodward
|
dac9a06854
|
SOLR-4004: Improve Javadoc for SolrPing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403109 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-28 22:08:09 +00:00 |
Mark Robert Miller
|
2343f0d06a
|
more informative error msg in test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403056 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-28 18:04:23 +00:00 |
Mark Robert Miller
|
245133a3bd
|
raise test timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403033 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-28 16:13:30 +00:00 |