WO2010106642A1 - 検索処理方法及び装置 - Google Patents
検索処理方法及び装置 Download PDFInfo
- Publication number
- WO2010106642A1 WO2010106642A1 PCT/JP2009/055177 JP2009055177W WO2010106642A1 WO 2010106642 A1 WO2010106642 A1 WO 2010106642A1 JP 2009055177 W JP2009055177 W JP 2009055177W WO 2010106642 A1 WO2010106642 A1 WO 2010106642A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- search
- extended
- keyword
- search result
- storage unit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/3331—Query processing
- G06F16/3332—Query translation
- G06F16/3338—Query expansion
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
Definitions
- This technology relates to keyword search technology.
- a search result as shown in FIG. 1 is obtained.
- the top 1000 search results include only documents about “apple juice” and “apple jam”.
- the normal search engine limits the number of documents to be returned as a search result, and the searcher cannot access, for example, the 1001st and subsequent documents, for example, documents including “Ringo Pie”.
- a related word related to an input keyword is extracted from a related dictionary that stores related words for each keyword in advance, and a search is further performed using the extracted related words. Extraction related words are extracted based on a predetermined priority or the like.
- a related search such as “juice” or “jam” is added and a separate search is performed in a situation where a search result as shown in FIG. 1 is obtained, as shown in FIG. Since a result similar to the search result is obtained, the searcher has not obtained useful additional information.
- an object of the present technology is to provide a novel technique for automatically presenting a search result having a content different from the content of the search result obtained from the input search keyword.
- the search processing method includes a step of receiving a search keyword, and causes the search engine to search a database storing data related to the document using the received search keyword, and includes at least a part of text data of the corresponding document from the search engine.
- the search result is acquired and stored in the initial search result storage unit, and the extended search keyword storage unit that stores the extended search keyword in association with each keyword is used to select the extended search keyword associated with the received search keyword.
- the initial search result storage unit is searched with each extracted extended search keyword, and the number of corresponding documents or frequency of occurrence is counted for each extracted extended search keyword, and is associated with each extended search keyword.
- FIG. 1 is a diagram for explaining the prior art.
- FIG. 2 is a diagram for explaining the related art.
- FIG. 3 is a diagram illustrating a system outline according to the embodiment.
- FIG. 4 is a diagram showing a main processing flow.
- FIG. 5 is a diagram showing a process flow of the initial search process.
- FIG. 6 is a diagram illustrating an example of a search keyword input screen.
- FIG. 7 is a diagram illustrating an example of data stored in the session DB.
- FIG. 8 is a diagram illustrating an example of data stored in the initial search result DB.
- FIG. 9 is a diagram illustrating a process flow of the extended keyword selection process.
- FIG. 10 is a diagram illustrating an example of data stored in the extended keyword DB.
- FIG. 10 is a diagram illustrating an example of data stored in the extended keyword DB.
- FIG. 11 is a diagram illustrating an example of data stored in the extended keyword candidate DB.
- FIG. 12 is a diagram illustrating an example of the expanded keyword candidate list after sorting.
- FIG. 13 is a diagram illustrating a processing flow of the extended search processing.
- FIG. 14 is a diagram illustrating an example of data stored in the extended search result DB.
- FIG. 15 is a diagram illustrating a processing flow of search result generation processing.
- FIG. 16 is a diagram illustrating an example of a search result display screen.
- FIG. 17 is a functional block diagram of a computer.
- FIG. 3 shows a schematic diagram of a system according to the embodiment of the present technology.
- a computer network 1 such as the Internet or a LAN (Local Area Network) includes a plurality of user terminals 3, a search processing server 5 that performs the main processing of the present embodiment, and a search engine that performs a well-known database search. 7 is connected.
- a computer network 1 such as the Internet or a LAN (Local Area Network) includes a plurality of user terminals 3, a search processing server 5 that performs the main processing of the present embodiment, and a search engine that performs a well-known database search. 7 is connected.
- the search engine 7 is connected to a database (DB) 71, and the DB 71 may store the document itself, or may be stored in many servers connected to the network 1, for example.
- the index data of the document (Web page data, etc.) is held.
- the configuration of the search engine 7 and the DB 71 managed by the search engine 7 is not a main part of the present embodiment but is well known, and will not be described further.
- the search processing server 5 includes a user interface unit 51 serving as an interface with the user terminal 3, a search interface unit 53 serving as an interface with the search engine 7, a control unit 55, a session DB 56, and an initial search result DB 57.
- the extended keyword DB 58, the extended keyword candidate DB 59, and the extended search result DB 60 are included.
- the control unit 55 operates in cooperation with the user interface unit 51 and the search interface unit 53.
- the control unit 55 performs processing using the data stored in the session DB 56 and stores the initial search result 551 in the initial search result DB 57 and the initial search result DB 57 and the extended keyword DB 58. Processing using the data stored in the extended keyword candidate DB 59 and processing using the data stored in the session DB 56 and the extended keyword DB 58 to expand the processing result. And an extended search unit 553 for storing in the search result DB 60.
- the user interface unit 51 registers the data received from the user terminal 3 in the session DB 56, generates search result display data using data stored in the initial search result DB 57 and the extended search result DB 60, and sends the data to the user terminal 3. Send.
- step S1 an initial search process is performed (step S1).
- step S3 an extended keyword selection process is performed (step S3).
- the extended keyword selection process will be described in detail later, but an extended keyword candidate to be used in addition to the input search keyword is selected.
- step S3 may be performed in parallel with step S1.
- step S5 an extended search process is performed (step S5).
- the extended search process will be described in detail later, but the search process is performed for a combination of an input search keyword and an extended keyword candidate.
- search result generation processing is performed (step S7).
- the search result generation process will be described in detail later. For example, Web page data for displaying the initial search result and the extended search result side by side on the top and bottom or right and left on one screen is generated and transmitted to the user terminal 3. It is a process to display.
- the user interface unit 51 of the search processing server 5 receives a search keyword from the user terminal 3 (step S11). For example, in response to access from the user terminal 3, the user interface unit 51 transmits Web page data for displaying a search keyword input screen to the user terminal 3, and the user terminal 3 receives the Web page data. Then, a search keyword input screen as shown in FIG. 6 is displayed.
- the screen example in FIG. 6 has an input field 601 and a search button 602. Here, it is assumed that the search keyword “apple” is input in the input field 601 and the search button 602 is clicked.
- the user terminal 3 transmits the search keyword as a search request to the search processing server 5.
- the user interface unit 51 issues a session ID, and registers the session ID, the search keyword, and terminal information (for example, terminal ID and IP address) in the session DB 56 (step S13). For example, data as shown in FIG. 7 is registered in the session DB 56. In the example of FIG. 7, a session ID, a keyword, and a terminal ID (which may be an IP address or the like) are registered. In addition, the user interface unit 51 instructs the control unit 55 to perform processing.
- the initial search unit 551 of the control unit 55 reads the newly registered search keyword from the session DB 56, and searches the search interface unit 53 using the search keyword. Requests the search engine 7 to execute.
- the search interface unit 53 transmits a search request including a search keyword to the search engine 7 in response to a request from the initial search unit 551.
- the search engine 7 receives a search request including a search keyword from the search processing server 5, performs search processing on the DB 71, for example, and transmits data for the top M search results to the search processing server 5.
- the search interface unit 53 of the search processing server 5 receives data for the top M search results and outputs the data to the initial search unit 551 of the control unit 55.
- the initial search unit 551 acquires data for the top M search results from the search interface unit 53 (step S15).
- the search result includes, for example, the title and URL (Uniform Resource Locator) of the corresponding document.
- the initial search unit 551 stores the search result data including the title and URL in the initial search result DB 57 in association with the current session ID (step S17). For example, data as shown in FIG. 8 is registered in the initial search result DB 57. In the example of FIG. 8, a search result ID, a title, and a URL are registered. In this example, data for the top 100 cases are registered.
- the initial search result DB 57 stores a table as shown in FIG. 8 for each session ID.
- the extended keyword selection unit 552 acquires extended keyword candidates corresponding to the search keyword from the extended keyword DB 58 (step S51). For example, data as shown in FIG. 10 is stored in the extended keyword DB 58. In the example of FIG. 10, an input keyword and a corresponding extended keyword candidate group are registered. For example, expansion keyword candidates such as “juice”, “jam”, “ame”, and “pie” are registered for the input keyword “apple”.
- the extended keyword selection unit 552 specifies one unprocessed extended keyword candidate from the acquired extended keyword candidates (step S53). Then, the initial search result DB 57 is searched with the specified extended keyword candidate, and the number of corresponding documents in the initial search result stored in the initial search result DB 57 is counted and stored in the extended keyword candidate DB 59 (step S55). For example, among the documents in the initial search result DB 57, it is determined that a document containing the specified extended keyword candidate corresponds to the title, and the number of the documents is counted. For example, data as shown in FIG. 11 is stored in the extended keyword candidate DB 59. In the example of FIG. 11, the number of corresponding documents is registered for each extended keyword candidate.
- step S55 is executed once, one line in FIG. 11 is registered.
- the extended keyword selection unit 552 determines whether there is an unprocessed extended keyword candidate (step S57). If there is an unprocessed extended keyword candidate, the process returns to step S53. On the other hand, when all the extended keyword candidates have been processed, the extended keyword candidates are sorted in ascending order based on the counting result (FIG. 11), and the sorting result is stored in the extended keyword candidate DB 59 (step S59). In the example of FIG. 11, “Ame” has the smallest count value, and “Juice” has the largest count value. Accordingly, a list of extended keyword candidates as shown in FIG. 12 is obtained and registered in the extended keyword candidate DB 59. Then, the process returns to the original process.
- step S55 it is determined whether the count value is “0”. If the count value is “0”, it may be registered in the extended keyword candidate DB 59. In this way, since it is possible to identify extended keyword candidates that are not included in the initial search result at all, it is possible to acquire a search result having contents completely different from the initial search result by the following processing. Also in such a case, expansion keyword candidates whose count value is “0” are held as a list as shown in FIG.
- the extended search unit 553 initializes the counter i to 1 and sets the number of adopted extended keywords to N (step S61). Then, the i-th extended keyword candidate is acquired from the extended keyword candidate DB 59 (step S63). Then, the extended search unit 553 reads the search keyword related to the process (that is, the search keyword associated with the current session ID) from the session DB 56, and searches the search interface unit 53 with “search keyword & extended keyword candidate”. Is requested to be executed by the search engine 7. In response to the request from the extended search unit 553, the search interface unit 53 transmits a search request including “search keyword & extended keyword candidate” to the search engine 7.
- the search engine 7 receives a search request including “search keyword & extended keyword candidate” from the search processing server 5, performs a search process on the DB 71, for example, and searches for the top M search results (ie, extended search results). Is sent to the search processing server 5.
- the search interface unit 53 of the search processing server 5 receives data for the top M search results (may be the same as or different from M in the initial search process), and the extended search unit of the control unit 55 It outputs to 553.
- the extended search unit 553 acquires data for the top M search results from the search interface unit 53 (step S65).
- the extended search result includes, for example, the title and URL (Uniform Resource Locator) of the document.
- the extended search unit 553 stores the acquired extended search result in the extended search result DB 60 (step S67).
- An example of data stored in the extended search result DB 60 is shown in FIG.
- a “search keyword & extended keyword candidate” that is a condition of the extended query, a title, and a URL are registered.
- Data for M items are registered for each extended search result ID.
- a data table as shown in FIG. 14 is stored in the extended search result DB 60 for each session ID.
- the extended search unit 553 determines whether i is smaller than N (step S69). If i is smaller than N, i is incremented by 1, and the process returns to step S63. On the other hand, if i is greater than or equal to N, the original process returns.
- the extended search result to be presented to the searcher is acquired, which has contents that are not included in the initial search so much or not at all.
- the control unit 55 outputs the session ID for which the process has been completed to the user interface unit 51 to perform the search result generation process.
- the user interface unit 51 reads the result display form that is held (step S71), reads the search keyword related to the completion of processing from, for example, the session DB 56, and sets it as a presentation location in the result display form (step S73).
- the initial search result corresponding to the session ID related to the process completion is read from the initial search result DB 57, and the title of each corresponding document is hyperlinked as many times as can be displayed, and the corresponding URL can be accessed. It is set as a presentation location in the display form (step S75).
- the counter i is initialized to 1 and N is set to the number of extended keywords adopted (step S77).
- the user interface unit 51 secures the i-th frame of the extended search result area in the result display form (step S79), and the i-th extended query condition (ie, “search keyword & extended keyword candidate”). ]) And the extended search result are read from the extended search result DB 60, the extended query is set in the presentation frame in the result display form, and the titles of the corresponding documents are hyperlinked by the number of displayable items. The corresponding URL can be accessed and set in the presentation location in the result display form (step S81).
- the user interface unit 51 determines whether i is smaller than N (step S83). If i is smaller than N, i is incremented by 1 (step S85), and the process returns to step S79. On the other hand, if i is N or more, the search result display page data by the result display form generated by the above-described processing is transmitted to the user terminal 3 related to the current session ID (step S87).
- the user terminal 3 receives the search result display page data from the search processing server 5 and displays it on the display device as shown in FIG. 16, for example.
- the search keyword is presented at the beginning portion 1501 of the page
- the initial search result presentation frame 1502 by the search keyword is included on the lower left side
- the extended search result is presented on the right side of the presentation frame 1502.
- Frames 1510 and 1520 are provided.
- each corresponding document (Web page or the like) of the initial search result is listed, and the specific contents of each corresponding document (for example, Web page) can be referred to by a hyperlink.
- the extended query condition “apple & candy” is presented, and specific expanded search results are listed in the presentation frame 1512.
- the expansion frame condition “apple & pie” is presented in the presentation frame 1521, and specific extended search results are listed in the presentation frame 1522. In any case, when a search is made only with “apple”, the search results that are not presented or are not easily included are included.
- the number of documents to be presented and the number of presentation frames for extended search results are optional depending on the size of the display area.
- the presentation may be divided into a plurality of pages, a presentation form that can be compared and compared as shown in FIG. 6 is preferable.
- all information is presented in one window.
- the initial search result may be presented in a first window and the extended search result may be presented in a second window.
- a window may be divided for each extended keyword. In this way, more search results can be displayed at once for each.
- the functional block diagram of the search processing server 5 in FIG. 3 is an example, and may not necessarily match the actual program module configuration.
- the network connection relationship shown in FIG. 3 is also an example.
- the search engine 7 is a server that operates in the background of the search processing server 5, and the network behind the search processing server 5 is viewed from the user terminal 3. It may be connected.
- a server / client configuration has been shown, a stand-alone configuration in which the user terminal 3 and the search processing server 5 are integrated may be used. Further, the search engine 7 may be integrated.
- screen configuration example is illustrated, other screen configurations can be adopted as long as similar information can be presented in the screen configuration example.
- search processing server 5, search engine 7, and user terminal 3 are computer devices, as shown in FIG. 17, in a memory 2501, a CPU 2503, a hard disk drive (HDD) 2505, and a display device 2509.
- a display control unit 2507 to be connected, a drive device 2513 for the removable disk 2511, an input device 2515, and a communication control unit 2517 for connecting to a network are connected by a bus 2519.
- An operating system (OS: Operating System) and an application program for executing the processing in this embodiment are stored in the HDD 2505, and are read from the HDD 2505 to the memory 2501 when executed by the CPU 2503. If necessary, the CPU 2503 controls the display control unit 2507, the communication control unit 2517, and the drive device 2513 to perform necessary operations.
- OS Operating System
- data in the middle of processing is stored in the memory 2501 and stored in the HDD 2505 if necessary.
- an application program for performing the above-described processing is stored in a computer-readable removable disk 2511 and distributed, and installed from the drive device 2513 to the HDD 2505.
- the HDD 2505 may be installed via a network such as the Internet and the communication control unit 2517.
- Such a computer apparatus realizes various functions as described above by organically cooperating hardware such as the CPU 2503 and the memory 2501 described above, the OS, and necessary application programs.
- the search processing method includes a step of receiving a search keyword, and causes the search engine to search a database storing data related to the document using the received search keyword, and includes at least a part of text data of the corresponding document from the search engine.
- the search result is acquired and stored in the initial search result storage unit, and the extended search keyword storage unit that stores the extended search keyword in association with each keyword is used to select the extended search keyword associated with the received search keyword.
- the initial search result storage unit is searched with each extracted extended search keyword, and the number of corresponding documents or frequency of occurrence is counted for each extracted extended search keyword, and is associated with each extended search keyword.
- an extended search keyword that does not appear very much (or does not appear at all) in the search result (that is, the initial search result) by the input search keyword among the extended search keywords related to the input search keyword is used for the extended search.
- data for displaying at least a part of the initial search result and at least a part of the extended search result in different screen areas may be generated.
- the searcher can comprehend different search results, and can find a document closer to the purpose or a new direction of search.
- different areas may be divided in the same window, for example, the initial search result may be displayed in the main window, and the extended search result may be displayed in one or a plurality of subwindows.
- the predetermined value described above may be set to “0”. It becomes possible to present search results having different contents that cannot be presented at all by the initial search result based on the input search keyword.
- the range included in the initial search result is only for the upper predetermined number of relevance, only the extended search keyword is not included in the range, and in the document lower than the upper predetermined number, the extended search keyword is include.
- a program for causing the hardware to perform the processing described above, and the program can be read by a computer such as a flexible disk, a CD-ROM, a magneto-optical disk, a semiconductor memory, and a hard disk. It is stored in a possible storage medium or storage device. Note that data being processed is temporarily stored in a storage device such as a computer memory.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (7)
- 検索キーワードを受信するステップと、
受信した前記検索キーワードで、文書に関するデータを格納するデータベースを検索エンジンに検索させ、当該検索エンジンから該当文書の少なくとも一部のテキストデータを含む初期検索結果を取得し、初期検索結果格納部に格納するステップと、
各キーワードに対応付けて拡張検索キーワードを格納する拡張検索キーワード格納部から、受信した前記検索キーワードに対応付けられている拡張検索キーワードを抽出するステップと、
抽出された各前記拡張検索キーワードで前記初期検索結果格納部を検索して、抽出された各前記拡張検索キーワードについて該当文書件数又は出現頻度を計数し、各前記拡張検索キーワードに対応付けて前記該当文書件数又は出現頻度を集計結果格納部に格納するステップと、
前記集計結果格納部に格納されている前記拡張検索キーワードのうち前記該当文書件数又は出現頻度が少ない順で上位所定数の前記拡張検索キーワードの各々又は前記該当文書件数又は出現頻度が所定値以下の前記拡張検索キーワードの各々と受信した前記検索キーワードとの組み合わせで、前記データベースを前記検索エンジンに検索させ、当該検索エンジンから該当文書の少なくとも一部のテキストデータを含む拡張検索結果を取得し、拡張検索結果格納部に格納するステップと、
前記初期検索結果格納部に格納されている前記初期検索結果の少なくとも一部と、前記拡張検索結果格納部に格納されている前記拡張検索結果の少なくとも一部とを出力する出力ステップと、
を、コンピュータに実行させるための検索処理プログラムを格納するコンピュータ読み取り可能な記録媒体。 - 前記出力ステップにおいて、
前記初期検索結果の少なくとも一部と、前記拡張検索結果の少なくとも一部とを異なる画面領域で表示するためのデータを生成する
請求項1記載のコンピュータ読み取り可能な記録媒体。 - 前記所定値が0である請求項1又は2記載のコンピュータ読み取り可能な記録媒体。
- 検索キーワードを受信するステップと、
受信した前記検索キーワードで、文書に関するデータを格納するデータベースを検索エンジンに検索させ、当該検索エンジンから該当文書の少なくとも一部のテキストデータを含む初期検索結果を取得し、初期検索結果格納部に格納するステップと、
各キーワードに対応付けて拡張検索キーワードを格納する拡張検索キーワード格納部から、受信した前記検索キーワードに対応付けられている拡張検索キーワードを抽出するステップと、
抽出された各前記拡張検索キーワードで前記初期検索結果格納部を検索して、抽出された各前記拡張検索キーワードについて該当文書件数又は出現頻度を計数し、各前記拡張検索キーワードに対応付けて前記該当文書件数又は出現頻度を集計結果格納部に格納するステップと、
前記集計結果格納部に格納されている前記拡張検索キーワードのうち前記該当文書件数又は出現頻度が少ない順で上位所定数の前記拡張検索キーワードの各々又は前記該当文書件数又は出現頻度が所定値以下の前記拡張検索キーワードの各々と受信した前記検索キーワードとの組み合わせで、前記データベースを前記検索エンジンに検索させ、当該検索エンジンから該当文書の少なくとも一部のテキストデータを含む拡張検索結果を取得し、拡張検索結果格納部に格納するステップと、
前記初期検索結果格納部に格納されている前記初期検索結果の少なくとも一部と、前記拡張検索結果格納部に格納されている前記拡張検索結果の少なくとも一部とを出力する出力ステップと、
を含み、コンピュータに実行される検索処理方法。 - 前記出力ステップにおいて、
前記初期検索結果の少なくとも一部と、前記拡張検索結果の少なくとも一部とを異なる画面領域で表示するためのデータを生成する
請求項4記載の検索処理方法。 - 検索キーワードを受信し、受信した前記検索キーワードで、文書に関するデータを格納するデータベースを検索エンジンに検索させ、当該検索エンジンから該当文書の少なくとも一部のテキストデータを含む初期検索結果を取得し、初期検索結果格納部に格納する手段と、
各キーワードに対応付けて拡張検索キーワードを格納する拡張検索キーワード格納部から、受信した前記検索キーワードに対応付けられている拡張検索キーワードを抽出する手段と、
抽出された各前記拡張検索キーワードで前記初期検索結果格納部を検索して、抽出された各前記拡張検索キーワードについて該当文書件数又は出現頻度を計数し、各前記拡張検索キーワードに対応付けて前記該当文書件数又は出現頻度を集計結果格納部に格納する手段と、
前記集計結果格納部に格納されている前記拡張検索キーワードのうち前記該当文書件数又は出現頻度が少ない順で上位所定数の前記拡張検索キーワードの各々又は前記該当文書件数又は出現頻度が所定値以下の前記拡張検索キーワードの各々と受信した前記検索キーワードとの組み合わせで、前記データベースを前記検索エンジンに検索させ、当該検索エンジンから該当文書の少なくとも一部のテキストデータを含む拡張検索結果を取得し、拡張検索結果格納部に格納する手段と、
前記初期検索結果格納部に格納されている前記初期検索結果の少なくとも一部と、前記拡張検索結果格納部に格納されている前記拡張検索結果の少なくとも一部とを出力する出力手段と、
を有する検索処理装置。 - 前記出力手段が、
前記初期検索結果の少なくとも一部と、前記拡張検索結果の少なくとも一部とを異なる画面領域で表示するためのデータを生成する
請求項6記載の検索処理装置。
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200980157826.6A CN102341800B (zh) | 2009-03-17 | 2009-03-17 | 检索处理方法以及装置 |
| GB1116081.9A GB2481333A (en) | 2009-03-17 | 2009-03-17 | Search processing method and apparatus |
| PCT/JP2009/055177 WO2010106642A1 (ja) | 2009-03-17 | 2009-03-17 | 検索処理方法及び装置 |
| JP2011504649A JP5110201B2 (ja) | 2009-03-17 | 2009-03-17 | 検索処理方法及び装置 |
| US13/234,955 US20120072406A1 (en) | 2009-03-17 | 2011-09-16 | Search processing method and apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2009/055177 WO2010106642A1 (ja) | 2009-03-17 | 2009-03-17 | 検索処理方法及び装置 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/234,955 Continuation US20120072406A1 (en) | 2009-03-17 | 2011-09-16 | Search processing method and apparatus |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2010106642A1 true WO2010106642A1 (ja) | 2010-09-23 |
Family
ID=42739313
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2009/055177 Ceased WO2010106642A1 (ja) | 2009-03-17 | 2009-03-17 | 検索処理方法及び装置 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20120072406A1 (ja) |
| JP (1) | JP5110201B2 (ja) |
| CN (1) | CN102341800B (ja) |
| GB (1) | GB2481333A (ja) |
| WO (1) | WO2010106642A1 (ja) |
Cited By (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2012203569A (ja) * | 2011-03-24 | 2012-10-22 | Casio Comput Co Ltd | 類義語リストの生成方法および生成装置、当該類義語リストを用いた検索方法および検索装置、ならびに、コンピュータプログラム |
| JP2013003796A (ja) * | 2011-06-15 | 2013-01-07 | Navitime Japan Co Ltd | 施設情報提供装置、施設情報提供システム、サーバ装置、端末装置、施設情報提供方法、およびプログラム |
| JP2014099062A (ja) * | 2012-11-14 | 2014-05-29 | Nippon Telegr & Teleph Corp <Ntt> | 情報検索装置、情報検索方法、及びプログラム |
| JP2014160431A (ja) * | 2013-02-20 | 2014-09-04 | Nippon Shokuhin Seizo Kk | 検索装置 |
| JP2015118708A (ja) * | 2013-12-18 | 2015-06-25 | ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド | 検索結果を提供するための方法及び装置 |
| JP2015207159A (ja) * | 2014-04-21 | 2015-11-19 | アルパイン株式会社 | コンテンツ検索装置、方法およびプログラム |
| JP2016524229A (ja) * | 2014-03-17 | 2016-08-12 | バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド | 検索推奨方法及び装置 |
| JP2017501505A (ja) * | 2013-12-31 | 2017-01-12 | グーグル インコーポレイテッド | ナビゲーショナル検索結果の表面化 |
| JP2017054232A (ja) * | 2015-09-08 | 2017-03-16 | 株式会社東芝 | 情報抽出装置、情報抽出方法及び情報抽出プログラム |
| JP2018116396A (ja) * | 2017-01-17 | 2018-07-26 | 株式会社LIGHTz | 情報提供装置、情報提供システム、情報提供方法及びプログラム |
| JP2018181148A (ja) * | 2017-04-19 | 2018-11-15 | 富士通株式会社 | 情報出力プログラム、情報出力方法および情報処理装置 |
| JP2019153271A (ja) * | 2018-03-05 | 2019-09-12 | 株式会社テンクー | 検索システム及び検索システムの動作方法 |
Families Citing this family (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101741698B1 (ko) | 2010-10-18 | 2017-05-31 | 삼성전자주식회사 | 검색 서비스 제공방법 및 이를 적용한 디스플레이 장치 |
| EP2724309A4 (en) * | 2011-06-24 | 2015-02-25 | Monster Worldwide Inc | APPARATUSES, METHODS AND SYSTEMS FOR SOCIAL CORRESPONDENCE PLATFORM |
| US9558274B2 (en) | 2011-11-02 | 2017-01-31 | Microsoft Technology Licensing, Llc | Routing query results |
| US9189563B2 (en) | 2011-11-02 | 2015-11-17 | Microsoft Technology Licensing, Llc | Inheritance of rules across hierarchical levels |
| US20130110816A1 (en) * | 2011-11-02 | 2013-05-02 | Microsoft Corporation | Default Query Rules |
| US9177022B2 (en) | 2011-11-02 | 2015-11-03 | Microsoft Technology Licensing, Llc | User pipeline configuration for rule-based query transformation, generation and result display |
| CN103678362A (zh) * | 2012-09-13 | 2014-03-26 | 深圳市世纪光速信息技术有限公司 | 搜索方法及系统 |
| US9817899B2 (en) * | 2013-08-26 | 2017-11-14 | Globalfoundries | Searching for secret data through an untrusted searcher |
| KR101606758B1 (ko) * | 2014-06-30 | 2016-03-28 | 경일대학교산학협력단 | 연관 키워드를 이용한 이슈 데이터 추출방법 및 시스템 |
| WO2018006217A1 (zh) * | 2016-07-04 | 2018-01-11 | 马岩 | 基于网络邮件数据的抓取方法及系统 |
| CN115668177A (zh) * | 2020-05-28 | 2023-01-31 | 杰富意钢铁株式会社 | 信息检索系统 |
| CN112749258A (zh) * | 2021-01-21 | 2021-05-04 | 京东数字科技控股股份有限公司 | 数据搜索的方法和装置、电子设备和存储介质 |
| KR102571783B1 (ko) * | 2022-12-16 | 2023-08-29 | 스트라토 주식회사 | 대용량 검색 처리를 수행하는 검색 처리 시스템 및 그 제어방법 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001075981A (ja) * | 1999-09-02 | 2001-03-23 | Ntt Data Corp | 検索システム、検索条件受付方法及び記録媒体 |
| JP2004110664A (ja) * | 2002-09-20 | 2004-04-08 | Ricoh Co Ltd | 文書検索装置、文書検索方法、文書検索プログラム、及び記録媒体 |
| JP2004118262A (ja) * | 2002-09-24 | 2004-04-15 | Toshiba Corp | 文書検索装置、文書検索方法及び文書検索プログラム |
| JP2004164662A (ja) * | 2003-12-24 | 2004-06-10 | Just Syst Corp | 検索装置、検索方法、ならびに、情報記録媒体 |
| JP2007133769A (ja) * | 2005-11-11 | 2007-05-31 | Ricoh Co Ltd | 文書検索装置、文書検索方法、文書検索プログラム及び記録媒体 |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0916607A (ja) * | 1995-06-26 | 1997-01-17 | Hitachi Ltd | データベース管理システムにおけるインデクス管理方法 |
| US8266162B2 (en) * | 2005-10-31 | 2012-09-11 | Lycos, Inc. | Automatic identification of related search keywords |
| CN101063975A (zh) * | 2007-02-15 | 2007-10-31 | 刘二中 | 电子文本处理与检索的方法和系统 |
| JP4436894B2 (ja) * | 2007-08-09 | 2010-03-24 | パナソニック株式会社 | コンテンツ検索装置 |
| US20090055374A1 (en) * | 2007-08-20 | 2009-02-26 | Cisco Technology, Inc. | Method and apparatus for generating search keys based on profile information |
| JP5106045B2 (ja) * | 2007-10-30 | 2012-12-26 | 株式会社日立製作所 | 検索エンジン連携ファイル共有システム |
-
2009
- 2009-03-17 WO PCT/JP2009/055177 patent/WO2010106642A1/ja not_active Ceased
- 2009-03-17 GB GB1116081.9A patent/GB2481333A/en not_active Withdrawn
- 2009-03-17 JP JP2011504649A patent/JP5110201B2/ja not_active Expired - Fee Related
- 2009-03-17 CN CN200980157826.6A patent/CN102341800B/zh not_active Expired - Fee Related
-
2011
- 2011-09-16 US US13/234,955 patent/US20120072406A1/en not_active Abandoned
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001075981A (ja) * | 1999-09-02 | 2001-03-23 | Ntt Data Corp | 検索システム、検索条件受付方法及び記録媒体 |
| JP2004110664A (ja) * | 2002-09-20 | 2004-04-08 | Ricoh Co Ltd | 文書検索装置、文書検索方法、文書検索プログラム、及び記録媒体 |
| JP2004118262A (ja) * | 2002-09-24 | 2004-04-15 | Toshiba Corp | 文書検索装置、文書検索方法及び文書検索プログラム |
| JP2004164662A (ja) * | 2003-12-24 | 2004-06-10 | Just Syst Corp | 検索装置、検索方法、ならびに、情報記録媒体 |
| JP2007133769A (ja) * | 2005-11-11 | 2007-05-31 | Ricoh Co Ltd | 文書検索装置、文書検索方法、文書検索プログラム及び記録媒体 |
Cited By (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2012203569A (ja) * | 2011-03-24 | 2012-10-22 | Casio Comput Co Ltd | 類義語リストの生成方法および生成装置、当該類義語リストを用いた検索方法および検索装置、ならびに、コンピュータプログラム |
| US8572082B2 (en) | 2011-03-24 | 2013-10-29 | Casio Computer Co., Ltd | Method and device for generating a similar meaning term list and search method and device using the similar meaning term list |
| JP2013003796A (ja) * | 2011-06-15 | 2013-01-07 | Navitime Japan Co Ltd | 施設情報提供装置、施設情報提供システム、サーバ装置、端末装置、施設情報提供方法、およびプログラム |
| JP2014099062A (ja) * | 2012-11-14 | 2014-05-29 | Nippon Telegr & Teleph Corp <Ntt> | 情報検索装置、情報検索方法、及びプログラム |
| JP2014160431A (ja) * | 2013-02-20 | 2014-09-04 | Nippon Shokuhin Seizo Kk | 検索装置 |
| JP2015118708A (ja) * | 2013-12-18 | 2015-06-25 | ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド | 検索結果を提供するための方法及び装置 |
| JP2017501505A (ja) * | 2013-12-31 | 2017-01-12 | グーグル インコーポレイテッド | ナビゲーショナル検索結果の表面化 |
| JP2016524229A (ja) * | 2014-03-17 | 2016-08-12 | バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド | 検索推奨方法及び装置 |
| JP2015207159A (ja) * | 2014-04-21 | 2015-11-19 | アルパイン株式会社 | コンテンツ検索装置、方法およびプログラム |
| JP2017054232A (ja) * | 2015-09-08 | 2017-03-16 | 株式会社東芝 | 情報抽出装置、情報抽出方法及び情報抽出プログラム |
| JP2018116396A (ja) * | 2017-01-17 | 2018-07-26 | 株式会社LIGHTz | 情報提供装置、情報提供システム、情報提供方法及びプログラム |
| JP2018181148A (ja) * | 2017-04-19 | 2018-11-15 | 富士通株式会社 | 情報出力プログラム、情報出力方法および情報処理装置 |
| JP2019153271A (ja) * | 2018-03-05 | 2019-09-12 | 株式会社テンクー | 検索システム及び検索システムの動作方法 |
| CN111699485A (zh) * | 2018-03-05 | 2020-09-22 | 株式会社天空 | 使用索引的信息检索系统和信息检索方法 |
| JP7240662B2 (ja) | 2018-03-05 | 2023-03-16 | 株式会社テンクー | 検索システム及び検索システムの動作方法 |
| US11755833B2 (en) | 2018-03-05 | 2023-09-12 | Xcoo, Inc. | Information search system and information search method using index |
| US12254267B2 (en) | 2018-03-05 | 2025-03-18 | Xcoo, Inc. | Information search system and information search method using index |
Also Published As
| Publication number | Publication date |
|---|---|
| GB2481333A (en) | 2011-12-21 |
| GB201116081D0 (en) | 2011-11-02 |
| US20120072406A1 (en) | 2012-03-22 |
| JPWO2010106642A1 (ja) | 2012-09-20 |
| CN102341800B (zh) | 2014-10-29 |
| JP5110201B2 (ja) | 2012-12-26 |
| CN102341800A (zh) | 2012-02-01 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5110201B2 (ja) | 検索処理方法及び装置 | |
| JP6487201B2 (ja) | 推奨ページを生成するための方法及び装置 | |
| US9721018B2 (en) | System and method for displaying of most relevant vertical search results | |
| WO2023005339A1 (zh) | 搜索结果展示方法、装置、设备和介质 | |
| CN104035966B (zh) | 一种提供扩展搜索项的方法与装置 | |
| JP5264892B2 (ja) | 多言語情報検索 | |
| CN100476830C (zh) | 一种网络资源检索方法及系统 | |
| CN102368262B (zh) | 一种提供与查询序列相对应的搜索建议的方法与设备 | |
| KR100815215B1 (ko) | 웹사이트 통합 검색 장치 및 방법 | |
| US9910932B2 (en) | System and method for completing a user query and for providing a query response | |
| US10592565B2 (en) | Method and apparatus for providing recommended information | |
| US8468145B2 (en) | Indexing of URLs with fragments | |
| US20080306913A1 (en) | Dynamic aggregation and display of contextually relevant content | |
| US10713291B2 (en) | Electronic document generation using data from disparate sources | |
| JP2015523659A (ja) | 多言語混合検索方法およびシステム | |
| US9779139B1 (en) | Context-based filtering of search results | |
| CN107784014A (zh) | 信息搜索方法、设备及电子设备 | |
| CN103984740A (zh) | 基于组合标签的检索页显示的方法和系统 | |
| US12067055B2 (en) | Information display method and electronic apparatus | |
| CN102637173B (zh) | 网络百科内容形成方法、网络服务器和客户端 | |
| JP2020042771A (ja) | データ分析方法及びデータ分析システム | |
| KR20110008980A (ko) | 중복 정보가 제거된 웹사이트 통합 검색 장치 및 방법 | |
| JP5226471B2 (ja) | 文書データを検索する装置及び方法 | |
| TW202538548A (zh) | 影片檢索方法 | |
| CN119397115A (zh) | 事件描述生成方法、数据库生成方法、装置、电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 200980157826.6 Country of ref document: CN |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 09841847 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2011504649 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 3800/KOLNP/2011 Country of ref document: IN |
|
| ENP | Entry into the national phase |
Ref document number: 1116081 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20090317 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1116081.9 Country of ref document: GB |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 09841847 Country of ref document: EP Kind code of ref document: A1 |