You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2023/05/26 15:55:07 UTC

[lucene] branch main updated (f5f25777d8c -> 367b03bfc23)

This is an automated email from the ASF dual-hosted git repository.

gsmiller pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from f5f25777d8c Update changes to be correct with ARM (it is called NEON there)
     add 367b03bfc23 GH#12321: Reduce visibility of StringsToAutomaton (#12331)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                          |  2 ++
 lucene/MIGRATE.md                                           |  5 ++++-
 .../apache/lucene/analysis/core/TestFlattenGraphFilter.java |  4 ++--
 .../src/java/org/apache/lucene/util/automaton/Automata.java |  5 +++++
 .../apache/lucene/util/automaton/StringsToAutomaton.java    | 13 +++----------
 .../apache/lucene/analysis/TestAutomatonToTokenStream.java  |  8 ++++----
 .../apache/lucene/util/automaton/TestCompiledAutomaton.java |  2 +-
 .../lucene/search/uhighlight/MemoryIndexOffsetStrategy.java |  4 ++--
 .../lucene/search/uhighlight/TestUnifiedHighlighter.java    |  6 +++---
 9 files changed, 26 insertions(+), 23 deletions(-)