SWEEP: Added authors and projectUrl to project.json and consolidated packOptions format
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/06742251 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/06742251 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/06742251 Branch: refs/heads/api-work Commit: 06742251ad3c74e32066d27b75eaa1ae6fbfdff0 Parents: e894c62 Author: Shad Storhaug <[email protected]> Authored: Wed Apr 19 09:24:25 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed Apr 19 09:24:25 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Analysis.Common/project.json | 10 ++++------ src/Lucene.Net.Analysis.Stempel/project.json | 12 +++++------- src/Lucene.Net.Classification/project.json | 10 ++++------ src/Lucene.Net.Codecs/project.json | 10 ++++------ src/Lucene.Net.Expressions/project.json | 10 ++++------ src/Lucene.Net.Facet/project.json | 10 ++++------ src/Lucene.Net.Grouping/project.json | 10 ++++------ src/Lucene.Net.Highlighter/project.json | 10 ++++------ src/Lucene.Net.Icu/project.json | 10 ++++------ src/Lucene.Net.Join/project.json | 10 ++++------ src/Lucene.Net.Memory/project.json | 10 ++++------ src/Lucene.Net.Misc/project.json | 10 ++++------ src/Lucene.Net.Queries/project.json | 10 ++++------ src/Lucene.Net.QueryParser/project.json | 10 ++++------ src/Lucene.Net.Sandbox/project.json | 10 ++++------ src/Lucene.Net.Spatial/project.json | 10 ++++------ src/Lucene.Net.Suggest/project.json | 10 ++++------ src/Lucene.Net/project.json | 10 ++++------ 18 files changed, 73 insertions(+), 109 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Analysis.Common/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Analysis.Common/project.json b/src/Lucene.Net.Analysis.Common/project.json index f451bad..a9114da 100644 --- a/src/Lucene.Net.Analysis.Common/project.json +++ b/src/Lucene.Net.Analysis.Common/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Analysis.Common", "description": "Analyzers for indexing content in different languages and domains for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Analysis.Stempel/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Analysis.Stempel/project.json b/src/Lucene.Net.Analysis.Stempel/project.json index fc09409..ae4eb4e 100644 --- a/src/Lucene.Net.Analysis.Stempel/project.json +++ b/src/Lucene.Net.Analysis.Stempel/project.json @@ -2,16 +2,14 @@ "version": "4.8.0", "title": "Lucene.Net.Analysis.Stempel", "description": "Analyzer for indexing Polish for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, - "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query", "polish" ] + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, + "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { "Lucene.Net.Analysis.Common": "4.8.0" http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Classification/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Classification/project.json b/src/Lucene.Net.Classification/project.json index 3c92ac9..8f83e10 100644 --- a/src/Lucene.Net.Classification/project.json +++ b/src/Lucene.Net.Classification/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Classification", "description": "Classification module for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Codecs/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Codecs/project.json b/src/Lucene.Net.Codecs/project.json index e63afac..d9e1268 100644 --- a/src/Lucene.Net.Codecs/project.json +++ b/src/Lucene.Net.Codecs/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Codecs", "description": "Specialized codecs and postings formats for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Expressions/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Expressions/project.json b/src/Lucene.Net.Expressions/project.json index fbb70e2..fac3bef 100644 --- a/src/Lucene.Net.Expressions/project.json +++ b/src/Lucene.Net.Expressions/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Expressions", "description": "Dynamically computed values to sort/facet/search on based on a pluggable grammar for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Facet/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Facet/project.json b/src/Lucene.Net.Facet/project.json index a13dbd6..cdac698 100644 --- a/src/Lucene.Net.Facet/project.json +++ b/src/Lucene.Net.Facet/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Facet", "description": "Faceted indexing and search capabilities for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Grouping/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Grouping/project.json b/src/Lucene.Net.Grouping/project.json index cd1d1cc..ea5f82d 100644 --- a/src/Lucene.Net.Grouping/project.json +++ b/src/Lucene.Net.Grouping/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Grouping", "description": "Collectors for grouping search results for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Highlighter/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Highlighter/project.json b/src/Lucene.Net.Highlighter/project.json index ffaf4fe..da74ec7 100644 --- a/src/Lucene.Net.Highlighter/project.json +++ b/src/Lucene.Net.Highlighter/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Highlighter", "description": "Highlights search keywords in results from the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Icu/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Icu/project.json b/src/Lucene.Net.Icu/project.json index 2ffb84b..0010370 100644 --- a/src/Lucene.Net.Icu/project.json +++ b/src/Lucene.Net.Icu/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Icu", "description": "International Components for Unicode-based features including Thai analyzer support, an international postings highlighter, and BreakIterator support for the vector highlighter for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Join/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Join/project.json b/src/Lucene.Net.Join/project.json index 66aa572..651ccb0 100644 --- a/src/Lucene.Net.Join/project.json +++ b/src/Lucene.Net.Join/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Join", "description": "Index-time and Query-time joins for normalized content of the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Memory/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/project.json b/src/Lucene.Net.Memory/project.json index 10bf468..59f3181 100644 --- a/src/Lucene.Net.Memory/project.json +++ b/src/Lucene.Net.Memory/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Memory", "description": "Single-document in-memory index implementation for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Misc/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Misc/project.json b/src/Lucene.Net.Misc/project.json index 17df8fa..b1e5a7f 100644 --- a/src/Lucene.Net.Misc/project.json +++ b/src/Lucene.Net.Misc/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Misc", "description": "Index tools and other miscellaneous functionality for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Queries/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Queries/project.json b/src/Lucene.Net.Queries/project.json index dde3622..04fa900 100644 --- a/src/Lucene.Net.Queries/project.json +++ b/src/Lucene.Net.Queries/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Queries", "description": "Extended Filters and Queries for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.QueryParser/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.QueryParser/project.json b/src/Lucene.Net.QueryParser/project.json index adcc9e4..dc338ee 100644 --- a/src/Lucene.Net.QueryParser/project.json +++ b/src/Lucene.Net.QueryParser/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.QueryParser", "description": "Query parsers and parsing framework for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Sandbox/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Sandbox/project.json b/src/Lucene.Net.Sandbox/project.json index 7249817..26a8f4b 100644 --- a/src/Lucene.Net.Sandbox/project.json +++ b/src/Lucene.Net.Sandbox/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Sandbox", "description": "Various third party contributions and new ideas extensions for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Spatial/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Spatial/project.json b/src/Lucene.Net.Spatial/project.json index c0a999d..fb54745 100644 --- a/src/Lucene.Net.Spatial/project.json +++ b/src/Lucene.Net.Spatial/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Spatial", "description": "Geospatial search for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net.Suggest/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Suggest/project.json b/src/Lucene.Net.Suggest/project.json index 9cdf1e3..9ffd8dc 100644 --- a/src/Lucene.Net.Suggest/project.json +++ b/src/Lucene.Net.Suggest/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net.Suggest", "description": "Auto-suggest and Spellchecking support for the Lucene.Net full-text search engine library from The Apache Software Foundation.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "dependencies": { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/06742251/src/Lucene.Net/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/project.json b/src/Lucene.Net/project.json index 312a1ec..e535a87 100644 --- a/src/Lucene.Net/project.json +++ b/src/Lucene.Net/project.json @@ -2,15 +2,13 @@ "version": "4.8.0", "title": "Lucene.Net", "description": "Lucene.Net is a full-text search engine library capable of advanced text analysis, indexing, and searching. It can be used to easily add search capabilities to applications. Lucene.Net is a C# port of the popular Java Lucene search engine framework from The Apache Software Foundation, targeted at .NET Framework and .NET Core users.", + "authors": [ "The Apache Software Foundation" ], "packOptions": { + "projectUrl": "http://lucenenet.apache.org/", "licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt", "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", - "owners": [ - "The Apache Software Foundation" - ], - "repository": { - "url": "https://github.com/apache/lucenenet" - }, + "owners": [ "The Apache Software Foundation" ], + "repository": { "url": "https://github.com/apache/lucenenet" }, "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] }, "frameworks": {
