We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have introduced a new feature that allows the use of DisMax queries for default field searches. The following changes were made to the codebase:
fess_config.properties
FessConfig
QueryCommand
TermQueryCommand
DefaultQueryBuilder
The text was updated successfully, but these errors were encountered:
64f7bf0
fix #2828 Add configurable DisMax query support for default field sea…
7ee6b77
…rches
marevol
No branches or pull requests
We have introduced a new feature that allows the use of DisMax queries for default field searches. The following changes were made to the codebase:
fess_config.properties
.FessConfig
interface to include new keys for DisMax query settings.QueryCommand
andTermQueryCommand
classes to support DisMax queries.DefaultQueryBuilder
class to manage different query types.The text was updated successfully, but these errors were encountered: