From ac7ce15f6d22a53794a5590c78ae4fda9032ceb1 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Thu, 29 Jun 2006 16:02:12 +0000 Subject: [PATCH] minor typos --- doc/querymodel.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/querymodel.xml b/doc/querymodel.xml index 709af6e..1d2c8b5 100644 --- a/doc/querymodel.xml +++ b/doc/querymodel.xml @@ -1,5 +1,5 @@ - + Query Model @@ -84,7 +84,7 @@ explain operation, which provides the means for learning which fields (also called - indexes or access points + indexes or access points) are provided, which default parameter the server uses, which retrieve document formats are defined, and which specific parts of the general query model are supported. @@ -132,7 +132,7 @@ It provides the means to investigate the content of specific indexes. - Scanning an index returns a handful of terms actually fond in + Scanning an index returns a handful of terms actually found in the indexes, and in addition the scan operation returns the number of documents indexed by each term. A search client can use this information to propose proper -- 1.7.10.4