Anshum Gupta
|
b820bf78f3
|
SOLR-5986: Add an ExitableDirectoryReader in Lucene and use that to support exiting of long running queries in Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627622 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-25 19:42:07 +00:00 |
Ryan Ernst
|
8d885e4fb0
|
LUCENE-5971: Create addBackcompatIndexes.py script to build and add backcompat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627419 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-24 20:48:57 +00:00 |
Ryan Ernst
|
85bf318173
|
LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627178 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 23:51:55 +00:00 |
Ryan Ernst
|
07e00b4ffb
|
LUCENE-5974: Add check that backcompat indexes use default codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627158 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-23 20:47:14 +00:00 |
Ryan Ernst
|
98060ec0f5
|
LUCENE-5972: IndexFormatTooOldException and IndexFormatTooNewException now extend from IOException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626914 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 22:49:46 +00:00 |
Ryan Ernst
|
c599b96748
|
LUCENE-5962: Rename diffSources.py to createPatch.py and make work it work with all text file types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626890 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-22 20:46:08 +00:00 |
Michael McCandless
|
cc2a2bf0b0
|
merge forward 4.9.1's CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626571 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-21 11:21:21 +00:00 |
Michael McCandless
|
4725d21a56
|
LUCENE-5948: RateLimiter fully inits itself on init
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626556 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-21 09:51:18 +00:00 |
Michael McCandless
|
f8a74cb587
|
LUCENE-5952: better error messages when version fails to parse; use simpler string tokenizer; don't check major versions at such a low level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626550 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-21 09:44:11 +00:00 |
Robert Muir
|
96190d0864
|
sync changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626373 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-20 00:32:54 +00:00 |
Robert Muir
|
8310bd892c
|
LUCENE-5965: CorruptIndexException requires a String or DataInput resource
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626372 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-20 00:25:48 +00:00 |
Michael McCandless
|
1c2918f66d
|
LUCENE-5963: more efficient AnalyzingSuggester.replaceSep
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626241 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 15:04:13 +00:00 |
Michael McCandless
|
abc0272884
|
LUCENE-4246: clarify IW.close change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626152 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 09:11:17 +00:00 |
Michael McCandless
|
c7356f6456
|
LUCENE-5959: add CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626001 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 14:45:48 +00:00 |
Michael McCandless
|
0bf7d74eac
|
LUCENE-5960: move CHANGES entry under 5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625998 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 14:43:29 +00:00 |
Uwe Schindler
|
002860d524
|
LUCENE-5944: Bump version in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625976 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 13:37:14 +00:00 |
Michael McCandless
|
6e6aa0b2ac
|
LUCENE-5960: Use a more efficient bitset, not a Set<Integer>, to track visited states
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625965 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-18 13:14:10 +00:00 |
Robert Muir
|
7a876d8865
|
LUCENE-5958: OOM or exceptions during checkpoint make IndexWriter have a bad day
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625853 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 23:39:42 +00:00 |
Ryan Ernst
|
bcf58db693
|
LUCENE-5957: Add option for tests to not randomize codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625812 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 20:39:04 +00:00 |
Robert Muir
|
e73e624af5
|
LUCENE-5949: Add Accountable.getChildResources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625275 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 13:26:55 +00:00 |
Steven Rowe
|
16c7802f29
|
LUCENE-5820: SuggestStopFilter should have a factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625193 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 00:21:29 +00:00 |
Robert Muir
|
9d80c17a57
|
Change SimpleFSDirectory to use newByteChannel
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624868 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-14 16:16:39 +00:00 |
Robert Muir
|
3eb66fb19c
|
LUCENE-5945: Full cutover to Path api from java.io.File
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624784 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-13 21:46:29 +00:00 |
Ryan Ernst
|
d6f52ec238
|
LUCENE-5939: Add changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624661 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-12 22:24:58 +00:00 |
Shai Erera
|
a9c59d3323
|
LUCENE-5933: add FilterSpans
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624327 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-11 16:14:55 +00:00 |
Ryan Ernst
|
f950b7b97c
|
LUCENE-5936: Add backcompat checks to verify what is tested matches known versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624326 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-11 16:10:02 +00:00 |
Robert Muir
|
bb0256f260
|
LUCENE-5925: use rename instead of segments_N fallback/segments.gen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624194 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-11 05:04:06 +00:00 |
Uwe Schindler
|
3b6c7f4172
|
Fix over-long CHANGES.txt line.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624151 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-10 22:18:56 +00:00 |
Uwe Schindler
|
2e940c0fb8
|
LUCENE-5934: Add Ian Lea to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624146 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-10 22:14:02 +00:00 |
Uwe Schindler
|
031fc7d167
|
Merged revision(s) 1624073 from lucene/dev/branches/branch_4x:
LUCENE-5934: Fix backwards compatibility for 4.0 indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624089 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-10 18:21:16 +00:00 |
Adrien Grand
|
190fd083a3
|
LUCENE-5922: DocValuesDocIdSet is not cacheable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623345 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-08 09:59:35 +00:00 |
Ryan Ernst
|
e1e1997604
|
LUCENE-5902: Add bumpVersion.py script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622546 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-04 19:58:53 +00:00 |
Robert Muir
|
3604769c3a
|
LUCENE-5906: Use Files.delete everywhere instead of File.delete
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622506 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-04 15:56:25 +00:00 |
Michael McCandless
|
c84af3d08a
|
LUCENE-5919: fix IndexWriter exception handling when calling IndexFileDeleter.decRef
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622279 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-03 15:26:03 +00:00 |
Robert Muir
|
7e69874ea5
|
LUCENE-5915: remove pulsing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621961 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-02 11:24:24 +00:00 |
Robert Muir
|
ec0a99552d
|
LUCENE-5858: Move back compat codecs out of core to their own jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621960 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-02 11:14:38 +00:00 |
Erick Erickson
|
89658f13cc
|
LUCENE-5916: Static scope test components should be consistent between tests (and test iterations)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621889 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-01 21:22:47 +00:00 |
Uwe Schindler
|
9cba8eb45f
|
LUCENE-5909: Smoke tester now has better command line parsing and optionally also runs on Java 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621473 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-30 15:48:16 +00:00 |
Michael McCandless
|
7a189a3aca
|
LUCENE-5904: fix corruption case caused by virus checker after an unclean IW shutdown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621389 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-29 21:14:15 +00:00 |
Ryan Ernst
|
c5dd7783a3
|
LUCENE-5908: Fix Lucene43NGramTokenizer to be final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620759 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-26 23:17:49 +00:00 |
Ryan Ernst
|
f566386416
|
LUCENE-5900: More Version cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620509 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-26 05:19:34 +00:00 |
Robert Muir
|
81d734b11b
|
LUCENE-5123, LUCENE-5268: move CHANGES 5.0 -> 4.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620252 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-25 01:57:33 +00:00 |
Ryan Ernst
|
c04d56c183
|
LUCENE-5650: Move changes entry to reflect backport to 4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620056 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-23 17:25:57 +00:00 |
Ryan Ernst
|
6baba7fb43
|
LUCENE-5672,LUCENE-5897,LUCENE-5400: move changes entry to 4.10.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619840 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 15:32:13 +00:00 |
Steven Rowe
|
acf9242850
|
LUCENE-5897, LUCENE-5400: JFlex-based tokenizers StandardTokenizer and UAX29URLEmailTokenizer tokenize extremely slowly over long sequences of text partially matching certain grammar rules. The scanner default buffer size was reduced, and scanner buffer growth was disabled, resulting in much, much faster tokenization for these text sequences.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619730 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 10:19:06 +00:00 |
Robert Muir
|
ef0f56211d
|
LUCENE-5672: Fix addIndexes to call maybeMerge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619642 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 01:20:41 +00:00 |
Michael McCandless
|
4a485d6877
|
LUCENE-5889: add commit method to AnalyzingInfixSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619635 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 00:07:15 +00:00 |
Michael McCandless
|
1d5d73eefc
|
LUCENE-5985: add id for each segment and commit to aid replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619620 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 22:58:30 +00:00 |
Ryan Ernst
|
ad2fbb19ae
|
Add 4.11 to changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619475 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 16:26:51 +00:00 |
Ryan Ernst
|
c7b3050ca6
|
LUCENE-5859: Update changes entry to reflect backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619466 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 16:06:24 +00:00 |