Re: Which is More Efficient Way of storing Doc Values

2017-04-27 Thread Erick Erickson
What kind of lead time to your production system? Erik Hatcher is doing some really exciting things with Payloads. The idea here is that you have one field where the store ID has a "payload", and you use that in scoring. Here's the (currently painful) hard way to do this. While more work on your pa

Re: Which is more efficient

2009-05-05 Thread Michael McCandless
They should be very nearly the same. Under the hood, when you call updateDocument, IndexWriter buffers up the deleted terms, and flushes them periodically. Mike On Tue, May 5, 2009 at 7:42 AM, Antony Bowesman wrote: > Just wondered which was more efficient under the hood > >  for (int i = 0; i