Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
LUCENE-2068: Fixed ReverseStringFilter for Unicode 4.0. Reverse Supplementary Characters correctly.
fix changes file in contrib
update version numbers in docs
change version in trunk to 3.1-dev
LUCENE-2051: Contrib Analyzer Setters should be deprecated and replace with ctor arguments, thanks to Simon Willnauer
fold in 2.9.1 contrib/CHANGES entry to trunk's
LUCENE-2031: Move patternanalyzer from memory contrib into analyzers
LCUENE-2016: remap invalid U+FFFF char during indexing, to prevent silent corruption
LUCENE-2014: SmartChineseAnalyzer position increment bug
LUCENE-1904: Move wordnet synonym code from contrib/memory to contrib/wordnet
credit where credits due ;)
LUCENE-1929: Merge missing changes entry
LUCENE-2002: move changes entry back to 'API changes'
LUCENE-2002: move CHANGES entry under 'Changes in back compat policy' section, since it deprecates APIs
LUCENE-2002: add Version to QueryParser & contrib analyzers
LUCENE-2003 Changes entry
LUCENE-1359: FrenchAnalyzer tokenstream does not honor the contract of Analyzer
LUCENE-2001: Fix parsing bug in wordnet contrib
LUCENE-1993: add maxDocFreq to MoreLikeThis
LUCENE-1966: ArabicAnalyzer stopwords cleanup
LUCENE-1959 Add MultiPassIndexSplitter.
LUCENE-1963: Lowercase before stopfilter in ArabicAnalyzer
fixed spelling
LUCENE-1965, LUCENE-1962: Added possible performance improvments for Persian-, Arabic- and SmartChineseAnalyzer to changes.txt
LUCENE-1953: FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException
LUCENE-1959: add IndexSplitter tool to pull segment files out of an index into another
LUCENE-1939: IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method on exhausted streams.
LUCENE-1257: Change some occurrences of StringBuffer in public/protected APIs of contrib/surround to StringBuilder
LUCENE-1916: smartcn hhmm doc translation
LUCENE-1936: Remove deprecated charset support from Greek and Russian analyzers
LUCENE-1924: add BalancedSegmentMergePolicy
LUCENE-1781: move CHANGES entry into unreleased section
LUCENE-1781: fix various issues with lat/lng bounding box computation for contrib/spatial
estimate release in a couple days
update release date info
LUCENE-1912: fix issue when 2 or more terms are concatenated
LUCENE-1903: Forgot me & issue reporter
LUCENE-1903: Fix incorrect ShingleFilter behavior when outputUnigrams == false
LUCENE-1898: Switch changes to use bullets rather than numbers and update changes-to-html script to handle the new format.
adding CHANGES.txt entries that i/others forgot to add when making some recent documentation improvement commits. Jira issues: LUCENE-1876, LUCENE-1884, LUCENE-1886, LUCENE-1862, LUCENE-1875, LUCENE-1872
spell fixes for changes
forgot to roll contrib changes to 2.9 from 2.9-dev
LUCENE-1793: Deprecate custom encoding support in Greek and Russian analyzers
LUCENE-1829: Fix contrib query parser to properly create javacc files.
Added the changes in LUCENE-1728 to the "Build" section of contrib/CHANGES.TXT
LUCENE-1828: Fix MemoryIndex to call TokenStream.reset() and TokenStream.end().
LUCENE-1813: Add option to ReverseStringFilter to mark reversed tokens
LUCENE-1792: Fix new query parser to set rewrite method for multi-term queries.
LUCENE-1794: Implement TokenStream reuse for contrib Analyzers
LUCENE-1628: Add Persian Analyzer
LUCENE-1758: Update ArabicAnalyzer to light10 stemming, stopwords improvements, lowercase non-arabic text
LUCENE-1406 belongs in contrib CHANGES
LUCENE-1685 should be in API changes, not new features
LUCENE-1685: The position aware SpanScorer has become the default scorer for Highlighting. The SpanScorer implementation has replaced QueryScorer and the old term highlighting QueryScorer has been renamed to QueryTermScorer. Multi-term queries are also now expanded by default. If you were previously rewritting the query for multi-term query highlighting, you should no longer do that (unless you switch to using QueryTermScorer). The SpanScorer API (now QueryScorer) has also been improved to more closely match the API of the previous QueryScorer implementation.
move the web based xml demo from core changes to contrib changes - also fixes skipping # 34 in features
LUCENE-1775: Change remaining contrib TokenFilters (shingle, prefix-suffix) to use the new TokenStream API.
LUCENE-1486: Move ComplexPhraseQueryParser to contrib
LUCENE-1567: New flexible QueryParser framework.
LUCENE-1683: fixed JavaUtilRegexCapabilities (used by RegexQuery) to match entire string not just prefix
LUCENE-1745: allow passing matching flags to the underlying regexp engine
LUCENE-1695: Update the Highlighter to use the new TokenStream API. This issue breaks backwards compatibility with some public classes. If you have implemented custom Fregmenters or Scorers, you will need to adjust them to work with the new TokenStream API. Rather than getting passed a Token at a time, you will be given a TokenStream to init your impl with - store the Attributes you are interested in locally and access them on each call to the method that used to pass a new Token. Look at the included updated impls for examples.
LUCENE-1752: Missing highlights when terms were repeated in separate, nested, boolean or disjunction queries.
LUCENE-1505: switch local lucene to use trie's NumericUtils for mapping doubles to strings
LUCENE-1491 - EdgeNGramTokenFilter no longer stops on tokens shorter than minimum n-gram size. - line, and those below, will be ignored-- M CHANGES.txt M analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java M analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java M analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.java M analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenFilter.java
LUCENE-1272: add MoreLikeThis.set/getBoost
LUCENE-1740: add 'analyzer' command to Lucli, to change analyzer from the default StandardAnalyzer
LUCENE-1522: adding new Fast Vector Highlighter contrib
LUCENE-1704: allow specifying the Tidy configuration file when parsing HTML docs with contrib/ant
bulk fix svn:eol-style to native for text files
LUCENE-1673: Move TrieRange to core (part 2: removing from contrib/queries)
LUCENE-1578: Support for loading unoptimized readers to the constructor of InstantiatedIndex. (Karl Wettin)
LUCENE-1676: in-stream payload support
LUCENE-1643: use reusable RawCollationKey for better performance
LUCENE-1629: move CHANGES entry to contrib; add TestArabicAnalyzer
LUCENE-1591: add bzip2 compression/decompress to contrib/benchmark
LUCENE-1576: fix BrazilianAnalyzer to downcase before filtering stop words
LUCENE-1435: add contrib/collation (CollationKeyFilter), to convert tokens into indexable CollationKeys
LUCENE-1490: forgot CHANGES.txt update
LUCENE-1548: fix distance normalization in LevenshteinDistance to not produce negative distances
LUCENE-1531 Added support for BoostingTermQuery to XML query parser.
LUCENE-1514 ShingleMatrixFilter#next(Token) easily throws a StackOverflowException due to recursive invocation. (Karl Wettin)
LUCENE-1510 InstantiatedIndexReader#norms methods throws NullPointerException on empty index.
LUCENE-1462 InstantiatedIndexWriter did not reset pre analyzed TokenStreams the same way IndexWriter does. Parts of InstantiatedIndex was not Serializable.
LUCENE-1470: add TrieRangeQuery, a much more efficient implementation of RangeQuery at the expense of added space consumed in the index
LUCENE-1423 InstantiatedTermEnum#skipTo(Term) throws ArrayIndexOutOfBoundsException on an empty index.
break off contrib/CHANGES.txt's 2.4.0 release section
LUCENE-1016 : TermVectorAccessor, transparent vector space access via stored vectors or by resolving the inverted index.
LUCENE-1142 : Updated Snowball package, org.tartarus distribution revision 500. Introducing Hungarian, Turkish and Romanian support, updated older stemmers and optimized (reflectionless) SnowballFilter. IMPORTANT NOTICE ON BACKWARDS COMPATIBILITY: an index created using the 2.3.2 (or older) might not be compatible with these updated classes as some algorithms have changed.
Contrib level CHANGES.txt. I forgot to add this some time ago.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |