Skip to content
Snippets Groups Projects
Commit a0d48ea8 authored by Stefan Weil's avatar Stefan Weil Committed by Demian Katz
Browse files

solr: Fix typos in comments (found by codespell)

parent 43d3f85f
No related merge requests found
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</listener> </listener>
--> -->
<!-- A postOptimize event is fired only after every optimize command, useful <!-- A postOptimize event is fired only after every optimize command, useful
in conjunction with index distribution to only distribute optimized indicies in conjunction with index distribution to only distribute optimized indices
<listener event="postOptimize" class="solr.RunExecutableListener"> <listener event="postOptimize" class="solr.RunExecutableListener">
<str name="exe">snapshooter</str> <str name="exe">snapshooter</str>
<str name="dir">solr/bin</str> <str name="dir">solr/bin</str>
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
(and validation against If-Modified-Since requests) will all be (and validation against If-Modified-Since requests) will all be
relative to when the current Searcher was opened. relative to when the current Searcher was opened.
You can change it to lastModFrom="dirLastMod" if you want the You can change it to lastModFrom="dirLastMod" if you want the
value to exactly corrispond to when the physical index was last value to exactly correspond to when the physical index was last
modified. modified.
etagSeed="..." is an option you can change to force the ETag etagSeed="..." is an option you can change to force the ETag
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
Search components are registered to SolrCore and used by Search Handlers Search components are registered to SolrCore and used by Search Handlers
By default, the following components are avaliable: By default, the following components are available:
<searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" /> <searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" />
<searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" /> <searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" />
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
</listener> </listener>
--> -->
<!-- A postOptimize event is fired only after every optimize command, useful <!-- A postOptimize event is fired only after every optimize command, useful
in conjunction with index distribution to only distribute optimized indicies in conjunction with index distribution to only distribute optimized indices
<listener event="postOptimize" class="solr.RunExecutableListener"> <listener event="postOptimize" class="solr.RunExecutableListener">
<str name="exe">snapshooter</str> <str name="exe">snapshooter</str>
<str name="dir">solr/bin</str> <str name="dir">solr/bin</str>
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
(and validation against If-Modified-Since requests) will all be (and validation against If-Modified-Since requests) will all be
relative to when the current Searcher was opened. relative to when the current Searcher was opened.
You can change it to lastModFrom="dirLastMod" if you want the You can change it to lastModFrom="dirLastMod" if you want the
value to exactly corrispond to when the physical index was last value to exactly correspond to when the physical index was last
modified. modified.
etagSeed="..." is an option you can change to force the ETag etagSeed="..." is an option you can change to force the ETag
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
Search components are registered to SolrCore and used by Search Handlers Search components are registered to SolrCore and used by Search Handlers
By default, the following components are avaliable: By default, the following components are available:
<searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" /> <searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" />
<searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" /> <searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" />
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</listener> </listener>
--> -->
<!-- A postOptimize event is fired only after every optimize command, useful <!-- A postOptimize event is fired only after every optimize command, useful
in conjunction with index distribution to only distribute optimized indicies in conjunction with index distribution to only distribute optimized indices
<listener event="postOptimize" class="solr.RunExecutableListener"> <listener event="postOptimize" class="solr.RunExecutableListener">
<str name="exe">snapshooter</str> <str name="exe">snapshooter</str>
<str name="dir">solr/bin</str> <str name="dir">solr/bin</str>
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
(and validation against If-Modified-Since requests) will all be (and validation against If-Modified-Since requests) will all be
relative to when the current Searcher was opened. relative to when the current Searcher was opened.
You can change it to lastModFrom="dirLastMod" if you want the You can change it to lastModFrom="dirLastMod" if you want the
value to exactly corrispond to when the physical index was last value to exactly correspond to when the physical index was last
modified. modified.
etagSeed="..." is an option you can change to force the ETag etagSeed="..." is an option you can change to force the ETag
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
Search components are registered to SolrCore and used by Search Handlers Search components are registered to SolrCore and used by Search Handlers
By default, the following components are avaliable: By default, the following components are available:
<searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" /> <searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" />
<searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" /> <searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" />
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</listener> </listener>
--> -->
<!-- A postOptimize event is fired only after every optimize command, useful <!-- A postOptimize event is fired only after every optimize command, useful
in conjunction with index distribution to only distribute optimized indicies in conjunction with index distribution to only distribute optimized indices
<listener event="postOptimize" class="solr.RunExecutableListener"> <listener event="postOptimize" class="solr.RunExecutableListener">
<str name="exe">snapshooter</str> <str name="exe">snapshooter</str>
<str name="dir">solr/bin</str> <str name="dir">solr/bin</str>
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
(and validation against If-Modified-Since requests) will all be (and validation against If-Modified-Since requests) will all be
relative to when the current Searcher was opened. relative to when the current Searcher was opened.
You can change it to lastModFrom="dirLastMod" if you want the You can change it to lastModFrom="dirLastMod" if you want the
value to exactly corrispond to when the physical index was last value to exactly correspond to when the physical index was last
modified. modified.
etagSeed="..." is an option you can change to force the ETag etagSeed="..." is an option you can change to force the ETag
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
Search components are registered to SolrCore and used by Search Handlers Search components are registered to SolrCore and used by Search Handlers
By default, the following components are avaliable: By default, the following components are available:
<searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" /> <searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" />
<searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" /> <searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" />
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</listener> </listener>
--> -->
<!-- A postOptimize event is fired only after every optimize command, useful <!-- A postOptimize event is fired only after every optimize command, useful
in conjunction with index distribution to only distribute optimized indicies in conjunction with index distribution to only distribute optimized indices
<listener event="postOptimize" class="solr.RunExecutableListener"> <listener event="postOptimize" class="solr.RunExecutableListener">
<str name="exe">snapshooter</str> <str name="exe">snapshooter</str>
<str name="dir">solr/bin</str> <str name="dir">solr/bin</str>
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
(and validation against If-Modified-Since requests) will all be (and validation against If-Modified-Since requests) will all be
relative to when the current Searcher was opened. relative to when the current Searcher was opened.
You can change it to lastModFrom="dirLastMod" if you want the You can change it to lastModFrom="dirLastMod" if you want the
value to exactly corrispond to when the physical index was last value to exactly correspond to when the physical index was last
modified. modified.
etagSeed="..." is an option you can change to force the ETag etagSeed="..." is an option you can change to force the ETag
...@@ -432,7 +432,7 @@ ...@@ -432,7 +432,7 @@
Search components are registered to SolrCore and used by Search Handlers Search components are registered to SolrCore and used by Search Handlers
By default, the following components are avaliable: By default, the following components are available:
<searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" /> <searchComponent name="query" class="org.apache.solr.handler.component.QueryComponent" />
<searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" /> <searchComponent name="facet" class="org.apache.solr.handler.component.FacetComponent" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment