You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/26 03:40:48 UTC

[Solr Wiki] Trivial Update of "CommonQueryParameters" by SimonRosenthal

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "CommonQueryParameters" page has been changed by SimonRosenthal:
http://wiki.apache.org/solr/CommonQueryParameters?action=diff&rev1=42&rev2=43

Comment:
typos

  
  === Transformers: ===
  
- [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/response/transform/DocTransformer.java|Transformers]] manipulate SolrDocuments before they are returned.  Standared transformers include:
+ [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/response/transform/DocTransformer.java|Transformers]] manipulate SolrDocuments before they are returned.  Standard transformers include:
  
  ||'''Example'''||'''Meaning'''||
  ||`[docid]`|| the lucene document id (int) ||
  ||`[shard]`|| the id of the shard that produced the result ||
  ||`[explain]`|| inline explain info ||
  ||`[explain style=nl|text|html]`|| explain info with explicit style ||
- ||`[value v=? t=int|double|float|date]`|| explict value ||
+ ||`[value v=? t=int|double|float|date]`|| explicit value ||
  
- Custom Transformers can be registered in solrconfg.xml
+ Custom Transformers can be registered in solrconfig.xml
  
- === field alias ==
+ === Field alias ===
  
  Any field, function, or transformer can be displayed with a different name in the output document: