Uwe Schindler
|
6f230c5e08
|
revert changes (will come in 3.x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029347 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-31 14:03:50 +00:00 |
Uwe Schindler
|
819344aeab
|
LUCENE-2732: Fix charset problems in XML loading in HyphenationCompoundWordTokenFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029345 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-31 13:56:46 +00:00 |
Michael McCandless
|
abffef82c7
|
LUCENE-2730: remove sync from TermsHash.abort (causes deadlock on earlier releases)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029333 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-31 13:22:12 +00:00 |
Robert Muir
|
0dd45398cf
|
SOLR-2200: improve DIH perf for large delta-import updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029325 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-31 12:45:07 +00:00 |
Michael McCandless
|
8aaab49058
|
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029096 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-30 15:25:49 +00:00 |
Michael McCandless
|
7a5901805b
|
LUCENE-2722: fix sep codec to store less in the terms dict
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029012 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-30 10:17:20 +00:00 |
Koji Sekiguchi
|
096538ed82
|
LUCENE-2616: move change comment to contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028983 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-30 04:08:13 +00:00 |
Yonik Seeley
|
584d68f2e0
|
docs: expand short-circuit explanation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028777 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-29 14:42:33 +00:00 |
Yonik Seeley
|
7b53bdf808
|
SOLR-2205: remove redundant grouping comparison
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028719 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-29 12:36:46 +00:00 |
Yonik Seeley
|
d4f2f62c42
|
SOLR-2205: Search Grouping - test for doc competitiveness before looking up group
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028464 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 20:38:19 +00:00 |
Grant Ingersoll
|
dd42b928c7
|
LUCENE-2728: fix id handling in EnwikiContentSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028386 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 17:04:26 +00:00 |
Yonik Seeley
|
e5aa5c8e89
|
LUCENE-2380: remove int cast that limited DocTerms to 2B
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028335 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 14:48:58 +00:00 |
Uwe Schindler
|
d1935be8b8
|
add missing changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028039 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 17:08:40 +00:00 |
Uwe Schindler
|
717c67ab7c
|
LUCENE-2719: Readded utility class org.apche.lucene.util.SorterTemplate with support for faster quickSort using pivot values and also merge sort and insertion sort. This removes code duplication and slow Collections/Arrays.sort usage.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027998 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 15:16:56 +00:00 |
Michael McCandless
|
2bf814d5b9
|
fix intermittant failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027991 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 15:00:52 +00:00 |
Uwe Schindler
|
07a5f01b26
|
add a note why we use this strange comparator for this test (and not the standard one)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027951 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 13:13:58 +00:00 |
Grant Ingersoll
|
c62a0192bc
|
SOLR-2178: Hook in result grouping, separate out into examples to declutter the screen a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027788 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 00:51:37 +00:00 |
Grant Ingersoll
|
0f52c2de16
|
SOLR-2178: Hook in Carrot2 clustering to /browse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027743 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-26 20:56:46 +00:00 |
Yonik Seeley
|
df1908187e
|
LUCENE-2566: QP unary operators +,-,! should not be followed by whitespace
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027690 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-26 19:14:53 +00:00 |
Yonik Seeley
|
a209a21d89
|
SOLR-2195: search grouping - fix MutableValue for sortable numeric types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027532 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-26 13:08:12 +00:00 |
Robert Muir
|
8b7abe6f1c
|
in tests, remove RegExp.toString abuse causing hudson fail, for example negated character classes are parsed as intersections but we have RegExp.INTERSECTION disabled in the test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027354 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-26 03:37:52 +00:00 |
Mark Robert Miller
|
b06f0b0b71
|
SOLR-1962: SolrCore#initIndex should not use a mix of indexPath and newIndexPath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027229 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-25 18:35:31 +00:00 |
Ryan McKinley
|
d2263013e9
|
SOLR-2194 -- calculate correct value for JoinDocFreqValueSource when using a SubReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027226 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-25 18:23:07 +00:00 |
Michael McCandless
|
e69d35f095
|
SimpleText codec doesn't have to be added by LuceneTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027036 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-25 10:40:52 +00:00 |
Yonik Seeley
|
40214cf103
|
SOLR-2192: sync runners in StreamingUpdateSolrServer.blockUntilFinished
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026882 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 20:41:32 +00:00 |
Yonik Seeley
|
9c7336c45c
|
SOLR-2162: tests should use multi-threaded connection manager
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026868 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 19:10:10 +00:00 |
Yonik Seeley
|
af9e49cf88
|
SOLR-2160: tests - use classloader from core's resource loader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026841 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 17:28:30 +00:00 |
Koji Sekiguchi
|
f3a9836468
|
SOLR-2190: slashdot sample: xpath not match
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026823 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 15:29:39 +00:00 |
Yonik Seeley
|
5150971448
|
example: update to reflect new sortMissingLast
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026822 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 15:23:42 +00:00 |
Mark Robert Miller
|
3fc24d327e
|
fix previous - added false to wrong SolrException (had no affect)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026799 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 13:39:30 +00:00 |
Mark Robert Miller
|
026dc77556
|
don't say logged = true if you havn't logged the solrexception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026783 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 13:01:45 +00:00 |
Mark Robert Miller
|
f89acfbc20
|
remove invalid nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026767 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 11:31:22 +00:00 |
Michael McCandless
|
f14690e2fd
|
remove another nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026759 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 11:03:35 +00:00 |
Michael McCandless
|
f2b2481c14
|
I am the nocommit policeman
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026756 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 10:50:45 +00:00 |
Koji Sekiguchi
|
a813e53adf
|
fix indent in DIH sample
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026738 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-24 04:37:57 +00:00 |
Shai Erera
|
2ff0b11aaf
|
LUCENE-2721: port from 3x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026615 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-23 13:21:06 +00:00 |
Yonik Seeley
|
fe1d16ee68
|
tests: close writer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026610 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-23 12:21:21 +00:00 |
Yonik Seeley
|
ac71187c4e
|
tests: close writer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026606 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-23 12:11:19 +00:00 |
Yonik Seeley
|
c74daf63d1
|
LUCENE-995: QP treats * as open end in range
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026602 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-23 11:30:51 +00:00 |
Michael McCandless
|
82126d5341
|
LUCENE-2618: allow optimize to complete during IW.close, take 2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026592 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-23 10:06:40 +00:00 |
Yonik Seeley
|
d42f977a67
|
tests: convert to Junit4, cut down config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026542 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-23 01:30:15 +00:00 |
Yonik Seeley
|
c8c9ee2cb2
|
LUCENE-996: QP: mixed inclusive/exclusive endpoints for ranges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026489 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 20:40:08 +00:00 |
Yonik Seeley
|
abbfc101e3
|
tests: fail if closes != opens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026460 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 19:38:22 +00:00 |
Grant Ingersoll
|
16c09f48ab
|
SOLR-2187: Add support for directly instantiating MMapDirectory, SimpleFSDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026456 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 19:25:20 +00:00 |
Grant Ingersoll
|
19186b0c76
|
SOLR-2187: Add support for directly instantiating MMapDirectory, SimpleFSDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026446 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 18:49:12 +00:00 |
Michael McCandless
|
ceb8db5bb5
|
LUCENE-2618: revert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026431 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 17:57:38 +00:00 |
Michael McCandless
|
25828363ec
|
LUCENE-2618: make sure optimize merge complete even if a close is pending
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026336 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 14:13:54 +00:00 |
Yonik Seeley
|
8b4c80f04b
|
LUCENE-2718: pull java code out of the QP .jj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026331 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 14:04:21 +00:00 |
Robert Muir
|
e999b25d05
|
LUCENE-2717: add an explicit test for this
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026319 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 13:31:08 +00:00 |
Yonik Seeley
|
ef148517f4
|
debugging: solrHome isn't set yet when this is logged
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026318 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 13:27:04 +00:00 |