hi , What is the correct way to propagate the payload byte array at collector collecting time ? Currently we are using a ThreadLocal object inside our Similarity subclass (during scoring payload) to keep the reference of the current payload. Then we retrieve the payload byte array at collecting time.
The span scorer has a reference to the Span object, however, the Scorer class does not allow us to retrieve sub scorers. We are using lucene 2.9.4 thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org