Hi, (Mike?)
I am exploring Dimensional fields and excited about the potential speedups
and improved efficiency.

I have a DimensionalIntField (one dimensional) indexed, and wish to do
something equivalent to a Term query for a particular value. Is the
following the best way?

I want to do: new Term("myfield", "1");

I'm trying: DimensionalRangeQuery.new1DIntRange(fname, 1, true, 1, true);

Thanks,
Ishan

Reply via email to