Skip to content

GITHUB#15769: Restore PathHierarchyTokenizer synonym positions for ancestor-path search #359

GITHUB#15769: Restore PathHierarchyTokenizer synonym positions for ancestor-path search

GITHUB#15769: Restore PathHierarchyTokenizer synonym positions for ancestor-path search #359

name: "Run checks: module lucene/analysis/common (hunspell)"
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
- 'branch_10x'
paths:
- '.github/workflows/run-checks-mod-analysis-common.yml'
- 'lucene/analysis/common/**'
push:
branches:
- 'main'
- 'branch_10x'
paths:
- '.github/workflows/run-checks-mod-analysis-common.yml'
- 'lucene/analysis/common/**'
permissions: {}
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
jobs:
test:
name: Extra Hunspell regression tests
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Configure tools
uses: ./.github/actions/prepare-for-build
- name: Run Hunspell regression tests
run: ./gradlew -p lucene/analysis/common -Ptests.hunspell.regressions=true -Ptests.verbose=true test --tests "TestAllDictionaries"