Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Last active January 3, 2016 09:59
Show Gist options
  • Select an option

  • Save sirkirby/8446363 to your computer and use it in GitHub Desktop.

Select an option

Save sirkirby/8446363 to your computer and use it in GitHub Desktop.
Azure Full Text Search Ex 3
IndexSearcher searcher = new IndexSearcher(directory);
// for a multi column search
var multiParser = new MultiFieldQueryParser(Lucene.Net.Util.Version.LUCENE_30, new[] {"Title", "Author"},
new StandardAnalyzer(Lucene.Net.Util.Version.LUCENE_30));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment