[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 issue #173: Analysis work

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

https://github.com/apache/lucenenet/pull/173
  
Closing in favor of #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.
---


[GitHub] lucenenet issue #173: Analysis work

2016-08-06 Thread NightOwl888
Github user NightOwl888 commented on the issue:

https://github.com/apache/lucenenet/pull/173
  
FYI - I am still working on this. I managed to get past the infinite 
recursion problem. I have completed nearly all of the standard and core 
namespaces and ported over 250 tests, with 225 of them passing. Most of the 
ones that are failing I believe are due to the CharArraySet returning incorrect 
numbers, which later on causes the Character.IsLetter method to crash.

You can view my WIP over here: 
https://github.com/NightOwl888/lucenenet/tree/analysis-work




---
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 issue #173: Analysis work

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

https://github.com/apache/lucenenet/pull/173
  
Yes, this is my WIP branch. CharArrayMap and CharArraySet are a bit buggy 
still (tests are failing) and need to wipe those bugs out. I think this branch 
has all my changes (no local uncommitted changes), so go ahead. I believe all 
the files were ported and committed, just not included in the solution if they 
are not compiling or have some more work left in them.


---
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 issue #173: Analysis work

2016-08-02 Thread NightOwl888
Github user NightOwl888 commented on the issue:

https://github.com/apache/lucenenet/pull/173
  
Is anyone working on Analysis now? I would like to take a stab at making 
the StandardAnalyzer and its ~20 dependencies  compile.


---
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.
---