Mark Harwood
|
c00b260ecf
|
Added fix to QueryScorer - if a query has multiple WeightedTerms with different weights for the same term the highest weight is used for scoring that term (previously selected last weight in list)
SimpleHTMLEncoder now encodes characters outside of ASCII range as character entities as per suggestion here: http://issues.apache.org/bugzilla/show_bug.cgi?id=36333
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@279088 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-06 20:19:50 +00:00 |
Mark Harwood
|
f6b07dabe8
|
Changed TokenGroup.isDistinct after problems reported with JapaneseAnalyzer (no gaps between tokens)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@279078 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-06 19:38:12 +00:00 |
Mark Harwood
|
7894a0c0c0
|
Added (simple) SpanQuery support - matches any terms declared in Spans - proper impl should check for distances
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@208673 13f79535-47bb-0310-9956-ffa450edef68
|
2005-06-30 20:09:58 +00:00 |
Mark Harwood
|
07cee0b287
|
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@179637 13f79535-47bb-0310-9956-ffa450edef68
|
2005-06-02 20:27:06 +00:00 |
Mark Harwood
|
12a91b4395
|
Fixed bug where docs larger than maxDocBytesToAnalyze would cause last fragment to be sized as remainder of doc (which could be huge).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@168452 13f79535-47bb-0310-9956-ffa450edef68
|
2005-05-05 22:40:45 +00:00 |
Erik Hatcher
|
c3847f26ea
|
overhaul of build system to facilitate building and packaging of contrib sub-projects. some work still to be done, but core Lucene build still working fine
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@165566 13f79535-47bb-0310-9956-ffa450edef68
|
2005-05-02 00:11:11 +00:00 |
Mark Harwood
|
fdf05bd088
|
Fixed missing fieldname in API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154447 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-19 19:51:04 +00:00 |
Daniel Naber
|
05d0335dcd
|
offer additional methods that take analyzer + text instead of tokenstream; fix some unused imports and variables
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154444 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-19 19:08:52 +00:00 |
Daniel Naber
|
335c1567d8
|
remove empty "@return" tags so javadoc stops complaining; small whitespace cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154083 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-16 20:37:57 +00:00 |
Daniel Naber
|
45864d1c9c
|
clean up imports, remove unused variables and remove the declaration of an Exception that was never thrown
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154080 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-16 20:20:15 +00:00 |
Mark Harwood
|
276ab079f5
|
Added Nicko Cadell's Encoder contribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151622 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-06 21:31:54 +00:00 |
Mark Harwood
|
b1555b0bbf
|
Test SVN Commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151615 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-06 18:12:57 +00:00 |
Erik Hatcher
|
0955eef89f
|
move parts of the sandbox over to contrib area
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151459 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-05 01:25:43 +00:00 |