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 |
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
|
cd372bdc83
|
LUCENE-3305: add Kuromoji Japanese morphological analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230748 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-12 20:10:48 +00:00 |
Simon Willnauer
|
3b8458f6de
|
use TEST_VERSION_CURRENT instead of 4_0 in test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1229523 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-10 12:46:38 +00:00 |
Simon Willnauer
|
f19317d318
|
SOLR-3020: Add KeywordAttribute support to HunspellStemFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1229519 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-10 12:33:29 +00:00 |
Michael McCandless
|
cdb2ee8a7b
|
LUCENE-3679: replace IR.getFieldNames with IR.getFieldInfos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1229401 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-09 22:29:40 +00:00 |
Michael McCandless
|
defd51a11b
|
fix syn test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1228704 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-07 19:28:07 +00:00 |
Michael McCandless
|
ed9f0fd5ef
|
LUCENE-3668: if there's only 1 output for a synonym rule then set start/endOffset to match the full span of the input tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1228650 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-07 16:26:15 +00:00 |
Steven Rowe
|
76d1662cb7
|
- Added license declaration
- Removed unused 'length' param to combine()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225615 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-29 18:53:10 +00:00 |
Robert Muir
|
b2970db4bc
|
LUCENE-2906: filter to process output of Standard/ICUTokenizer and create overlapping bigrams for CJK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225433 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-29 05:04:49 +00:00 |
Robert Muir
|
a55f511a77
|
LUCENE-3650: move o.a.l.index.codecs to o.a.l.codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1215245 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-16 19:03:12 +00:00 |
Robert Muir
|
18febd69e4
|
LUCENE-2208: improve charfilter offset testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1215038 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-16 04:37:47 +00:00 |
Steven Rowe
|
60929a5adb
|
LUCENE-3645: Remove unnecessary array wrapping when calling varargs methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1214413 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 19:15:47 +00:00 |
Robert Muir
|
7dc025bdce
|
LUCENE-3642: fix invalid offsets from CharTokenizer, [Edge]NGramFilters, SmartChinese, add sanity check to BaseTokenStreamTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1213329 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-12 17:28:09 +00:00 |
Robert Muir
|
3899e18ca3
|
LUCENE-3640: Remove IndexSearcher.close
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1213117 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-12 00:21:40 +00:00 |
Uwe Schindler
|
905a0f211c
|
LUCENE-3606: Make IndexReader really read-only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212292 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 09:13:39 +00:00 |
Robert Muir
|
9b15b1d3b0
|
consolidate assumes in ThaiAnalyzer test so we don't miss it for individual tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212141 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-08 21:47:12 +00:00 |
Robert Muir
|
3843ac5b8b
|
LUCENE-3606: fix more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210308 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-05 01:59:11 +00:00 |
Michael McCandless
|
961b820e53
|
LUCENE-2929: specify up front if you need freqs from DocsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210176 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-04 18:50:58 +00:00 |
Chris M. Hostetter
|
3ed5106920
|
SOLR-2819: Improved speed of parsing hex entities in HTMLStripCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208032 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-29 19:15:54 +00:00 |
Robert Muir
|
7f766cf603
|
LUCENE-3590: nuke BytesRef.utf8ToChars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206174 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-25 13:55:41 +00:00 |
Robert Muir
|
3b6da22aa7
|
LUCENE-3590: clearly mark bogus deep-copying apis in BytesRef
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206143 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-25 12:50:13 +00:00 |
Robert Muir
|
873f199924
|
LUCENE-2621: move TermVectors,FieldInfos,SegmentInfos to codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1202842 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-16 19:09:35 +00:00 |
Robert Muir
|
598920d7bd
|
LUCENE-3571: nuke IndexSearcher(Directory)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1202657 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-16 12:19:41 +00:00 |
Simon Willnauer
|
ee293e7e7d
|
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1200111 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-10 03:32:33 +00:00 |
Simon Willnauer
|
dc6b4b6533
|
LUCENE-2564: Cut over WordListLoader to CharArrayMap/Set and use CharSetDecoder to detect encoding problems early
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1200080 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-10 01:21:25 +00:00 |
Robert Muir
|
fa6500fa6c
|
LUCENE-3490: restructure codec hierarchy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197603 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-04 15:43:35 +00:00 |
Uwe Schindler
|
a91efbedd1
|
LUCENE-3530: Remove deprecated methods in CompoundTokenFilters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188613 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-25 11:31:16 +00:00 |
Uwe Schindler
|
ec186e7280
|
LUCENE-3508: Decompounders based on CompoundWordTokenFilterBase can now be used with custom attributes. All those attributes are preserved and set on all added decompounded tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188597 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-25 10:44:36 +00:00 |
Robert Muir
|
f21ac2f58c
|
LUCENE-3301: add workaround for jre breakiterator bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1187900 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-23 14:55:25 +00:00 |
Robert Muir
|
9ba4ce2ed5
|
javadocs fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1182505 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-12 18:20:41 +00:00 |
Jan Høydahl
|
22dcd39d9e
|
SOLR-2792: Allow case insensitive Hunspell stemming
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1179459 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 22:08:55 +00:00 |
Michael McCandless
|
ec2b654231
|
LUCENE-3477: add explicit breaks in jflex sources so we don't hit compiler warnings; fix a couple other warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1177723 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-30 16:23:24 +00:00 |
Christopher John Male
|
8d28270460
|
LUCENE-3470: Changed Field constructor signatures order to value, fieldtype
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176773 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-28 08:07:16 +00:00 |
Christopher John Male
|
67c13bd2fe
|
LUCENE-3455: Renamed Analyzer.reusableTokenStream to Analyzer.tokenStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1176728 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-28 05:26:54 +00:00 |
Christopher John Male
|
0bed3142bb
|
LUCENE-3455: Test Analysis consumers now use reusableTokenStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175670 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-26 04:58:48 +00:00 |
Christopher John Male
|
4ff0b2f82c
|
LUCENE-3396: Collapsing Analyzer and ReusableAnalyzerBase together, mandating use of TokenStreamComponents
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175297 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-25 05:10:25 +00:00 |
Christopher John Male
|
318911200d
|
LUCENE-3434: Removed state changing setters in ShingleAnalyzerWrapper and PerFieldAnalyzerWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170942 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-15 03:21:17 +00:00 |
Christopher John Male
|
94028fe11a
|
LUCENE-3431: Removed deprecated addStopwords methods in QueryAutoStopWordAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170424 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 03:33:50 +00:00 |
Christopher John Male
|
3597bc4bf4
|
LUCENE-3396: Converted simple Analyzers which got lost in merging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169654 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 09:00:42 +00:00 |
Christopher John Male
|
4c5606ee29
|
LUCENE-3396: Converted most Analyzers over to using ReusableAnalyzerBase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169607 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 05:50:26 +00:00 |
Robert Muir
|
a027a35583
|
nocommit -> TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169474 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-11 16:39:59 +00:00 |
Christopher John Male
|
e3172b9239
|
LUCENE-3414: Added Hunspell for Lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167467 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-10 06:00:39 +00:00 |
Robert Muir
|
128aaf8387
|
LUCENE-3410: move changes to 3.5 and nuke deprecated code in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166770 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-08 15:56:01 +00:00 |
Robert Muir
|
b265d499f2
|
LUCENE-3417: DictionaryCompoundWordFilter did not properly add tokens from the end compound word
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166728 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-08 14:59:15 +00:00 |
Christopher John Male
|
4b44bd7d83
|
LUCENE-3410: Deprecated multi-int constructors in WordDelimiterFilter. Now uses int bitfield
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165995 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-07 04:43:10 +00:00 |