Hi All,

What should be the field type if I have to save solr's open bit set value
within solr document object and retrieve it later for search?

  OpenBitSet bits = new OpenBitSet();

  bits.set(0);
  bits.set(1000);

  doc.addField("SolrBitSets", bits);


What should be the field type of  SolrBitSets?

Thanks

Reply via email to