Re: BitSet field type in solr

2012-08-02 Thread Erick Erickson
There has been talk of a bit fieldType, but I don't think it has ever been implemented. I don't think you need a custom FieldType, there already is a BinaryType (although I confess I haven't used it, so check first G). From there, I think your custom Similarity is the way to go... Best Erick On

BitSet field type in solr

2012-07-31 Thread Dazhi Jiao
Hi, I am new to solr and I apologize if I am not using the right terms in my question. I want to use solr to store and search for some chemistry data. For each molecule (represented as a string), I can convert it into a bitset representation (fixed length). To search for the molecule, the