Michael McCandless
|
a15dd4b5cb
|
LUCENE-2674: improve interaction of MTQ & terms cache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002246 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 16:31:44 +00:00 |
Robert Muir
|
f5031a6b27
|
LUCENE-2167: cut over these analyzers also
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002221 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 15:33:22 +00:00 |
Robert Muir
|
dfed16f2fd
|
LUCENE-2667: Improve defaults for FuzzyQuery so it has good performance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002214 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 15:11:12 +00:00 |
Steven Rowe
|
3c26a9167c
|
LUCENE-2167: Implement StandardTokenizer with the UAX#29 Standard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002032 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 06:16:16 +00:00 |
Yonik Seeley
|
c562b10b2e
|
fix parsing of empty value source list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002002 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 03:51:14 +00:00 |
Koji Sekiguchi
|
6484cf7c29
|
LUCENE-2529, LUCENE-2668: always apply position increment gap and offset gap between values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001957 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 23:08:21 +00:00 |
Koji Sekiguchi
|
13ea7a89c7
|
LUCENE-2529, LUCENE-2668: always apply position increment gap and offset gap between values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001796 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 16:10:29 +00:00 |
Robert Muir
|
87496c7a6d
|
LUCENE-2672: speed up automaton seeking in nextString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001781 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 15:32:21 +00:00 |
Shai Erera
|
35c9c34ee3
|
removed unused CHANNEL_CHUNK_SIZE after FileChannel code was removed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001684 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 11:56:06 +00:00 |
Andrzej Bialecki
|
fa405589da
|
LUCENE-2638 Make HighFreqTerms.TermStats class public.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001664 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 10:32:27 +00:00 |
Michael McCandless
|
6e8fe1513c
|
LUCENE-2664: add SimpleText codec; fix -Dtests.seed to XX:YY format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001661 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 10:29:35 +00:00 |
Robert Muir
|
c5153a2364
|
LUCENE-2670: allow AutomatonTermsEnum to work on full bytes range
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001588 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 04:28:51 +00:00 |
Uwe Schindler
|
877e827489
|
LUCENE-2669: Fix NumericRangeQuery.NumericRangeTermsEnum sometimes seeks backwards. This also adds an assert to FilteredTermsEnum that seeking only goes forward.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001582 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 04:07:25 +00:00 |
Ryan McKinley
|
e071186aa3
|
LUCENE-2649 -- Adding a test to check for changing the parser.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001567 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 01:41:23 +00:00 |
Ryan McKinley
|
b849d518a0
|
LUCENE-2649, add svn:eol-style, some missing headers and expose the Parser and SortType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001534 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-26 22:00:58 +00:00 |
Michael McCandless
|
cddf318f8c
|
LUCENE-2666: add assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001420 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-26 12:46:20 +00:00 |
Michael McCandless
|
671a63fb49
|
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001419 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-26 12:44:26 +00:00 |
Yonik Seeley
|
5d01ed38c7
|
revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001320 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 21:25:39 +00:00 |
Yonik Seeley
|
745b3cbf9a
|
SOLR-2133: check garbage after func(s), allow parsing comma delimited list of functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001318 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 21:06:10 +00:00 |
Shai Erera
|
90ca407e77
|
removed Suppress(unused) which caused the build to fail when running with IBM Java 5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001315 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 20:55:36 +00:00 |
Ryan McKinley
|
aeab95d3af
|
LUCENE-2649: Objects in the FieldCache can optionally store valid Bits
Apologies for 'CTR' rather then 'RTC' -- we can always revert if I jumped the gun!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001303 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 19:32:37 +00:00 |
Koji Sekiguchi
|
ffe3bb6578
|
SOLR-1682: remove unused counter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001220 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 14:40:50 +00:00 |
Yonik Seeley
|
c1e2880e4a
|
SOLR-1568: add bbox, implement sfilt to restrict to dist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001129 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 03:19:49 +00:00 |
Grant Ingersoll
|
21ca796da8
|
SOLR-2125: add a fine grained distance test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001010 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 18:29:02 +00:00 |
Robert Muir
|
f8c0293d85
|
LUCENE-1840: QueryUtils should check that equals() properly handles null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001006 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 18:25:09 +00:00 |
Ryan McKinley
|
b20a4b7097
|
LUCENE-2493 -- fix test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000720 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 06:09:45 +00:00 |
Ryan McKinley
|
852419b026
|
LUCENE-2493 -- rename dev jar files to -SNAPSHOT.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000713 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 05:30:20 +00:00 |
Ryan McKinley
|
31b427d74a
|
trunk is spec version 4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000704 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 04:49:39 +00:00 |
Yonik Seeley
|
5bdde9b1d3
|
remove obsolete scorer methods, add @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000685 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 01:17:28 +00:00 |
Yonik Seeley
|
d46262e373
|
remove obsolete scorer methods, add @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000683 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 01:08:23 +00:00 |
Yonik Seeley
|
791d14061b
|
remove obsolete scorer methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000681 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 00:53:21 +00:00 |
Robert Muir
|
cce20cd820
|
LUCENE-2070: document how LengthFilter counts characters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000675 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 00:42:05 +00:00 |
Yonik Seeley
|
f6d18fc349
|
SOLR-1568: spatial - make sfilt fall back to request params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000597 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-23 19:59:55 +00:00 |
Michael McCandless
|
4761317a77
|
LUCENE-2658: add changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000581 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-23 18:58:01 +00:00 |
Grant Ingersoll
|
3f547a822e
|
SOLR-2125: change interpretation of bounding box to better fit user expectations on accuracy. fix issues with radians. add more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000428 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-23 12:29:40 +00:00 |
Robert Muir
|
f68b4b4adb
|
LUCENE-2659: LuceneTestCase ease of use improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000424 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-23 12:19:07 +00:00 |
Shai Erera
|
56ff0c11c2
|
FileBasedQueryMaker could add a null Query if the query failed to parse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000030 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 15:14:20 +00:00 |
Yonik Seeley
|
9cc4437578
|
SOLR-2128: full param substitution for function queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000000 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 14:48:10 +00:00 |
Koji Sekiguchi
|
aade8aaa95
|
fix typo in build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999984 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 14:37:21 +00:00 |
Michael McCandless
|
ae61750503
|
LUCENE-2658: fix case where exception on docs w/ more than field w/ tvs could mess up the ByteBlockPool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999842 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 09:44:49 +00:00 |
Michael McCandless
|
59d4f2c3ca
|
prevent false failure from running out of file descriptors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999545 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 19:04:26 +00:00 |
Yonik Seeley
|
bad321b625
|
solr example: doc that latlon type can't be multivalued
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999483 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 16:20:34 +00:00 |
Robert Muir
|
68ff68ca5f
|
SOLR-2108: Avoid false positive results when ReversedWildcardFilter is enabled
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999424 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 14:05:54 +00:00 |
Robert Muir
|
c89d2d3c3b
|
LUCENE-2650: Improve Windows defaults in FSDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999409 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 13:40:35 +00:00 |
Grant Ingersoll
|
2595c91906
|
remove todo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999378 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 12:57:23 +00:00 |
Robert Muir
|
d204e7331c
|
LUCENE-2650: Added extra safety to MMapIndexInput clones
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999223 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 05:04:19 +00:00 |
Yonik Seeley
|
3e3d6d61b8
|
solr spatial: use the radius passed (including units) instead of hard-coding to miles
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999175 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 01:10:37 +00:00 |
Yonik Seeley
|
b612b7f66c
|
solr example: _latlon name was misleading - it's not a latlon, it's a single coordinate in a latlon
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999152 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-20 22:36:48 +00:00 |
Yonik Seeley
|
0d416bc6e9
|
solr example: use trie on latlon for faster range queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999139 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-20 22:08:48 +00:00 |
Yonik Seeley
|
8a5368e80b
|
solr example: simplify spatial - use latlon by default for the location fieldtype
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999137 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-20 22:06:55 +00:00 |