mirror of https://github.com/apache/lucene.git
- Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@428003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af06afffbe
commit
bc40671140
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
<!-- An optimization for use with the queryResultCache. When a search
|
<!-- An optimization for use with the queryResultCache. When a search
|
||||||
is requested, a superset of the requested number of document ids
|
is requested, a superset of the requested number of document ids
|
||||||
are collected. For example, of a search for a particular query
|
are collected. For example, if a search for a particular query
|
||||||
requests matching documents 10 through 19, and queryWindowSize is 50,
|
requests matching documents 10 through 19, and queryWindowSize is 50,
|
||||||
then documents 0 through 50 will be collected and cached. Any further
|
then documents 0 through 50 will be collected and cached. Any further
|
||||||
requests in that range can be satisfied via the cache. -->
|
requests in that range can be satisfied via the cache. -->
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
|
|
||||||
<!-- DisMaxRequestHandler is an example of a request handler that
|
<!-- DisMaxRequestHandler is an example of a request handler that
|
||||||
supports optional parameters which are passed to
|
supports optional parameters which are passed to
|
||||||
it's init() method.
|
its init() method.
|
||||||
-->
|
-->
|
||||||
<requestHandler name="dismax" class="solr.DisMaxRequestHandler" >
|
<requestHandler name="dismax" class="solr.DisMaxRequestHandler" >
|
||||||
<float name="tie">0.01</float>
|
<float name="tie">0.01</float>
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
writer specified by the 'wt' request parameter matching the name of a registered
|
writer specified by the 'wt' request parameter matching the name of a registered
|
||||||
writer.
|
writer.
|
||||||
The "standard" writer is the default and will be used if 'wt' is not specified
|
The "standard" writer is the default and will be used if 'wt' is not specified
|
||||||
in the request. XMLResponseWriter will be used if nothing specified here.
|
in the request. XMLResponseWriter will be used if nothing is specified here.
|
||||||
The json, python, and ruby writers are also available by default.
|
The json, python, and ruby writers are also available by default.
|
||||||
|
|
||||||
<queryResponseWriter name="standard" class="org.apache.solr.request.XMLResponseWriter"/>
|
<queryResponseWriter name="standard" class="org.apache.solr.request.XMLResponseWriter"/>
|
||||||
|
|
Loading…
Reference in New Issue