Please, ignore this thread. It's *my misunderstanding* of query.getSpans().
Thanks! On Wed, Dec 1, 2010 at 10:15 AM, Fabiano Nunes <fabi...@nunes.me> wrote: > PayloadSpanUtil can't retrieve payloads from unstored fields ( > Field.Store.NO). Since the payloads is stored in terms, why do I need > store the fields? > Example: > PayloadSpanUtil psu = new PayloadSpanUtil(ireader); > Collection<byte[]> tests = psu.getPayloadsForQuery(query); > Assert.assertTrue((tests.size() > 0)); // <------- tests is always 0 if the > field is Field.Store.NO > > Thanks. >