tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Support binary response format #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Port JavaBinCodec ( 
http://svn.apache.org/repos/asf/lucene/solr/trunk/src/common/org/apache/solr/
common/util/JavaBinCodec.java ) to .net to parse binary responses.

See also http://wiki.apache.org/solr/javabin

Original issue reported on code.google.com by mauricio...@gmail.com on 16 Aug 2009 at 11:07

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 9 Sep 2009 at 6:39

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 15 Nov 2009 at 8:23

GoogleCodeExporter commented 8 years ago
Started here: http://code.google.com/p/mausch/source/browse/trunk/JavaBin/

Original comment by mauricio...@gmail.com on 7 Dec 2009 at 9:29

GoogleCodeExporter commented 8 years ago
Moved to http://github.com/mausch/SolrNet/tree/javabin

Original comment by mauricio...@gmail.com on 24 Jul 2010 at 6:06

GoogleCodeExporter commented 8 years ago
Need issue #82 first to switch to lazy parsing. Then abstract away documents, 
nodes and elements, then implement a xml codec and a bin codec.

Original comment by mauricio...@gmail.com on 13 Dec 2010 at 1:57

GoogleCodeExporter commented 8 years ago
careful: javabin has changed in Solr 3.x: 
http://wiki.apache.org/solr/javabin#Versions

Original comment by mauricio...@gmail.com on 16 Apr 2011 at 2:34

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 11 Sep 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Binary or JSON could be nice =)

Original comment by MadsFSor...@gmail.com on 2 Apr 2012 at 9:44

GoogleCodeExporter commented 8 years ago
How about implementing Avro both in Solr and SolrNET 
https://issues.apache.org/jira/browse/SOLR-3135

Original comment by cominv...@gmail.com on 2 Apr 2012 at 10:26

GoogleCodeExporter commented 8 years ago
Support for binary is integrated?

Original comment by jariwala...@gmail.com on 24 Jun 2012 at 10:35

GoogleCodeExporter commented 8 years ago
https://groups.google.com/d/msg/solrnet/Bd1OW5YXsa0/R4KyZAtC3XkJ

Original comment by mauricio...@gmail.com on 19 Aug 2012 at 2:22

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/mausch/SolrNet/issues/83

Original comment by mauricio...@gmail.com on 7 Sep 2013 at 11:56