@@ -434,7 +443,7 @@ public void testReplacePartial()
}
[Fact]
publicvoidtestExplain()
publicvoidTestExplain()
{
Clientcl=GetClient();
...
...
@@ -451,14 +460,16 @@ public void testExplain()
}
[Fact]
publicvoidtestHighlightSummarize()
publicvoidTestHighlightSummarize()
{
Clientcl=GetClient();
Schemasc=newSchema().AddTextField("text",1.0);
cl.CreateIndex(sc,Client.IndexOptions.Default);
vardoc=newDictionary<string,RedisValue>();
doc.Add("text","Redis is often referred as a data structures server. What this means is that Redis provides access to mutable data structures via a set of commands, which are sent using a server-client model with TCP sockets and a simple protocol. So different processes can query and modify the same data structures in a shared way");
vardoc=newDictionary<string,RedisValue>
{
{"text","Redis is often referred as a data structures server. What this means is that Redis provides access to mutable data structures via a set of commands, which are sent using a server-client model with TCP sockets and a simple protocol. So different processes can query and modify the same data structures in a shared way"}