Search for Posts on Codeforces

Revision en2, by MikeMirzayanov, 2015-12-23 14:22:08

Hello.

Now you do not have to go into Google if you need to search blog posts. You can do it directly on Codeforces. The implemented search is based on Apache Lucene . The index contains all open public posts, which are already more than 15,000 documents.

Temporarily search for tags are now available (tags will be added to the index soon), but instead you have the opportunity to find posts and even sort using different criteria. By the way, you can use complete syntax of Lucene queries to search. Here is a short description of main features.

You can use several words in query to find by all of them at the same time. In addition, if you are lucky search understands word forms and some synonyms. It supports search by title and author.

Some examples:

  • 305 — search for 305, most probably it will find blogs about the Round 305
  • andrew stankevich contests — search for words "andrew", "stankevich" and "contests" at the same time
  • user:mikemirzayanov title:testlib — search containing "testlib" in title by MikeMirzayanov
  • "vk cup" — use quotes to find phrase as is
  • title:educational search in title

Regarding indexing comments, solutions and problem statements I have a feeling that it may be useless. Too difficult to find something relevant (or maybe not). What do you think: should we implement it?

Tags codeforces, search

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
ru3 Russian MikeMirzayanov 2015-12-23 23:11:44 11 Мелкая правка: 'ces. Мы поиск по ' -> 'ces. Мы поддержали поиск по '
ru2 Russian MikeMirzayanov 2015-12-23 15:44:57 0 (опубликовано)
en2 English MikeMirzayanov 2015-12-23 14:22:08 14
en1 English MikeMirzayanov 2015-12-23 14:21:43 1434 Initial revision for English translation
ru1 Russian MikeMirzayanov 2015-12-23 14:00:52 1628 Первая редакция (сохранено в черновиках)