You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Shad Storhaug (JIRA)" <ji...@apache.org> on 2017/07/07 11:18:00 UTC

[jira] [Commented] (LUCENENET-563) Port Lucene.Net.Demo

    [ https://issues.apache.org/jira/browse/LUCENENET-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077961#comment-16077961 ] 

Shad Storhaug commented on LUCENENET-563:
-----------------------------------------

[~itamar], I ported most of this already. Your demo is good for indexing and searching, but doesn't show the usage of the faceted search features that the Lucene demos do. However, the Lucene demos are missing creating custom analyzers and multi-threading examples that your demo has.

I have built a [single console application that wraps all of the Lucene CLI utilites and also includes the demos](https://github.com/NightOwl888/lucenenet/tree/cli/src/tools/lucene-cli) and the ability to view/export the demo code. Perhaps we should also put the LuceneNetDemo in the [Lucene.Net.Demo](https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.Demo) project and make it available in the CLI tool as well?

If so, it should probably include a little more documentation as to why the specific analyzer/filters are being used/built for this use case.

BTW - I noticed on LuceneNetDemo you merged an old pull request from Connie that includes a NuGet.config file that causes it to download the packages from MyGet, and fails since it cannot use them. Even if we don't include this demo in the Lucene.Net project (which I think should be done so it can be kept up to date with the rest of the code), that file should be removed from LuceneNetDemo.


> Port Lucene.Net.Demo
> --------------------
>
>                 Key: LUCENENET-563
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-563
>             Project: Lucene.Net
>          Issue Type: Task
>          Components: Lucene.Net Demo
>    Affects Versions: Lucene.Net 4.8.0
>            Reporter: Shad Storhaug
>            Assignee: Shad Storhaug
>            Priority: Minor
>              Labels: features
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Lucene.Net.Demo was not ported from Java. It might be a useful learning exercise for anyone who wants to do it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)