[GitHub] lucenenet issue #173: Analysis work

2016-08-23 Thread synhershko
Github user synhershko commented on the issue:

https://github.com/apache/lucenenet/pull/173
  
Opening back as this is going to be the branch we work on to get this great 
work merged into master. cc @hristopherHaws @NightOwl888 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] lucenenet pull request #173: Analysis work

2016-08-23 Thread synhershko
GitHub user synhershko reopened a pull request:

https://github.com/apache/lucenenet/pull/173

Analysis work



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/lucenenet analysis-work

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucenenet/pull/173.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #173


commit 447e2ce16d7d6d6b6659704eb09bb18814474668
Author: Itamar Syn-Hershko 
Date:   2016-05-12T20:56:38Z

WIP

commit 3aa0c5e27c55248ad59095fd68f6bc92839e6c2e
Author: Itamar Syn-Hershko 
Date:   2016-05-24T21:22:14Z

Merge remote-tracking branch 'conniey/conniey/addTaskScheduler' into 
analysis-work

commit 30804e0c1fac1b5ed422548268fc5f4e96ce4cae
Author: Itamar Syn-Hershko 
Date:   2016-07-14T21:31:02Z

Clean unused references

commit 2561993d7e11d9e8933c0f5e1cb1bf2737b1f9d2
Author: Itamar Syn-Hershko 
Date:   2016-07-16T20:46:41Z

Merge remote-tracking branch 'origin/master' into analysis-work

# Conflicts:
#   src/Lucene.Net.Core/packages.config

commit 0c794a36cf35687efaa9ebedc7544e59d2eb1dbc
Author: Itamar Syn-Hershko 
Date:   2016-07-16T23:51:40Z

Fixing test failures

commit 32ecd80d4d1f9d20760b41d2b7685f10d49f7f0c
Author: Shad Storhaug 
Date:   2016-08-03T07:10:24Z

Implemented IsReadOnly property and removed C# 6 features because the 
project doesn't compile with VS 2012.

commit 58e4bd8fb4a87bc665e398adfa06c6f04c1a81a4
Author: Shad Storhaug 
Date:   2016-08-03T07:16:03Z

Ported WordlistLoader + tests.

commit 09bcbbc4fa4ec73efcf0a2147251350ff84dd453
Author: Shad Storhaug 
Date:   2016-08-03T10:07:06Z

Ported StopFilter + tests (except those that depend on StopAnalyzer).

commit b97c804c7a40dc271fa78070ffc20605eae1dd12
Author: Shad Storhaug 
Date:   2016-08-03T10:20:00Z

Stop filter cleanup

commit 1dd68c344cce2161af37ff380027b37fc0c737b0
Author: Shad Storhaug 
Date:   2016-08-03T17:18:37Z

Ported Analysis.Core.StopAnalzer + tests.

commit 2aad15489a08805e3d20639c881d081507b62e17
Author: Shad Storhaug 
Date:   2016-08-04T11:18:11Z

Fixed infinite recursion issue and several other bugs with CharArrayMap and 
CharArraySet.

commit 0bea87f5aa7b7ed607fd912e4c26be8510cf5c58
Author: Shad Storhaug 
Date:   2016-08-04T22:35:45Z

Fixed bug in Core.Util.SPIClassIterator - it was ignoring types that have 
constructor parameters, but the AnalysisSPILoader uses parameters.

commit c8aefca23903f0fdc3d45ad83da10ef9df64ae6c
Author: Shad Storhaug 
Date:   2016-08-05T00:07:01Z

Added TestStandardFactories and all dependencies so the tests pass.

commit 6b42627ca6bede6fb6fdc430a89f2ac72deb6a1b
Author: Shad Storhaug 
Date:   2016-08-05T14:58:29Z

Ported URLEmailTokenizer classes and tests.

commit 52f3b5e4d56576704b3cb69a61abcafa4e5e3152
Author: Shad Storhaug 
Date:   2016-08-05T17:48:36Z

Reset all packed chars to Lucene 4.8.0 state to be 100% sure that no errors 
were made.

commit 3deb0bd487ed3e26af6044e283ff5030d0c654c5
Author: Shad Storhaug 
Date:   2016-08-05T19:10:12Z

Ported backward compatibility for StandardTokenizer.

commit f0d32c31ad44d97d42c18b8e8c787e9742e53167
Author: Shad Storhaug 
Date:   2016-08-05T20:24:25Z

Ported the ClassicAnalyzer to complete the Analysis.Standard namespace.

commit 3facf5eb23e0d4130204ce3bc4d113472ff1b90e
Author: Shad Storhaug 
Date:   2016-08-05T20:27:58Z

Added the LongRunnintTest attribute to 
TestSegmentingTokenizerBase.TestRandomStrings() and 
TestRollingCharBuffer.Test().

commit 35ebd5447c7438413662a8fb08567aa97aeb9405
Author: Shad Storhaug 
Date:   2016-08-05T23:24:08Z

Added Analysis.Core.StopFilterFactory + tests. Fixed some bugs in the 
ClasspathResourceLoader and CharArraySet in the process.

commit 4114f55e9e2930af448d555464f6eb950fd15f5d
Author: Shad Storhaug 
Date:   2016-08-06T04:59:35Z

Core.Util.NamedSPILoader bug fix: Added logic to check for a default 
constructor before attempting to instantiate (previously removed from 
Core.Util.NamedSPIIterator to fix another bug).

commit 14a8bce634b0e5fd6293d956ac295fdb965ae8b3
Author: Shad Storhaug 
Date:   2016-08-06T12:44:54Z

Ported TestAnalyzers.

commit 6d122a64e1a6da32456a79fe8f895a3521525855
Author: Shad Storhaug 
Date:   2016-08-06T14:17:31Z

Ported TestClassicAnalyzer

commit 

[GitHub] lucenenet issue #181: Analysis work

2016-08-23 Thread ChristopherHaws
Github user ChristopherHaws commented on the issue:

https://github.com/apache/lucenenet/pull/181
  
Yes, I think we can close this pull request. Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] lucenenet pull request #179: Analysis work - Standard and Core namespaces (m...

2016-08-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/lucenenet/pull/179


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---