The invention discloses a digital
information processing method and
system based on mixed retrieval, and aims to solve the problems of low retrieval efficiency and poor precision of a
knowledge base in a professional field. The method comprises the following steps: firstly, constructing two indexes for a document set in parallel, wherein one index is a vector index for recording semantic vectors of document blocks, and the other index is an
inverted index based on a preset
regular expression; after user query is received, the
system starts two retrieval paths in parallel: one is that global semantic retrieval is executed through vector indexes to obtain a preliminary candidate set; and 2, analyzing a specific mode in query, and if the specific mode is matched with the
regular expression, performing rapid and accurate matching by using an
inverted index to obtain a candidate subset with a smaller range. And the
system preferentially performs fine sorting in the subset in combination with
semantic similarity and outputs a result. According to the method, by introducing regular rapid preliminary screening, the follow-up
processing range is effectively narrowed, and the retrieval efficiency and the retrieval precision of information such as specific codes and identifiers are remarkably improved.