Proximity full-text searches of frequently occurring words with a response time guarantee

Alexander B. Veretennikov
DOI: https://doi.org/10.1007/978-3-030-42176-2_37
2020-09-06
Abstract:Full-text search engines are important tools for information retrieval. In a proximity full-text search, a document is relevant if it contains query terms near each other, especially if the query terms are frequently occurring words. For each word in the text, we use additional indexes to store information about nearby words at distances from the given word of less than or equal to MaxDistance, which is a parameter. A search algorithm for the case when the query consists of high-frequently used words is discussed. In addition, we present results of experiments with different values of MaxDistance to evaluate the search speed dependence on the value of MaxDistance. These results show that the average time of the query execution with our indexes is 94.7-45.9 times (depending on the value of MaxDistance) less than that with standard inverted files when queries that contain high-frequently occurring words are evaluated. This is a pre-print of a contribution published in Pinelas S., Kim A., Vlasov V. (eds) Mathematical Analysis With Applications. CONCORD-90 2018. Springer Proceedings in Mathematics & Statistics, vol 318, published by Springer, Cham. The final authenticated version is available online at: <a class="link-external link-https" href="https://doi.org/10.1007/978-3-030-42176-2_37" rel="external noopener nofollow">this https URL</a>
Information Retrieval
What problem does this paper attempt to address?