Hey Itama, I'm starting a new Lucene.net project too. Do you think it is
worth using the WIP yet? Or would you advise sticking with the latest
release?

(You guys will probably be done the upgrade before I finish my project)

--
with excessive obsequiousness,

Patrick Burrows
http://www.BurrowsCorp.com

On Sat, Apr 11, 2015 at 1:50 PM, Itamar Syn-Hershko <[email protected]>
wrote:

> This is still WIP, we haven't yet released the new Lucene.NET
>
> --
>
> Itamar Syn-Hershko
> http://code972.com | @synhershko <https://twitter.com/synhershko>
> Freelance Developer & Consultant
> Lucene.NET committer and PMC member
>
> On Fri, Apr 10, 2015 at 4:24 PM, Schnell Henrik <[email protected]>
> wrote:
>
> > Hello,
> >
> > I have noticed that you have added Lucene.Net.Classification
> > implementations, so I thought I would try them with a large corpus to see
> > how the different algorithms perform with classifying different texts. I
> > cloned the latest branch from github and opened the solution. I could
> build
> > it successfully, so I grabbed the dll's and included them in my project.
> So
> > far so good.
> >
> > But then I noticed that I cannot instantiate an IndexWriter because it
> > needs an IndexWriterConfig which needs an Analyzer and I could not find
> any
> > Analyzer implementations, only the abstract Analyzer class.
> >
> > Then I have noticed that the WhitespaceAnalyzer.cs is there in the
> > src\Lucene.Net.Core\Analysis directory but it is not included in the
> > Lucene.Net project that is in the solution, so it was not built into the
> > dll's. Ok, so I tried to include all the neccessary files for the
> > WhitespaceAnalyzer, but they don't build, it seems they use an older
> lucene
> > api and are not compatible anymore.
> >
> > So my question is: how could I try the new Classification features? I'm
> not
> > sure I could write an own Analyzer. Are there any working implementations
> > currently?
> >
> > Thank you,
> > Henrik
> >
>

Reply via email to