Hi, I'm one of the authors on the post, happy to answer any questions.
Search at Slack
11–20 of 94 posts
Re: Search at Slack
#12Looks like solr is being used to rank messages using a few features and then re-ranking the top n at application layer using another set of features. This would constrain the search quality as 1) you have no control as to how these two set of features interact and 2) messages ranked low based on first set of features could be highly relevant according to the second set. Another possible approach could have been using…
Re: Search at Slack
#13Hi, I'm one of the authors on the post, happy to answer any questions.
Is there any possibility in the future users will be able to search ALL messages from a channel/private message, ever? It seems like Slack search cuts off after a certain point, and doesn't index into archived messages.
Re: Search at Slack
#14Looks like solr is being used to rank messages using a few features and then re-ranking the top n at application layer using another set of features. This would constrain the search quality as 1) you have no control as to how these two set of features interact and 2) messages ranked low based on first set of features could be highly relevant according to the second set. Another possible approach could have been using…
Re: Search at Slack
#15Hi, I'm one of the authors on the post, happy to answer any questions.
Awesome article! The article mentions the signals that the model found were most significant for a message. Curious to know if they're listed by order of significance in the article? And if not was wondering whether one or two signals were predominantly more significant than the rest.
Re: Search at Slack
#16Re: Search at Slack
#17Hi, I'm one of the authors on the post, happy to answer any questions.
Re: Search at Slack
#18This sounds like a step towards making Slack more of a knowledge repository and possibly a wiki replacement. One of my (many) qualms with knowledge repository tools like Google Sites is that searching them is basically useless. Another is that knowledge in these repos becomes stale really quickly. If you can put meaningful information in a Slack post, you can take advantage of the recency-focused nature of chat and s…
It'd be cool to highlight a piece of information and insert it into a wiki-style site.
Re: Search at Slack
#19Lucene/Solr/Elasticsearch are nice, but they need competition, especially outside the Java world.