Hi, On Mon, Jun 24, 2013 at 6:13 PM, Mathias Lux <m...@itec.uni-klu.ac.at> wrote: > When searching for an image within memory I came down to 44ms. > Therefore, 77ms is totally acceptable in these terms. My benchmarking > of the BinaryDocValuesField showed that it'd come close to the 44ms, > but I didn't go for a full evaluation as a lot of re-coding was > needed.
Even though stored fields performance looks good with small blocks, I encourage you to use doc values instead, which have been designed exactly for the kind of use-case you are describing! -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org