> What I was trying to do is search the file containing a bit-sequence and
> specific bit is on/off. For example, search files containing a
> bit-sequence such as "0110101011..." and third-bit is on.

How about if you index the position of the bit and the value separately? So:

bit_0: x
bit_1: x
bit_2: x

then you can query for a specific combination of bits using a boolean
query (bit_0: 0 and bit_1: 1). Just a thought.

Dawid

P.S. Robert: my birthday is on April Fool's; do you think it may have
something to do with interest in automata theory? :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to