-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
I sometimes find the ordering of search results a little difficult to use. In particular, results which have phrases or have matches closer together are not put high enough.
An example:
On our wiki I was searching for jira time tracker; there are 2 pages that have details about this little app that we've built. The one I was looking for was on page 3 of the search (see searchResults1.png). If I search with quotes "jira time tracker" then I only get the 2 pages back (see searchResults2.png).
It would be better to prioritise this ranking of pages with phrases or matching words closer together.
- is duplicated by
-
CONFSERVER-15094 Boost exact phrase matches in searches
- Closed
- relates to
-
AI-600 Improve search result ordering , giving prioity to pages that have the all the search works found closer together or as a phrase
- Closed
Hi Alexey.
This shouldn't be impossible to do. Possibilities include using the SpanTermQuery.
Basically, tokens in Lucene have positional information and so there are a few different approaches we could take to implement this.
In saying that, we unfortunately were not able to address this ranking improvement in the scope of Confluence 2.9, but will re-visit at some future time.
Thanks.