mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16234] Fix & enhance Sphinx search backend functionality
PHPBB3-16234 PHPBB3-16233 PHPBB3-15367 PHPBB3-13958
This commit is contained in:
parent
852959cf2b
commit
a4855decb8
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
# Sample tokenised exception file for phpBB using Sphinx search engine
|
# Sample tokenised exception file for phpBB using Sphinx search engine
|
||||||
# Copyright (c) 2020 -- KYPREO
|
|
||||||
#
|
#
|
||||||
# Exceptions allow one or more tokens to be mapped to a single keyword.
|
# Exceptions allow one or more tokens to be mapped to a single keyword.
|
||||||
# Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation.
|
# Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# Sample wordforms file for phpBB using Sphinx search engine
|
# Sample wordforms file for phpBB using Sphinx search engine
|
||||||
# Copyright (c) 2020 -- KYPREO
|
|
||||||
#
|
#
|
||||||
# Wordform rules map different word forms to a single normal form.
|
# Wordform rules map different word forms to a single normal form.
|
||||||
# Wordforms are defined AFTER tokenisation and are therefore case insensitive and cannot contain ignored characters.
|
# Wordforms are defined AFTER tokenisation and are therefore case insensitive and cannot contain ignored characters.
|
||||||
|
|
Loading…
Add table
Reference in a new issue