Robert Muir
|
e6cc82f52c
|
fix this assertion, so the test isnt sensitive to the speed of your computer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963909 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-14 00:05:32 +00:00 |
Robert Muir
|
dace72be35
|
speed up test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963906 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 23:41:57 +00:00 |
Robert Muir
|
76de9537b1
|
speed up test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963888 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 22:31:49 +00:00 |
Robert Muir
|
0aacad6eca
|
SOLR-2002: make AbstractSolrTestCase extend LuceneTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963873 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 21:45:31 +00:00 |
Michael McCandless
|
2ec25eb81a
|
LUCENE-2536: fix IW.rollback to not apply buffered deletes against flushed segments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963781 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 16:17:10 +00:00 |
Michael McCandless
|
ed6406b8df
|
LUCENE-2130: fix performance issue with MultiTermEnum.seek when you seek just a bit ahead on each call (which AutomatonFuzzyTermsEnum does)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963751 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 15:03:07 +00:00 |
Robert Muir
|
02f76901ca
|
LUCENE-2532: randomize IndexWriter settings in search tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963720 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 14:21:46 +00:00 |
Michael McCandless
|
e0a831d49c
|
LUCENE-2531: fix string sort to only compare-by-value when necessary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963654 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 10:00:05 +00:00 |
Michael McCandless
|
fa7d244cee
|
LUCENE-2534: fix over-sharing bug in MultiTerms/Docs/AndPositionsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963538 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 00:12:17 +00:00 |
Michael McCandless
|
7dc191922c
|
LUCENE-2533: don't return dup Strings from FileSwitchDir.listAll
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963372 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-12 17:28:34 +00:00 |
Michael McCandless
|
9cfb3be57f
|
some corrections for flex migration, thanks to Andi Vajda
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962851 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-10 14:43:37 +00:00 |
Koji Sekiguchi
|
38672332d5
|
SOLR-1960: fix URL for Solr Wiki top page. This is a temporary treatment until INFRA-2251 is solved.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962747 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-10 02:50:51 +00:00 |
Grant Ingersoll
|
d4cc047abf
|
SOLR-1568: Spatial filtering support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962727 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-10 00:12:41 +00:00 |
Chris M. Hostetter
|
561e520c61
|
SOLR-1981: Solr will now fail correctly if solr.xml attempts to specify multiple cores that have the same name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962714 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-09 22:44:35 +00:00 |
Andrzej Bialecki
|
b2eb10239e
|
LUCENE-2373 Create a Codec to work with streaming and append-only filesystems.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962694 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-09 21:06:24 +00:00 |
Robert Muir
|
c5bc95a357
|
SOLR-1984: add HyphenationCompoundWordTokenFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@962555 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-09 15:20:51 +00:00 |
Mark Robert Miller
|
70d7eb1766
|
SOLR-1992: Remove abortOnConfigurationError from example solrconfig.xml as it no longer has any affect
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961943 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-08 21:21:45 +00:00 |
Mark Robert Miller
|
3adc87865b
|
SOLR-1991: The example target should work from a fresh checkout without running other targets first
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961941 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-08 21:17:24 +00:00 |
Koji Sekiguchi
|
7ad6c0b3b1
|
SOLR-1985: FastVectorHighlighter: add wrapper class for Lucene's SingleFragListBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961821 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-08 15:50:13 +00:00 |
Shai Erera
|
662059f219
|
LUCENE-2421: merge 3x to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961618 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-08 07:55:32 +00:00 |
Michael McCandless
|
0d31aa07b3
|
LUCENE-2410: correct CHANGES entry -- only 20% speedup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960719 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-05 22:36:42 +00:00 |
Koji Sekiguchi
|
c86c44481f
|
LUCENE-2464: FastVectorHighlighter: add SingleFragListBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-05 14:47:09 +00:00 |
Uwe Schindler
|
b4e98948a2
|
LUCENE-2516: Cary over changes to trunk (but they are inactive, as we have currently no backwards)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960494 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-05 09:19:51 +00:00 |
Uwe Schindler
|
0c333c60dd
|
LUCENE-2514: Term is no longer character based
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960484 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-05 08:33:25 +00:00 |
Uwe Schindler
|
36b388859a
|
Move changes up to correct place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960481 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-05 08:19:43 +00:00 |
Michael McCandless
|
0e631b8031
|
LUCENE-2517: improve changes-to-html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960374 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 18:14:31 +00:00 |
Uwe Schindler
|
e6e18a81f6
|
Generics Police: Fix unchecked warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960371 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 17:55:17 +00:00 |
Michael McCandless
|
a2d31510a1
|
LUCENE-2526: don't throw NPE from MultiPhraseQuery.toString if it has no terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960367 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 17:32:56 +00:00 |
Michael McCandless
|
14e13edd85
|
cutover TestSurrogates to use LuceneTestCase.VERBOSE instead of its own DEBUG; cutover to J4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960364 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 17:25:34 +00:00 |
Koji Sekiguchi
|
350ae952d7
|
LUCENE-2524: FastVectorHighlighter: use mod for getting colored tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960349 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 15:58:54 +00:00 |
Grant Ingersoll
|
5ba4331613
|
SOLR-1556: added per field capabilities to TermVectorComponent, also error msgs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960204 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-03 11:44:27 +00:00 |
Grant Ingersoll
|
f8056de0b0
|
Test some edge conditions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@960147 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-03 01:21:28 +00:00 |
Yonik Seeley
|
3dbdb50d92
|
formatting: make consistent with other clauses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959692 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-01 15:24:50 +00:00 |
Grant Ingersoll
|
83aca3b282
|
fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959689 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-01 15:00:40 +00:00 |
Grant Ingersoll
|
86ce79d6db
|
LUCENE-1810: added LATENT field selector option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959657 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-01 13:41:26 +00:00 |
Grant Ingersoll
|
c938fb5593
|
SOLR-1966: check two results instead of one
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959441 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-30 21:32:30 +00:00 |
Grant Ingersoll
|
d69d138e4c
|
SOLR-1966: QueryElevationComponent can now optionally return only the elevated results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959434 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-30 21:12:23 +00:00 |
Koji Sekiguchi
|
b2f3f2edff
|
SOLR-1974: add LimitTokenCountFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958303 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-27 00:45:12 +00:00 |
Uwe Schindler
|
52085fa44f
|
LUCENE-2480: Remove more dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958137 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-25 22:22:16 +00:00 |
Uwe Schindler
|
ffc358d0d5
|
fix wrong version number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@958068 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-25 18:41:57 +00:00 |
Mark Robert Miller
|
b36b0e1abd
|
Solr 1.4.1 release news
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957949 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-25 14:05:48 +00:00 |
Uwe Schindler
|
a9f79668fd
|
LUCENE-2438: We decided that bytes should never be null, so i changed the recently added external serialization methods to conform to this.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957926 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-25 12:52:52 +00:00 |
Michael McCandless
|
3ec2e75bd9
|
LUCENE-2513: don't overwrite future commits when opening past commit in writeable IndexReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957922 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-25 12:37:24 +00:00 |
Mark Robert Miller
|
f60e00504c
|
update doap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957914 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-25 12:21:36 +00:00 |
Michael McCandless
|
e1db7050a2
|
LUCENE-2513: don't overwrite future commits when IndexReader is opened on a past commit and then commits new changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957707 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-24 20:34:08 +00:00 |
Erik Hatcher
|
5242afe989
|
Some style improvements, from Ken Krugler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957634 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-24 17:08:53 +00:00 |
Michael McCandless
|
81aa382f24
|
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957557 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-24 14:37:29 +00:00 |
Michael McCandless
|
705dfee68c
|
LUCENE-2426: change index term sort order to unicode code point order (used to be UTF16 order)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957545 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-24 13:35:40 +00:00 |
Michael McCandless
|
f289f22125
|
LUCENE-2500: add DirectIOLinuxDirectory, a Linux-only (requires compiling .cpp JNI code per platform) which bypasses the buffer cache so segment merging does not evict cached files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957520 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-24 12:14:21 +00:00 |
Michael McCandless
|
50ab75baa3
|
LUCENE-2142: if FieldsCache.getStrings/Index is mis-used (more than 1 term per doc), stop loading once number of terms > number of docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957516 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-24 11:57:20 +00:00 |