| 1 | = Virtual CSW endpoints = |
| 2 | |
| 3 | || '''Date''' || 2011/12/20 || |
| 4 | || '''Contact(s)''' || François Prunayre || |
| 5 | || '''Last edited''' || || |
| 6 | || '''Status''' || done || |
| 7 | || '''Assigned to release''' || 2.7.0 || |
| 8 | || '''Resources''' || Available || |
| 9 | || '''Ticket #''' || #708 || |
| 10 | |
| 11 | == Overview == |
| 12 | |
| 13 | The main objective of this proposal is to be able to customize default Lucene scoring in order to promote certain types of records. |
| 14 | |
| 15 | A common use case could be: to promote series and not promote datasets part of a series (the relation navigation will drive user from series to children). |
| 16 | |
| 17 | |
| 18 | === Proposal Type === |
| 19 | * '''Type''': Core Change |
| 20 | * '''App''': !GeoNetwork |
| 21 | * '''Module''': LuceneConfig |
| 22 | |
| 23 | === Links === |
| 24 | * '''Documents''': |
| 25 | * '''Email discussions''': |
| 26 | * '''Other wiki discussions''': |
| 27 | |
| 28 | === Voting History === |
| 29 | * Vote proposed by François Prunayre on 2011/12/20, result was ... |
| 30 | |
| 31 | ---- |
| 32 | |
| 33 | == Proposal == |
| 34 | |
| 35 | Document and field boosting are applied at index time. See boosting query to do boosting at search time (see #336). |
| 36 | |
| 37 | Add the capability to set field and document boosting as explained in ticket #708. |
| 38 | |
| 39 | |
| 40 | === Backwards Compatibility Issues === |
| 41 | The default configuration does not set any boosting (current score do not change). |
| 42 | |
| 43 | == Risks == |
| 44 | |
| 45 | == Participants == |
| 46 | * Francois Prunayre |