You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by Abhishek Saini <ab...@enukesoftware.com> on 2017/01/12 12:44:35 UTC

Moving Lucene.NET to .NET Core

Hi Guys,

I was looking for Lucene.NET implementation in .NET Core and came across
this link:
http://code972.com/blog/2016/07/98-lucene-net-4-8-is-in-beta-and-we-need-your-help

Following the instructions given there. I tried installing Lucene.Net
-Version 4.8.0.770-beta
<https://www.myget.org/F/lucene-net/api/v2/package/Lucene.Net/4.8.0.770-beta>
from this link:
https://www.myget.org/feed/lucene-net/package/nuget/Lucene.Net (after
properly setting up nuget with repository link)

but the installation is showing errors. Need help with this.

Also, came across this link: https://github.com/apache/lucenenet/pull/191 -
Not sure if I should try this one.

Could you please tell me, how can I get access to the .NET core version of
Lucene.

Thanks,
Abhishek

RE: Moving Lucene.NET to .NET Core

Posted by Connie Yau <co...@microsoft.com>.
Hi,

The NuGet package you downloaded only has the full framework components in it.   The .NET Core branch of Lucene.NET has not been merged into master yet, as a result, you have to manually build it from source.  The pull request is here with instructions on how to build: https://github.com/apache/lucenenet/pull/191 

Cheers,
Connie

-----Original Message-----
From: Abhishek Saini [mailto:abhishek.saini@enukesoftware.com] 
Sent: Thursday, January 12, 2017 4:45 AM
To: dev@lucenenet.apache.org
Subject: Moving Lucene.NET to .NET Core

Hi Guys,

I was looking for Lucene.NET implementation in .NET Core and came across this link:
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcode972.com%2Fblog%2F2016%2F07%2F98-lucene-net-4-8-is-in-beta-and-we-need-your-help&data=02%7C01%7Cconniey%40microsoft.com%7C225b34ca6e014894f72908d43af833de%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636198285077638741&sdata=sNE%2FivWVqq0BNX6uGyBJXJgilsMKQmerTAFZROKH%2FNs%3D&reserved=0

Following the instructions given there. I tried installing Lucene.Net -Version 4.8.0.770-beta <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.myget.org%2FF%2Flucene-net%2Fapi%2Fv2%2Fpackage%2FLucene.Net%2F4.8.0.770-beta&data=02%7C01%7Cconniey%40microsoft.com%7C225b34ca6e014894f72908d43af833de%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636198285077638741&sdata=ikliZawtF3aELPv8Azy%2BjdKxewHy5K%2BaUpXgIELi190%3D&reserved=0>
from this link:
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.myget.org%2Ffeed%2Flucene-net%2Fpackage%2Fnuget%2FLucene.Net&data=02%7C01%7Cconniey%40microsoft.com%7C225b34ca6e014894f72908d43af833de%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636198285077638741&sdata=BZ5T1h1XpPq9GfIvuSdWW%2Bvi1i89m4M%2Bf153AE974%2FU%3D&reserved=0 (after properly setting up nuget with repository link)

but the installation is showing errors. Need help with this.

Also, came across this link: https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Flucenenet%2Fpull%2F191&data=02%7C01%7Cconniey%40microsoft.com%7C225b34ca6e014894f72908d43af833de%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636198285077638741&sdata=pfIyyVyJDI%2Fc40kFVmgkpHTKb2BPc4nZRX8MUSkkuJA%3D&reserved=0 - Not sure if I should try this one.

Could you please tell me, how can I get access to the .NET core version of Lucene.

Thanks,
Abhishek