RE: Issue with ICU4NET reference

2016-12-14 Thread Prescott Nasser
People are working on it - we have the pre-release DLL's up on our myget feed - they are very close. https://www.myget.org/feed/lucene-net/package/nuget/Lucene.Net From: Monica Black [mailto:ml_bl...@hotmail.com] Sent: Wednesday, December 14, 2016 3:16 PM To: Prescott Nasser

Re: Issue with ICU4NET reference

2016-12-14 Thread Monica Black
Hi Prescott. You are a life-saver! I just assumed they were necessary, and I'd just gone to a lot of trouble to make a custom Analyzer the other day. I had no issues until trying to wrap it in a web service, and I don't make those very often, so I thought it was just me until I reviewed the

RE: Issue with ICU4NET reference

2016-12-14 Thread Prescott Nasser
Hey Monica - I think it's a known issue (not sure if it's been resolved). A solution from earlier email messages regarding this: For the time being, a solution that worked for me was to remove the references to ICU4NET and ICU4NET.Extensions from my project and delete the file links to the

Issue with ICU4NET reference

2016-12-14 Thread Monica Black
Hi. I've built a library using Lucene.NET 4.8. Now I'm trying to wrap that library in a web service, but I keep getting a dependency error on the ICU4NET.dll. I've tried to make sure everything is targeting .NET Framework 4.5.1, and that I'm not missing any references, but I can't get this

[GitHub] lucenenet issue #196: Renamed hyphenation to Hyphenation

2016-12-14 Thread synhershko
Github user synhershko commented on the issue: https://github.com/apache/lucenenet/pull/196 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

[GitHub] lucenenet pull request #196: Renamed hyphenation to Hyphenation

2016-12-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucenenet/pull/196 --- 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

Re: Lucene.NET 4.8 - a pre-release introduction (video + code)

2016-12-14 Thread Itamar Syn-Hershko
Yes, there are a couple: https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.Analysis.Common/Analysis/En All available from the Lucene.Net.Analsis.Common package on myget KStem is today's industry standard -- Itamar Syn-Hershko http://code972.com | @synhershko

[GitHub] lucenenet issue #194: Updating from NUnit 2.6.3 to NUnit 3.5.0

2016-12-14 Thread synhershko
Github user synhershko commented on the issue: https://github.com/apache/lucenenet/pull/194 Looks good to me, but seems like it's blocked by #191? --- 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

Re: Lucene.NET 4.8 - a pre-release introduction (video + code)

2016-12-14 Thread Itamar Syn-Hershko
No, analyzers are plain-text processors. You will need to transform binary formats to plain text yourself. Tika is a great starting point. -- Itamar Syn-Hershko http://code972.com | @synhershko Freelance Developer & Consultant Lucene.NET committer and PMC member

Re: Lucene.NET 4.8 - a pre-release introduction (video + code)

2016-12-14 Thread Francesco Abbruzzese
Hi Itamar , Are there analyzers (or text filters) for all more common type of documents,ie word, pdf, ppt, etc one may use with the new lucene .net version? 2016-12-13 13:59 GMT+01:00 Itamar Syn-Hershko : > We are about to release Lucene.NET 4.8, and it's time to show what