diff --git a/solr/site/html/tutorial.html b/solr/site/html/tutorial.html index 988f9a1b45b..f7247464fd8 100755 --- a/solr/site/html/tutorial.html +++ b/solr/site/html/tutorial.html @@ -310,7 +310,7 @@ make many changes to an index in a batch and then send the There is also an optimize command that does the same things as commit, but also forces all index segments to be merged into a single segment -- this can be very resource -intsenive, but may be worthwhile for improving search speed if your index +intensive, but may be worthwhile for improving search speed if your index changes very infrequently.

@@ -411,7 +411,7 @@ and is useful when testing or debugging queries.

Highlighting

- Hit highlighting returns relevent snippets of each returned document, and highlights + Hit highlighting returns relevant snippets of each returned document, and highlights terms from the query within those context snippets.

@@ -522,7 +522,7 @@ Try it out at

The schema defines the fields in the index and what type of analysis is applied to them. The current schema your collection is using - may be viewed directly via the Schema tab in the Admin UI, or explored dynamicly using the Schema Browser tab. + may be viewed directly via the Schema tab in the Admin UI, or explored dynamically using the Schema Browser tab.

The best analysis components (tokenization and filtering) for your textual @@ -616,7 +616,7 @@ Mousing over the section label to the left of the section will display the full

When both Index and Query values are provided, two tables will be displayed side by side showing the -results of each chain. Terms in the Index chain results that are equivilent +results of each chain. Terms in the Index chain results that are equivalent to the final terms produced by the Query chain will be highlighted.