Uwe Schindler
|
18533af348
|
LUCENE-2858: Fix Javadoc warnings, still missing some text for new classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1238026 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-30 21:45:08 +00:00 |
Uwe Schindler
|
9a6e69cf8d
|
LUCENE-2858: Add a workaround for the broken PayloadProcessorProvider API that behaves like before our change (IR.directory() threw UOE for all non-directory based readers). I will open an issue to make PayloadProcessorProvider to get an AtomicReader instance as selection criteria for the processor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237692 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-30 14:56:02 +00:00 |
Uwe Schindler
|
721de54e8c
|
LUCENE-2858: Fix facets module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237618 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-30 12:19:21 +00:00 |
Uwe Schindler
|
bfa1dec595
|
LUCENE-2858: Move the ReaderContexts out of their enclosing classes and make top-level classes. Makes import statements not so verbose and its much easier to understand. Prevent subclassing of IndexReader and IndexReaderContext directly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237596 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-30 10:46:30 +00:00 |
Uwe Schindler
|
20fde71669
|
LUCENE-2858: Hide ReaderContext ctors for users. You should only get top contexts from the reader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237512 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-30 00:35:08 +00:00 |
Uwe Schindler
|
2d4c738067
|
LUCENE-2858: Rename AtomicIndexReader -> AtomicReader, CompositeIndexReader -> CompositeReader. Contexts not yet changed!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237508 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 23:50:54 +00:00 |
Uwe Schindler
|
10ba9abeb2
|
Reverse merged revision(s) from lucene/dev/trunk up to 1237502
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237505 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 23:19:05 +00:00 |
Michael McCandless
|
d1165b1972
|
LUCENE-3725: add optional packing to FSTs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237500 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 22:48:45 +00:00 |
Robert Muir
|
adf080e451
|
LUCENE-2858: fix benchmarks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237335 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 16:42:21 +00:00 |
Robert Muir
|
acefe212c1
|
LUCENE-2858: fix modules facet (partially)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237330 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 16:34:57 +00:00 |
Robert Muir
|
4ef047b892
|
LUCENE-2858: fix grouping module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237325 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 16:24:30 +00:00 |
Robert Muir
|
f38af41141
|
LUCENE-2858: fix join module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237321 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 16:03:40 +00:00 |
Robert Muir
|
45c377007f
|
LUCENE-2858: fix queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237320 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 16:00:32 +00:00 |
Robert Muir
|
6d4484cb4a
|
LUCENE-2858: fix qp module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237314 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 15:25:35 +00:00 |
Robert Muir
|
1906da16d0
|
LUCENE-2858: fix spellchecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237313 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 15:17:43 +00:00 |
Robert Muir
|
d7fe56ddae
|
LUCENE-2858: fix analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2858@1237312 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-29 15:16:04 +00:00 |
Steven Rowe
|
97d62cc383
|
Fix offset array assertion off-by-one
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236912 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 22:43:48 +00:00 |
Robert Muir
|
f640687877
|
LUCENE-3720: add warning+experimental and disable test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236341 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 18:26:07 +00:00 |
Martijn van Groningen
|
5644c6aa18
|
LUCENE-3602: Fixed documentation error.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236143 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 11:21:26 +00:00 |
Robert Muir
|
a2443fa4ff
|
missing license headers in suggest package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236012 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 01:10:31 +00:00 |
Shai Erera
|
640741783d
|
minor jdoc fixes for PerfTask
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235714 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-25 10:42:00 +00:00 |
Robert Muir
|
6edfe4f157
|
LUCENE-3717: add tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235199 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-24 10:40:46 +00:00 |
Robert Muir
|
35a73d5f55
|
LUCENE-3717: fix broken offsets in ngramtokenizers, and check return value of Reader.read
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235187 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-24 09:50:21 +00:00 |
Robert Muir
|
7fafdd3576
|
LUCENE-3717: add checkRandomData to more analyzers and fix more offsets bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234850 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 15:19:58 +00:00 |
Steven Rowe
|
059410d424
|
LUCENE-3690: fix handling of unpaired numeric character entity UTF-16 surrogates to output U+FFFD REPLACEMENT CHARACTER; and add handling of properly paired numeric character entity UTF-16 surrogates, to output the corresponding pair of code units.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234687 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 07:36:38 +00:00 |
Robert Muir
|
c754c1c9c8
|
LUCENE-3717: add better offsets testing to BaseTokenStreamTestCase, fix offsets bugs in ThaiWordFilter and ICUTokenizer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234652 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 00:08:52 +00:00 |
Robert Muir
|
a7cfee6b07
|
SOLR-2891: fix CompoundWordTokenFilter to not create invalid offsets when the length of the text was changed by a previous filter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234546 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-22 16:41:06 +00:00 |
Steven Rowe
|
f3a363708f
|
LUCENE-3690: Re-implemented HTMLStripCharFilter as a JFlex-generated scanner. Fixes LUCENE-2208, SOLR-882, and SOLR-42.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234452 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-22 05:20:46 +00:00 |
Shai Erera
|
17fe719bb5
|
LUCENE-3703: Calling DirectoryTaxonomyReader.refresh() could mess up reference counting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234451 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-22 05:14:45 +00:00 |
Uwe Schindler
|
af9b4d816f
|
LUCENE-3671: Add TypeTokenFilter that filters tokens based on their TypeAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234396 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-21 19:02:44 +00:00 |
Martijn van Groningen
|
ac8befe5c3
|
LUCENE-3602: Fixed some typos.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233918 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-20 14:15:42 +00:00 |
Robert Muir
|
dea4b911da
|
LUCENE-3646: throw exception for fieldcache on non-atomic reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232444 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 15:34:43 +00:00 |
Robert Muir
|
e869b1fbf7
|
LUCENE-3700: give enough ram so that you can build naist-jdic with java 5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232274 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 02:27:31 +00:00 |
Robert Muir
|
f562a8a0dc
|
LUCENE-3700: optionally support naist-jdic for kuromoji
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232268 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 02:20:24 +00:00 |
Robert Muir
|
48c01e5a2b
|
LUCENE-3699: share baseform with surface and flag if the reading can be computed from surface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232265 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 02:12:27 +00:00 |
Robert Muir
|
c902f63125
|
unbreak clover/nightly builds until we do this right
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232254 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 01:37:28 +00:00 |
Martijn van Groningen
|
ac6679a7b6
|
- Added licence and notice files to join module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232228 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 23:31:57 +00:00 |
Martijn van Groningen
|
6d4f6b0978
|
- Removed changes.txt from grouping module and moved the entries to the changes.txt in Lucene contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232227 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 23:30:16 +00:00 |
Martijn van Groningen
|
7cdb8028c1
|
LUCENE-3602: Added query time joining.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232223 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 23:16:35 +00:00 |
Robert Muir
|
12c9b8b4bf
|
LUCENE-3699: simplify dictionary access and reduce tokeninfodictionary 1.5MB
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232120 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 19:19:48 +00:00 |
Robert Muir
|
354a3be78f
|
LUCENE-3696: fix dictionary construction to work on java5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232012 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-16 14:50:09 +00:00 |
Michael McCandless
|
87bc4521c2
|
LUCENE-3695: move some confusing FST sugar out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231795 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:25:38 +00:00 |
Michael McCandless
|
11f33ee521
|
LUCENE-3684: add offsets to postings APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231794 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:17:45 +00:00 |
Michael McCandless
|
9de01b56eb
|
LUCENE-3453: simplify DocValues/Field API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231791 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-15 23:05:13 +00:00 |
Robert Muir
|
fbd34b4390
|
cleanups to 4.x CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231552 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 18:24:48 +00:00 |
Yonik Seeley
|
b2a0040e98
|
tests: silliness
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231526 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 16:59:36 +00:00 |
Michael McCandless
|
5ca66287ea
|
woops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231513 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 15:20:58 +00:00 |
Michael McCandless
|
d584f6361d
|
LUCENE-3685: add ToChildBlockJoinQuery, to join from parent to child
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231512 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 15:17:04 +00:00 |
Robert Muir
|
8b8c2b4dee
|
LUCENE-3690: since this filter handles all kinds of bad partial and wierd input, this should be fine to enable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231272 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-13 19:46:30 +00:00 |
Robert Muir
|
2ff4bdb04f
|
enable assertions when executing various tools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231013 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-13 11:36:50 +00:00 |