We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df582e2 + a9c4130 commit 6ed78c2Copy full SHA for 6ed78c2
README.md
@@ -4,7 +4,7 @@ ObjectSearch is a lightweight in memory search engine using Lucene.
4
It allows you to use Lucene search engine query semantics over a collection of in-memory objects.
5
6
```csharp
7
-Console.WriteLine("Matching objects)");
+Console.WriteLine("Objects match: +big cat");
8
foreach(var result in items.Search("+big cat"))
9
{
10
Console.WriteLine($"{result.Score} {JsonConvert.SerializeObject(result.Value)}");
0 commit comments