Tim-Brooks opened a new pull request, #16224:
URL: https://github.com/apache/lucene/pull/16224

   The columnar version of a custom TokenStream on a Field: per-doc token
   streams are fed straight to the inverter, bypassing the analyzer.
   This is inverted-index-only — requires indexOptions != NONE and
   tokenized, and forbids stored/doc-values/points/vectors.
   
   BinaryColumnAdapter gains a token-stream mode (an ObjectTupleCursor<
   TokenStream> in place of the BytesRef cursor); ColumnValidation and
   IndexingChain dispatch the new type.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to