-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use a weighted search #122
base: master
Are you sure you want to change the base?
Conversation
…(using the eDisMax query parser) works as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vielen Dank! Die Frage der Konfiguration muss noch geklärt und ein paar Kleinigkeiten angepasst werden.
…ue or false, not null
…elds influences the result scores
…e or false (but not null)
…ights influences the order of results
…ation opions if defined
…ng for missing or equal boost factors to a separate test
@j3nsch Dieser PR ist jetzt funktional & verwendbar. |
…'s ID (and not its title)
…ds() which will read the configuration only once
…t getWeightedSearch() can load its value from the config if it isn't set yet
…fluent interface
…quest parameter that's used when matching phrases
…eDisMax Solr query parsers
…a; by default, Solr's standard query parser will now only search the "title" field; adopts test accordingly
Nach dem Entfernen der "catchall" Felder Die Solr Standard-Suche sucht jetzt standardmässig nur noch im "Titel"-Feld. Für eine Suche über alle Felder benötigt es jetzt die gewichtete Suche. |
… default Setting a field's boost factor to 0 (via the "search.simple" config option) will cause documents with matches just in that field to get a score of 0
…ighted search (which searches across all defined fields instead of just the title field)
Merge in support for PublicationState
PR für #37