Skip to content

Instantly share code, notes, and snippets.

@Mark-Broadhurst
Mark-Broadhurst / Program.cs
Last active March 9, 2020 21:37
Lucence Spatial Search 3.0.3
namespace LuceneExample
{
#region Namespaces
using System;
using System.Globalization;
using Lucene.Net.Analysis.Standard;
using Lucene.Net.Documents;
using Lucene.Net.Index;