mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 18:18:38 +00:00
148d99cbbc
SOLR-3259: default /get to json ........ minor tweaks to update script example ........ LUCENE-4268: Rename ResourceAsStreamReasourceLoader to ClasspathResourceLoader, provide FilesystemResourceLoader, bug fixing ........ LUCENE-4268: Fix test bug ........ SOLR-3648: Fix Velocity template loading in SolrCloud mode ........ fix confusing IW infoStream message ........ Fix rawtypes warning in java 7 and 8, make the SuppressWarnings more local ........ Nicer solution to generic array creation (still problematic in Java 6, but correct in Java 7 if done this way) ........ Disable test failing with Java 8 ........ Allow detecting of Java 8 ........ LUCENE-4109: BooleanQueries are not parsed correctly with the flexible queryparser ........ LUCENE-4269: remove BalancedSegmentMergePolicy (use TieredMergePolicy instead) ........ LUCENE-4269: deprecate BalancedSegmentMergePolicy (use TieredMergePolicy instead) ........ LUCENE-4190: restrict allowed filenames to reduce risk of deleting non-lucene file from the index directory ........ fix the monkey: connection loss and expiration cause NPE ........ upgrade checkJavaDocs.py to python3 ........ LUCENE-3884: Move ElisionFilter out of .fr package ........ fix encoding in javadocs checker ........ LUCENE-2501: fix thread hazard when threads add same field with different IndexOptions at the same time ........ git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1371142 13f79535-47bb-0310-9956-ffa450edef68
The analysis-extras plugin provides additional analyzers that rely upon large dependencies/dictionaries. It includes integration with ICU for multilingual support, and analyzers for Chinese and Polish. Relies upon the following lucene components (in lucene-libs/): * lucene-analyzers-icu-X.Y.jar * lucene-analyzers-smartcn-X.Y.jar * lucene-analyzers-stempel-X.Y.jar * lucene-analyzers-morfologik-X.Y.jar * lucene-analyzers-smartcn-X.Y.jar And the following third-party library (in lib/): * icu4j-X.Y.jar * morfologik-*.jar