Konstantin Perikov
9bc780b83b
update readme with instruction, that you need to build 1.3 library to later use it
2017-10-22 12:00:19 +03:00
Alexander Kuznetsov
f73b9fd287
Merge pull request #14 from MysterionRise/master
...
update lucene and some plugins versions
2017-09-22 17:13:23 +04:00
Alexander Kuznetsov
c6eab00a15
Merge pull request #15 from phront/patch-1
...
The real fix of InvalidTokenOffsetsException
2017-09-22 17:13:07 +04:00
phront
8f72a6ddab
The real fix of InvalidTokenOffsetsException
...
In the previous push i forgot to clear variable "iterator" that also contaned state of filter.
Now highlights feature works fine.
2017-09-22 16:35:42 +09:00
Konstantin Perikov
d13001079b
update lucene and some plugins versions
2017-09-15 16:20:46 +03:00
Alexander Kuznetsov
98f281e748
Merge pull request #13 from phront/patch-1
...
Avoid InvalidTokenOffsetsException
2017-05-08 22:49:48 +03:00
phront
cbc3bce1de
Update MorphologyFilter.java
2017-05-05 12:14:16 +09:00
phront
528d6ffb57
Update MorphologyFilter.java
2017-05-05 12:10:23 +09:00
phront
a5e8bf6952
Avoid InvalidTokenOffsetsException
...
Please see Uwe Schindler's comment at https://issues.apache.org/jira/browse/SOLR-5426?focusedCommentId=14031042&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14031042
2017-05-05 10:50:33 +09:00
Alexander Kuznetsov
1eef414d37
Merge pull request #12 from grossws/patch-licensing
...
Add licensing information
2017-04-06 22:23:50 +04:00
Konstantin Gribov
e0a70e88fd
Add licensing information
...
Fixes #8
2017-04-04 20:19:49 +03:00
Alexander Kuznetsov
b180862572
Merge pull request #10 from Zanzarchik/master
...
Add an implementation of the TokenFilterFactory for the MorphologyFilter
2017-01-25 16:53:23 +03:00
Pavel Artanov
b918dad855
Add a description how to use the MorphologyFilter in a SOLR schema.
2017-01-24 13:41:57 +04:00
Pavel Artanov
6fc7e109cb
Add an implementation of the TokenFilterFactory for the MorphologyFilter.
...
Now you can use the MorphologyFilterFactory in a schema.xml:
<fieldType name="content" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="org.apache.lucene.analysis.morphology.MorphologyFilterFactory" language="Russian"/>
<filter class="org.apache.lucene.analysis.morphology.MorphologyFilterFactory" language="English"/>
</analyzer>
</fieldType>
2017-01-20 18:36:19 +04:00
Alexander Kuznetsov
552274274d
Merge pull request #9 from imotov/lucene-62
...
Upgrade to Lucene 6.2.0
2016-10-28 14:09:38 +03:00
Igor Motov
af5f0dc37a
Upgrade to Lucene 6.2.0
2016-10-26 10:02:43 -10:00
Alexander Kuznetsov
fd9faad64b
Merge pull request #7 from grossws/patch-1
...
Fixed mentions of Apache Lucene (with link to its site)
2016-10-26 11:16:57 +03:00
Konstantin Gribov
a1edbb5ddc
Fixed mentions of Apache Lucene (with link to its site)
2016-10-20 19:36:35 +03:00
Alexander Kuznetsov
717c07a01d
Merge pull request #5 from imotov/lucene-61
...
Upgrade to Lucene 6.1.0
2016-10-03 22:22:15 +03:00
Igor Motov
8bd88aa9cf
Upgrade to Lucene 6.1.0
2016-08-05 17:21:31 -04:00
Alexander Kuznetsov
22caba4f7c
Update README.md
2015-12-16 22:39:28 +03:00
Alexander Kuznetsov
bda49aad18
Merge pull request #1 from imotov/fix-positions-increments-and-keyword-handling
...
Improve incrementToken implementation in MorphologyFilter
2015-07-14 15:53:01 +03:00
Igor Motov
db144bf2ec
Improve incrementToken implementation in MorphologyFilter
...
The current implementation doesn't preserve the attributes of the repeated tokens and stems tokens marked as keywords.
2015-07-03 16:48:02 -04:00
Alexander Kuznetsov
6ca2b27781
Create README.md
2015-06-09 23:00:58 +03:00
Alexander Kuznetsov
393665f08a
[maven-release-plugin] prepare for next development iteration
2015-06-09 21:57:04 +03:00
Alexander Kuznetsov
b785c19b74
[maven-release-plugin] prepare release morphology-1.1
morphology-1.1
2015-06-09 21:56:59 +03:00
Alexander Kuznetsov
d694f558a6
Adding bintray as distribution maven repo
2015-06-09 21:53:45 +03:00
Alexander Kuznetsov
1323228212
Fixing issue https://code.google.com/p/russianmorphology/issues/detail?id=12
2015-03-21 01:28:06 +03:00
Alexander Kuznetsov
3e69baa332
Fixing issue https://code.google.com/p/russianmorphology/issues/detail?id=11
2015-03-21 01:08:18 +03:00
Alexander Kuznetsov
9b793115f7
Fixing issue https://code.google.com/p/russianmorphology/issues/detail?id=9
2015-03-21 00:46:13 +03:00
Alexander Kuznetsov
d300938502
Adding support of lucene 5.0.0
2015-03-21 00:38:55 +03:00
Alexander.A.Kuznetsov@gmail.com
2b5509c825
fixing error in stemming filter
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@127 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2012-09-08 13:43:16 +00:00
Alexander.A.Kuznetsov@gmail.com
19559e2856
fixing dividing bu zero
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@126 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2012-01-20 17:21:54 +00:00
Alexander.A.Kuznetsov@gmail.com
2b9e2c5b1e
adding header to files
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@125 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2011-11-29 15:37:15 +00:00
Alexander.A.Kuznetsov@gmail.com
77ce4252ad
adding test for english stemmer
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@124 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2011-11-29 05:41:36 +00:00
Alexander.A.Kuznetsov@gmail.com
466de768ca
adding support of lucene 3.5 and start working english stemmer
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@123 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2011-11-28 16:44:15 +00:00
Alexander.A.Kuznetsov
d46651f2ba
some prefomance turting
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@122 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-18 12:24:50 +00:00
Alexander.A.Kuznetsov
43136e0de1
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@120 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 11:09:53 +00:00
Alexander.A.Kuznetsov
df53be75bc
[maven-release-plugin] prepare release morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@118 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 11:09:33 +00:00
Alexander.A.Kuznetsov
ee5cc645c9
delete tag rallback release
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@117 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 11:07:35 +00:00
Alexander.A.Kuznetsov
e936e709fa
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@116 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 10:22:24 +00:00
Alexander.A.Kuznetsov
d60aba882e
[maven-release-plugin] prepare release morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@113 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 10:20:02 +00:00
Alexander.A.Kuznetsov
9611acbb17
[maven-release-plugin] rollback the release of morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@112 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 10:17:05 +00:00
Alexander.A.Kuznetsov
3bb0d2027d
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@111 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:38:01 +00:00
Alexander.A.Kuznetsov
577f77ec40
[maven-release-plugin] prepare release morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@109 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:37:41 +00:00
Alexander.A.Kuznetsov
6ecc06c23b
[maven-release-plugin] rollback the release of morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@108 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:35:44 +00:00
Alexander.A.Kuznetsov
20e7b29a13
[maven-release-plugin] prepare release morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@106 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:29:46 +00:00
Alexander.A.Kuznetsov
6d258a7ee1
adding support of comparasing adv
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@105 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:25:48 +00:00
Alexander.A.Kuznetsov
5c193a61aa
[maven-release-plugin] rollback the release of morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@103 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:22:57 +00:00
Alexander.A.Kuznetsov
a634038ffe
[maven-release-plugin] prepare release morphology-1.0
...
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@102 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:19:27 +00:00