Solr Index using Avro files -


i have build large inverted index , have stored inverted index in avro format not want expose service. wondering there way load avro files solr solr can index inverted index have built.

here how inverted-index looks like:

{"key":"10.08","bucket":0,"itemids":[161049555960]} {"key":"100-1000-pcs","bucket":0,"itemids":[590143038066]} {"key":"11-2972","bucket":0,"itemids":[130941586664]} {"key":"1106200","bucket":0,"itemids":[111132254095]} {"key":"1370","bucket":0,"itemids":[380680582645]} 

you may able use apache flume process avro source, , use solr sink index them. (tho i'm not familiar flume.)


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -