Skip to content
New issue

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

Catch-All-Feldsuche durch gewichtete Suche in einzelnen Indexfeldern ersetzen #1161

Open
extracts opened this issue Nov 17, 2023 · 0 comments · May be fixed by #1162
Open

Catch-All-Feldsuche durch gewichtete Suche in einzelnen Indexfeldern ersetzen #1161

extracts opened this issue Nov 17, 2023 · 0 comments · May be fixed by #1162
Assignees

Comments

@extracts
Copy link
Contributor

Statt der Suche in einem einzigen Catch-All-Feld soll es möglich sein, Feldern eine unterschiedliche Gewichtung geben zu können. Damit kann die Relevanz der Suchergebnisse verbessert und gezielter gesteuert werden.

In der Konfiguration sollen dazu folgende Optionen hinzugefügt werden:

search.weightedSearch = 0

search.simple.title = 1
(... usw. für jedes in schema.xml unterstützte Feld …)
search.simple.fulltext = 1

Siehe auch OPUS4/opus4-search#37

@extracts extracts self-assigned this Nov 17, 2023
@extracts extracts linked a pull request Nov 17, 2023 that will close this issue
@extracts extracts linked a pull request Nov 17, 2023 that will close this issue
extracts added a commit that referenced this issue Nov 21, 2023
extracts added a commit that referenced this issue Dec 5, 2023
…r to 0 will cause matches in that field to get ignored
extracts added a commit that referenced this issue Dec 5, 2023
…s to increase the importance of phrase matches (i.e., cases where all query terms appear in close proximity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant