Dear Wiki user,

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

The "javabin" page has been changed by RobertMuir.
The comment on this change is: update trunk location.
http://wiki.apache.org/solr/javabin?action=diff&rev1=5&rev2=6

--------------------------------------------------

  javabin is a custom binary format used to write out solr's response in a 
[[https://issues.apache.org/jira/browse/SOLR-486?focusedCommentId=12588875#action_12588875|fast
 and efficient]] manner. 
[[http://issues.apache.org/jira/browse/SOLR-486|SOLR-486]] is the jira issue .
  
- Currently only a 
[[http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/common/util/NamedListCodec.java?revision=685640&view=markup|java
 library]] is available to write/read this format .  This is the default format 
used by SolrJ and this is the format used for inter-Solr communication in 
distributed search. Use `wt=javabin` in request parameter to get the output in 
this format.
+ Currently only a 
[[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/java/org/apache/solr/common/util/NamedListCodec.java?revision=685640&view=markup|java
 library]] is available to write/read this format .  This is the default format 
used by SolrJ and this is the format used for inter-Solr communication in 
distributed search. Use `wt=javabin` in request parameter to get the output in 
this format.
  <<TableOfContents>>
  == Supported Types ==
  It supports all the data types needed in Solr Response

Reply via email to