US20070239708A1 - Database Search Method Of Searching A Document Database For A Desired Document File - Google Patents

Database Search Method Of Searching A Document Database For A Desired Document File Download PDF

Info

Publication number
US20070239708A1
US20070239708A1 US11/760,783 US76078307A US2007239708A1 US 20070239708 A1 US20070239708 A1 US 20070239708A1 US 76078307 A US76078307 A US 76078307A US 2007239708 A1 US2007239708 A1 US 2007239708A1
Authority
US
United States
Prior art keywords
file
document
search
information
database
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.)
Abandoned
Application number
US11/760,783
Inventor
Toshiyuki Nakamura
Fumihiko Terui
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/760,783 priority Critical patent/US20070239708A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: TERUI, FUMIHIKO, NAKAMURA, TOSHIYUKI
Publication of US20070239708A1 publication Critical patent/US20070239708A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/31Indexing; Data structures therefor; Storage structures
    • G06F16/316Indexing structures
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching

Definitions

  • the present invention generally relates to a database search technique, and more particularly to a technique for searching a document database storing a structured document file.
  • Databases using computers have been widespread today. They vary in size, including a single computer searching its storage to retrieve stored data, and a search service for searching for document files and content residing on networks such as the Internet.
  • a particular document area in the document file may be defined by tags or other means.
  • a document file may be created with different fields such as “title”, “header”, and “body.”
  • search is not limited simply to a document file containing the character string but may be directed to a document file containing the character string in a specific field.
  • search systems for performing a search involving a field search for such a structured document file
  • information (indices) for searching for a document file containing a search term is stored separately from information on fields in each document file.
  • both information items are matched to search for a document file containing a search term in a desired field. That is, this requires searching for all document files containing the search term first, and then selecting those that contain the character string in the desired field; therefore the search takes a long time.
  • the present invention for achieving the above object is implemented as a database search system comprising: a document database; a database control unit for controlling transfer of a document file to or from the document database; a search engine; and a data file for use in a search process performed by the search engine and for retaining information indicating a correspondence between a keyword and positional information on the keyword, said information being retained separately for each document area containing the keyword in the document file.
  • the present invention is implemented as a database search method of searching a document database for a desired document file by using a computer, comprising: a first step of inputting a search expression, said search expression including a search term made up of a given character string and also including field information specifying a document area where the search term appears in the document file; a second step of referencing a data file stored in a given memory, locating a keyword corresponding to the search expression including the field information, and acquiring information specifying a document file containing the located keyword, said data file retaining information indicating a correspondence between information specifying a document file containing a keyword made up of a given character string and the keyword, and said information being retained separately for each document area containing the keyword in the document file; and a third step of outputting the information acquired by referencing the data file as a search result.
  • FIG. 1 schematically shows an exemplary hardware configuration of a computer for implementing a database search system according to an embodiment of the present invention
  • FIG. 2 shows a functional configuration of the database search system according to an embodiment of the present invention
  • FIG. 3 is comprised of FIGS. 3A and 3B , and shows transfer of data between a database control unit and a search engine according to an embodiment of the present invention
  • FIG. 4 shows an exemplary configuration of an index file according to an embodiment of the present invention
  • FIG. 5 shows another exemplary configuration of the index file according to an embodiment of the present invention.
  • FIG. 6 shows a configuration of a relational file used for a search with a keyword of a variable-length chain and its relationship with a key file
  • FIG. 7 describes a field search method using the index file according to an embodiment of the present invention.
  • FIG. 8 shows a still another exemplary configuration of an index file according to an embodiment of the present invention.
  • FIG. 9 shows a configuration of a conventional index file obtained for the same document file as in FIG. 8 .
  • FIG. 1 schematically shows an exemplary hardware configuration of a computer for implementing the database search system according to this embodiment.
  • the computer shown in FIG. 1 includes a CPU (Central Processing Unit) 101 as operation means; main memory 103 connected to the CPU 101 via a M/B (motherboard) chipset 102 and a CPU bus; a video card 104 also connected to the CPU 101 via the M/B chipset 102 and an AGP (Accelerated Graphics Port); a hard disk 105 , a network interface 106 , and a USB port 107 connected to the M/B chipset 102 via a PCI (Peripheral Component Interconnect) bus; and a floppy disk drive 109 and a keyboard/mouse 110 connected to the M/B chipset 102 via the PCI bus, a bridge circuit 108 , and a low-speed bus such as an ISA (Industry Standard Architecture) bus.
  • ISA Industry Standard Architecture
  • FIG. 1 is a mere illustration of a hardware configuration of the computer for implementing this embodiment, and various other configurations are possible as long as this embodiment can be applied to them.
  • the computer may be provided with only video memory instead of the video card 104 , in which case the CPU 101 processes image data.
  • the computer may also be provided with a CD-ROM (Compact Disc Read Only Memory) drive or a DVD-ROM (Digital Versatile Disc Read Only Memory) drive via an interface such as ATA (AT Attachment).
  • CD-ROM Compact Disc Read Only Memory
  • DVD-ROM Digital Versatile Disc Read Only Memory
  • FIG. 2 shows a functional configuration of the database search system according to this embodiment.
  • the database search system includes a document database 10 storing document files, a database control unit 20 for controlling transfer of document files to or from the document database 10 , and a search engine 30 for searching the document database 10 .
  • the database search system according to this embodiment is implemented in the computer shown in FIG. 1
  • the document database 10 is implemented in the hard disk 105 .
  • the database control unit 20 and the search engine 30 are implemented in the program-controlled CPU 101 and the main memory 103 .
  • the program for controlling the CPU 101 may be provided by distributing in the form of a magnetic disk, optical disk, semiconductor memory, or other recording media, or by distributing over a network.
  • the program is stored (installed) on the hard disk 105 and read into the main memory 103 so that memory is allocated to the program.
  • the program then controls the CPU 101 and causes it to provide the above functions.
  • the database search system may include input means (for example, the keyboard/mouse 110 shown in FIG. 1 ) for inputting a document file to be stored in the document database 10 , a search expression specifying search conditions, a command for requesting search processing, and so on.
  • the database search system may further include display means (such as a display device) for outputting a search result.
  • the input/output means may be, for example, the network interface 106 shown in FIG. 1 .
  • the network interface 106 may then receive input from a terminal connected over the network and return a search result to the terminal.
  • the document database 10 stores structured document files such as HTML documents.
  • a stored document file describes a document separated into fields. Rules for configuring the fields depend on the language in which the document file is written.
  • a field may include a lower field to form multiplex fields, or the entire document file may be a single field.
  • the document structure field configuration
  • the database control unit 20 stores document files in the document database 10 and reads out document files from the document database 10 .
  • a search expression including a search term and information specifying a field (referred to field information hereafter) is passed to the search engine 30 .
  • the search result obtained is used to locate the desired document file, which is then read out from the document database 10 .
  • the database control unit 20 reads out information for creating an index file 31 from the document database 10 and passes it to the search engine 30 .
  • the index file 31 is an information table used by the search engine 30 to search for document files. Details of operation in searching and in creating the index file 31 and details of the search expression will be described later.
  • the search engine 30 responds to a request from the database control unit 20 and searches the document database 10 for a document file based on the search expression.
  • the search is performed with reference to the index file 31 .
  • the index file 31 is a data file that associates each character string (keyword) in a document file with information on the position of the character string in the document file.
  • the index file 31 is created prior to the search processing performed by the search engine 30 and stored in, for example, the main memory 103 in FIG. 1 so that it is used in the search processing by the search engine 30 .
  • the index file 31 includes a key file 32 and a POS file (positional information file) 33 .
  • the key file 32 is a table that lists keywords for searching and pointers to positional information indicating positions where the keywords are located.
  • the POS file 33 is a table that lists information specifying document files in which the keywords listed in the key file 32 are located and information on the positions of the keywords in the document files.
  • the index file 31 is created at predetermined times that do not affect the readout processing of document files performed by the database control unit 20 and the associated search processing requested to be performed by the search engine 30 . The configuration of the index file 31 will be described later in detail with reference to FIG. 7 .
  • FIG. 3 shows transfer of data between the database control unit 20 and the search engine 30 , wherein FIG. 3 (A) shows that in creating the index file 31 , and FIG. 3 (B) shows that in searching.
  • the index file 31 has to be created in advance based on information on document files to be searched for. If structured document files such as HTML documents are to be registered with the index file 31 , the database control unit 20 first extracts, from each document file, document data without tags (referred to as a text hereafter) and information on the positions where the tags had appeared in the document file (see FIG. 3 (A)).
  • Each document file is assigned a unique document number, and the database control unit 20 sends the text, the tag positional information, and the document number for each document file to the search engine 30 .
  • the database control unit 20 also sends positional information on fields in each document file to the search engine 30 .
  • the search engine 30 divides character strings in each text into words (variable-length chains) or chains of a predetermined number of characters (fixed-length chains). It then registers information indicating at what number character each chain appears in the text (character position rules) with the index file 31 along with the document number of the text.
  • This indexing approach is generally known as inverted indexing.
  • the search engine 30 also converts the positional information on fields in each document file into character position rules similar to those for the chains produced by dividing in the inverted indexing and registers it. In this embodiment, this field positional information is further appended to each of these chains.
  • the database control unit 20 first generates a search expression.
  • a search expression includes a search term and may include field information as needed.
  • the search expression including the field information enables a search that specifies a document file containing the search term in a desired field (for example, a document file containing the character string “ ” in its title).
  • the field information need not be specified in the search expression when a document file containing the search term at anywhere in the document file is searched for.
  • the generated search expression is sent from the database control unit 20 to the search engine 30 ( FIG. 3 (B)).
  • the search engine 30 On receiving the search expression, the search engine 30 interprets the search expression and references the index file 31 . It obtains the document number of a document file that meets the search expression, and the character positional information indicating at what number character a character string of the search term in the search expression appears in the text. It then returns these information items to the database control unit 20 . If no document files that meet the search expression are found, a message is returned for informing that.
  • field positional information is appended to each character string (chain) as mentioned above. This provides quick processing in searching for a specific character contained in a specific field.
  • the database control unit 20 receives the document number and the character positional information from the search engine 30 . Based on these information items, it can read out the desired document file from the document database 10 .
  • the search engine 30 performs a search which will now be described in more detail.
  • the search engine 30 receives a search expression including a search term and field information from the database control unit 20 . it returns information to the database control unit 20 , that is, a document number specifying a document file containing the search term, and information on the position in the document file of a character string corresponding to the search term. This positional information on the character string also includes information on a field in the document file.
  • the search engine 30 also performs a field search according to the search expression.
  • this embodiment will take an exemplary approach that involves analysis using the n-gram model.
  • the search engine 30 registers this text with the index file 31 in the following manner.
  • n 2 by way of example, the sentence is broken down as
  • the position number is set to “1” for the top keyword and incremented by one for each following keyword shifted by one character.
  • the pairs of (document number, position number) are represented as follows:
  • the keywords are registered with the key file 32 , and the pairs of document number and position number are registered with the POS file 33 .
  • the keywords are registered with the key file 32 , and the pairs of document number and position number are registered with the POS file 33 .
  • the keywords are registered with the key file 32 but a plurality of corresponding pairs of document number and position number (positional information) are registered with the POS file 33 .
  • FIG. 4 shows a configuration of the index file 31 for this text.
  • search engine 30 begins by breaking down the search term into the two-character parts and
  • the search engine 30 obtains positional information on keywords corresponding to these parts from the index file 31 .
  • the positional information on the keyword is (0, 1) and (0, 4), while the positional information on the keyword is (0, 6). Taking this positional information into consideration, it can be seen that at the position (0, 4) and at the position (0, 6) is continuous. Therefore, the character string located at the position (0, 4) can be returned as the search result to the database control unit 20 .
  • the description will be given of a search for a desired character string in a text written with separation between words, like an English sentence.
  • the words are variable-length character strings. If these words, which are variable-length chains, are employed as they are as keywords in the index file 31 , then searching the key file 32 for a desired keyword will be difficult. Therefore, a mechanism is introduced for performing a search by breaking down a variable-length chain into fixed-length chains. This will be described below with a specific example.
  • This text is registered with the index file 31 in the following manner.
  • the text is broken down into words simply by using a space between the character strings as a separator.
  • the text is represented as follows: to (1, 1) be (1, 3) or (1, 5) not (1, 7) to (1, 10) be (1, 12) that (1, 14) is (1, 18) the (1, 20) question (1, 23)
  • These keywords are sorted in character-code order, and after overlapping keys are merged, they are registered with the index file 31 .
  • FIG. 5 shows a configuration of the index file 31 for this text.
  • a start mark (represented notationally as ⁇ ) and an end mark (represented notationally as $) are added to each word.
  • the word is represented as a set of fixed-length (n-character) keywords.
  • information corresponding to positional information (POS) on the keyword is defined as (keyword number, position number within the word).
  • POS positional information
  • information is added to the above character strings as follows: ⁇ circumflex over ( ) ⁇ qu (4, 1) que (4, 2) ues (4, 3) est (4, 4) sti (4, 5) tio (4, 6) ion (4, 7) on$ (4, 8)
  • FIG. 6 shows a configuration of the relational file 34 for “ ⁇ question$” and its relationship with the key file 32 .
  • a search expression including the search term “question” is sent from the database control unit 20 to the search engine 30 .
  • the search engine 30 begins by breaking down “ ⁇ question$”, which is obtained by adding the start and end marks to the character string of the search term, into n-character chains. This results in a set of character strings as follows:
  • the relational file 34 is referenced to find a keyword in which the character string “ ⁇ qu” appears at the first character, the character string “est” at the fourth character, the character string “ion” at the seventh character, and the character string “on$” at the eighth character.
  • the character string “ ⁇ ” has the positional information (4, 1)
  • the character string “est” has (4, 4)
  • the character string “ion” has (4, 7)
  • the character string “on$” has (4, 8). Therefore, the keyword with the keyword number “4” turns out to correspond to the search term “question”.
  • the key file 32 and the POS file 33 is referenced to find that the positional information on the word “question” is (1, 23). This indicates that the word corresponding to the search term appears at the 23rd character in a text of a document file with the document file number 1.
  • FIG. 7 describes the field search method using the index file 31 according to this embodiment.
  • the key file 32 lists the keyword as separate items for respective fields in which the keyword appears.
  • the keyword “question” is listed by itself, “question” appearing in the field F 1 , “question” appearing in the field F 2 , “question” appearing in the field F 3 , and so on are listed as independent items.
  • the POS file 33 lists positional information for each keyword, as well as for items of the keyword for respective fields in which the keyword appears. In the example shown in FIG. 7 , while positional information is listed for the keyword “question”, positional information is also separately listed for “question” appearing in the field F 1 , “question” appearing in the field F 2 , and so on.
  • the index file 31 is configured in this manner to append the field positional information to the keywords. Therefore, when a specific character string appearing in a specific field is designated and searched for, the positional information on the desired character string can be readily obtained by referencing the POS file 33 from a corresponding item in the key file 32 .
  • a search for “question” appearing in the field F 1 for example, is performed by specifying “question” as the search term and F 1 as the field.
  • the POS file 33 may be directly referenced from a corresponding item in the key file 32 to readily obtain the sets of document number and position number (Doc15, Pos11), (Doc32, Pos13), and (Doc95, Pos25).
  • the area enclosed in ⁇ title> tags may be defined as a field 1.
  • the text “IBN software This page explains IBM software products”, generated by eliminating the tags from the document file, and positional information on the ⁇ title> tags are sent from the database control unit 20 to the search engine 30 .
  • the search engine 30 registers information on this document file with the index file 31 .
  • the field 1 has been defined based on the tag positions so that the start position is the keyword “IBM” and the end position is the keyword “software”. This positional information is registered with the index file 31 . The position number is “1” for the start position, and “12” for the end position because the end position is next to the keyword “software.” Therefore, the following information will be registered for the field 1. (FIELD 1) (2, 1), (2, 12)
  • FIG. 8 shows a final configuration of the index file 31 for this document file provided according to this embodiment.
  • FIG. 9 shows a configuration of a conventional index file 31 for this document file.
  • the field positional information has been conventionally registered with the index file 31 in the same manner as the keyword positional information. That is, information specifying a field has been registered with the key file 32 , and the positional information on the field has been registered with the POS file 33 .
  • the name of the field 1 (FIELD 1) is registered with the key file 32
  • its positional information (2, 1), (2, 12) is registered with the POS file 33 . Keywords are sorted as usual in character-code order, and registered after overlapping keywords are merged.
  • search engine 30 first references the relational file 34 to obtain the keyword “IBM” corresponding to the search term. Then, it searches for a registered item “IBM (F1)”, which is a combination of the keyword “IBM” and the field F1.
  • the key file 32 in the index file 31 shown in FIG. 8 includes the corresponding registered item “IBM (F1)”, its positional information registered with the POS file 33 is directly referenced. This provides only the positional information (2, 1) as the search result, which is returned to the database control unit 20 .
  • the database control unit 20 reads out a document file with the document number 2 from the document database 10 based on the positional information (2, 1) obtained for the search expression “search term @ field”.
  • positional information registered with the POS file 33 is referenced from the keyword “IBM” corresponding to the search term.
  • information on the field F1 registered with the POS file 33 is referenced from the key file 32 . Then, these information items are matched to search for a document including the keyword “IBM” appearing in the field F1.
  • the search engine 30 has the field information appended to the keywords and registered with the key file 32 and POS file 33 in the index file 31 .
  • a keyword corresponding to a search expression and therefore matching the field information
  • what is required is only obtaining the positional information on the keyword from the POS file 33 ; it is not required to match the keyword positional information with the field positional information. Therefore, a significant reduction in time required for a search involving a field search can be expected compared to the conventional system using an index file 31 shown in FIG. 9 .
  • the relational file 34 is not configured to accommodate keywords independent for each field. Rather, a keyword without field information is searched for in the relational file 34 first, and then a registered item for the keyword combined with field information is searched for. Therefore, even though keywords combined with their field information are registered independently with the key file 32 , it does not affect the configuration of the relational file 34 , and therefore does not increase the time required for a search.
  • keywords combined with their field information are listed near an identical keyword without field information. Therefore, even though a keyword without field information is obtained first and then the key file 32 is searched for the keyword combined with field information, it does not require so much time as to affect the overall processing.
  • keywords are fixed-length chains as in the case of a search with a Japanese search term
  • the document database 10 may be built on a different computer connected over a network, and/or the database control unit 20 and the search engine 30 may be distributed as functions of separate computers connected over a network.

Abstract

An index file for use in search processing employing a search engine, retains information that indicates a correspondence of a keyword to its positional information. The index file comprises a key file that includes a list of pointers to character strings. The character strings are included in document files that are stored in a document database and to positional information, by document area where a character string in a document file appears and a POS file. The POS file includes a list of positional information containing information that specifies a document file where a character string exists and information that specifies a position of the character string in a document file regarding the character strings in the key file.

Description

    PRIORITY CLAIM
  • The present application claims the priority of Japanese patent application, Serial No. 2003-004572, titled “Database Search System, Search Method Therefor, Method of Creating Data File for Use in Search, and Recording Medium Storing Data File,” which was filed on Jan. 10, 2003, and which is incorporated herein by reference in its entirety.
  • The present application is a divisional application of copending U.S. patent application, Ser. No. 10/755,012, filed on Jan. 8, 2004, which is assigned to the same assignee as the present application, and which is incorporated herein by reference in its entirety.
  • FIELD OF THE INVENTION
  • The present invention generally relates to a database search technique, and more particularly to a technique for searching a document database storing a structured document file.
  • BACKGROUND ART
  • Databases using computers have been widespread today. They vary in size, including a single computer searching its storage to retrieve stored data, and a search service for searching for document files and content residing on networks such as the Internet.
  • In a structured document file, such as an HTML document used for a web page on the Internet, a particular document area (referred to as a field hereafter) in the document file may be defined by tags or other means. A document file may be created with different fields such as “title”, “header”, and “body.” When a document database storing such document files is searched with a specific character string used as a search term, the search is not limited simply to a document file containing the character string but may be directed to a document file containing the character string in a specific field.
  • Conventionally, in search systems for performing a search involving a field search for such a structured document file, information (indices) for searching for a document file containing a search term is stored separately from information on fields in each document file. During a search, both information items are matched to search for a document file containing a search term in a desired field. That is, this requires searching for all document files containing the search term first, and then selecting those that contain the character string in the desired field; therefore the search takes a long time.
  • What is therefore needed is a system, a software program product, and an associated method for providing quick search processing in a document database search involving a field search.
  • SUMMARY OF THE INVENTION
  • The present invention for achieving the above object is implemented as a database search system comprising: a document database; a database control unit for controlling transfer of a document file to or from the document database; a search engine; and a data file for use in a search process performed by the search engine and for retaining information indicating a correspondence between a keyword and positional information on the keyword, said information being retained separately for each document area containing the keyword in the document file.
  • The present invention is implemented as a database search method of searching a document database for a desired document file by using a computer, comprising: a first step of inputting a search expression, said search expression including a search term made up of a given character string and also including field information specifying a document area where the search term appears in the document file; a second step of referencing a data file stored in a given memory, locating a keyword corresponding to the search expression including the field information, and acquiring information specifying a document file containing the located keyword, said data file retaining information indicating a correspondence between information specifying a document file containing a keyword made up of a given character string and the keyword, and said information being retained separately for each document area containing the keyword in the document file; and a third step of outputting the information acquired by referencing the data file as a search result.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The various features of the present invention and the manner of attaining them will be described in greater detail with reference to the following description, claims, and drawings, wherein reference numerals are reused, where appropriate, to indicate a correspondence between the referenced items, and wherein:
  • FIG. 1 schematically shows an exemplary hardware configuration of a computer for implementing a database search system according to an embodiment of the present invention;
  • FIG. 2 shows a functional configuration of the database search system according to an embodiment of the present invention;
  • FIG. 3 is comprised of FIGS. 3A and 3B, and shows transfer of data between a database control unit and a search engine according to an embodiment of the present invention;
  • FIG. 4 shows an exemplary configuration of an index file according to an embodiment of the present invention;
  • FIG. 5 shows another exemplary configuration of the index file according to an embodiment of the present invention;
  • FIG. 6 shows a configuration of a relational file used for a search with a keyword of a variable-length chain and its relationship with a key file;
  • FIG. 7 describes a field search method using the index file according to an embodiment of the present invention;
  • FIG. 8 shows a still another exemplary configuration of an index file according to an embodiment of the present invention; and
  • FIG. 9 shows a configuration of a conventional index file obtained for the same document file as in FIG. 8.
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • The present invention will be described with reference to an exemplary embodiment illustrated in the appended drawings.
  • While databases vary in size and configuration, this embodiment will be described for an exemplary database search system configured with a single computer in which application program with database capability and a search engine for searching the database operate.
  • FIG. 1 schematically shows an exemplary hardware configuration of a computer for implementing the database search system according to this embodiment.
  • The computer shown in FIG. 1 includes a CPU (Central Processing Unit) 101 as operation means; main memory 103 connected to the CPU 101 via a M/B (motherboard) chipset 102 and a CPU bus; a video card 104 also connected to the CPU 101 via the M/B chipset 102 and an AGP (Accelerated Graphics Port); a hard disk 105, a network interface 106, and a USB port 107 connected to the M/B chipset 102 via a PCI (Peripheral Component Interconnect) bus; and a floppy disk drive 109 and a keyboard/mouse 110 connected to the M/B chipset 102 via the PCI bus, a bridge circuit 108, and a low-speed bus such as an ISA (Industry Standard Architecture) bus.
  • FIG. 1 is a mere illustration of a hardware configuration of the computer for implementing this embodiment, and various other configurations are possible as long as this embodiment can be applied to them. For example, the computer may be provided with only video memory instead of the video card 104, in which case the CPU 101 processes image data. The computer may also be provided with a CD-ROM (Compact Disc Read Only Memory) drive or a DVD-ROM (Digital Versatile Disc Read Only Memory) drive via an interface such as ATA (AT Attachment).
  • FIG. 2 shows a functional configuration of the database search system according to this embodiment.
  • With reference to FIG. 2, the database search system according to this embodiment includes a document database 10 storing document files, a database control unit 20 for controlling transfer of document files to or from the document database 10, and a search engine 30 for searching the document database 10. When the database search system according to this embodiment is implemented in the computer shown in FIG. 1, the document database 10 is implemented in the hard disk 105.
  • The database control unit 20 and the search engine 30 are implemented in the program-controlled CPU 101 and the main memory 103. The program for controlling the CPU 101 may be provided by distributing in the form of a magnetic disk, optical disk, semiconductor memory, or other recording media, or by distributing over a network. For the computer shown in FIG. 1, the program is stored (installed) on the hard disk 105 and read into the main memory 103 so that memory is allocated to the program. The program then controls the CPU 101 and causes it to provide the above functions.
  • Although not specifically shown, the database search system may include input means (for example, the keyboard/mouse 110 shown in FIG. 1) for inputting a document file to be stored in the document database 10, a search expression specifying search conditions, a command for requesting search processing, and so on. The database search system may further include display means (such as a display device) for outputting a search result.
  • When the database search system according to this embodiment is implemented as a search server on a network such as the Internet, the input/output means may be, for example, the network interface 106 shown in FIG. 1. The network interface 106 may then receive input from a terminal connected over the network and return a search result to the terminal.
  • In this configuration, the document database 10 stores structured document files such as HTML documents. A stored document file describes a document separated into fields. Rules for configuring the fields depend on the language in which the document file is written. A field may include a lower field to form multiplex fields, or the entire document file may be a single field. In addition, the document structure (field configuration) may be described in various ways, such as embedding tags in the document as done in HTML documents, as well as forming a file with a combination of text data and data indicating field positions. By way of example, the following description will be given for the case where tags are used to describe the document structure.
  • The database control unit 20 stores document files in the document database 10 and reads out document files from the document database 10. When a desired document file is to be read out, a search expression including a search term and information specifying a field (referred to field information hereafter) is passed to the search engine 30. The search result obtained is used to locate the desired document file, which is then read out from the document database 10.
  • Also, at predetermined tines that do not affect the readout processing of document files, the database control unit 20 reads out information for creating an index file 31 from the document database 10 and passes it to the search engine 30. The index file 31 is an information table used by the search engine 30 to search for document files. Details of operation in searching and in creating the index file 31 and details of the search expression will be described later.
  • The search engine 30 responds to a request from the database control unit 20 and searches the document database 10 for a document file based on the search expression. The search is performed with reference to the index file 31. The index file 31 is a data file that associates each character string (keyword) in a document file with information on the position of the character string in the document file. The index file 31 is created prior to the search processing performed by the search engine 30 and stored in, for example, the main memory 103 in FIG. 1 so that it is used in the search processing by the search engine 30.
  • When a document file corresponding to the search expression is found (hit), then information on the document file, that is, a document number specifying the document file and information on the position of a character string corresponding to the search term in the document file, is returned to the database control unit 20. (Of course, if a document file corresponding to the search expression is not found (not hit), a message that informs the failure of hit is returned.) Thus, the database control unit 20 can specify the desired document file and read it from the document database 10. The search processing by the search engine 30 will be described in detail later.
  • The index file 31 includes a key file 32 and a POS file (positional information file) 33. The key file 32 is a table that lists keywords for searching and pointers to positional information indicating positions where the keywords are located. The POS file 33 is a table that lists information specifying document files in which the keywords listed in the key file 32 are located and information on the positions of the keywords in the document files. The index file 31 is created at predetermined times that do not affect the readout processing of document files performed by the database control unit 20 and the associated search processing requested to be performed by the search engine 30. The configuration of the index file 31 will be described later in detail with reference to FIG. 7.
  • A high level rough process flow of a search according to this embodiment will now be described.
  • FIG. 3 shows transfer of data between the database control unit 20 and the search engine 30, wherein FIG. 3 (A) shows that in creating the index file 31, and FIG. 3 (B) shows that in searching.
  • For a document search, the index file 31 has to be created in advance based on information on document files to be searched for. If structured document files such as HTML documents are to be registered with the index file 31, the database control unit 20 first extracts, from each document file, document data without tags (referred to as a text hereafter) and information on the positions where the tags had appeared in the document file (see FIG. 3 (A)).
  • At this point, unique information may be added to the original document files to facilitate retrieval of a desired document file in later searches. Each document file is assigned a unique document number, and the database control unit 20 sends the text, the tag positional information, and the document number for each document file to the search engine 30. The database control unit 20 also sends positional information on fields in each document file to the search engine 30.
  • The search engine 30 divides character strings in each text into words (variable-length chains) or chains of a predetermined number of characters (fixed-length chains). It then registers information indicating at what number character each chain appears in the text (character position rules) with the index file 31 along with the document number of the text.
  • This indexing approach is generally known as inverted indexing. The search engine 30 also converts the positional information on fields in each document file into character position rules similar to those for the chains produced by dividing in the inverted indexing and registers it. In this embodiment, this field positional information is further appended to each of these chains.
  • For performing search operation, the database control unit 20 first generates a search expression. A search expression includes a search term and may include field information as needed. The search expression including the field information enables a search that specifies a document file containing the search term in a desired field (for example, a document file containing the character string “
    Figure US20070239708A1-20071011-P00900
    Figure US20070239708A1-20071011-P00901
    ” in its title). The field information need not be specified in the search expression when a document file containing the search term at anywhere in the document file is searched for. The generated search expression is sent from the database control unit 20 to the search engine 30 (FIG. 3(B)).
  • On receiving the search expression, the search engine 30 interprets the search expression and references the index file 31. It obtains the document number of a document file that meets the search expression, and the character positional information indicating at what number character a character string of the search term in the search expression appears in the text. It then returns these information items to the database control unit 20. If no document files that meet the search expression are found, a message is returned for informing that.
  • In this embodiment, field positional information is appended to each character string (chain) as mentioned above. This provides quick processing in searching for a specific character contained in a specific field.
  • The database control unit 20 receives the document number and the character positional information from the search engine 30. Based on these information items, it can read out the desired document file from the document database 10.
  • The search engine 30 performs a search which will now be described in more detail.
  • As described earlier, the search engine 30 receives a search expression including a search term and field information from the database control unit 20. it returns information to the database control unit 20, that is, a document number specifying a document file containing the search term, and information on the position in the document file of a character string corresponding to the search term. This positional information on the character string also includes information on a field in the document file. Thus, the search engine 30 also performs a field search according to the search expression.
  • For convenience of explanation, how to search a text of a document file for a desired character string will be described below first without mention of the field search. Then, how to perform the field search will be described.
  • Although any of known approaches may be used for the character string search performed by the search engine 30, this embodiment will take an exemplary approach that involves analysis using the n-gram model.
  • First, a description will be given of a search for a desired character string in a text written without separation between words, like a sentence in Japanese language (or in any other language based on logographic characters). In this case, the text is divided into fixed-length chains and registered with the index file 31 as keywords. This will be described below with a specific example.
  • Consider searching for a desired character string in the text:
    Figure US20070239708A1-20071011-P00001
    Figure US20070239708A1-20071011-P00002
  • The search engine 30 registers this text with the index file 31 in the following manner.
  • First, the text is broken down into n-length character chains (referred to as keywords hereafter). For n=2 by way of example, the sentence
    Figure US20070239708A1-20071011-P00001
    Figure US20070239708A1-20071011-P00002
    is broken down as
    Figure US20070239708A1-20071011-P00003
    Figure US20070239708A1-20071011-P00004
    Figure US20070239708A1-20071011-P00005
    Figure US20070239708A1-20071011-P00006
    Figure US20070239708A1-20071011-P00007
    Figure US20070239708A1-20071011-P00008
    Figure US20070239708A1-20071011-P00009
    Figure US20070239708A1-20071011-P00010
    Figure US20070239708A1-20071011-P00011
    Figure US20070239708A1-20071011-P00012
  • The position number is set to “1” for the top keyword and incremented by one for each following keyword shifted by one character. Where the document number of this document file is “0”, the pairs of (document number, position number) are represented as follows:
    Figure US20070239708A1-20071011-P00013
    Figure US20070239708A1-20071011-P00014
    Figure US20070239708A1-20071011-P00015
    Figure US20070239708A1-20071011-P00016
    Figure US20070239708A1-20071011-P00017
    Figure US20070239708A1-20071011-P00018
    Figure US20070239708A1-20071011-P00019
    Figure US20070239708A1-20071011-P00020
    Figure US20070239708A1-20071011-P00021
    Figure US20070239708A1-20071011-P00022
  • These keywords are sorted in order of character code (ASCII, JIS code, Unicode, etc.) as follows:
    Figure US20070239708A1-20071011-P00022
    Figure US20070239708A1-20071011-P00018
    Figure US20070239708A1-20071011-P00015
    Figure US20070239708A1-20071011-P00020
    Figure US20070239708A1-20071011-P00017
    Figure US20070239708A1-20071011-P00014
    Figure US20070239708A1-20071011-P00013
    Figure US20070239708A1-20071011-P00016
    Figure US20070239708A1-20071011-P00019
    Figure US20070239708A1-20071011-P00020
  • From this information, the keywords are registered with the key file 32, and the pairs of document number and position number are registered with the POS file 33. For identical keywords, only one keyword is registered with the key file 32 but a plurality of corresponding pairs of document number and position number (positional information) are registered with the POS file 33.
  • FIG. 4 shows a configuration of the index file 31 for this text.
  • The search operation will now be described.
  • Suppose that a search expression including the search term
    Figure US20070239708A1-20071011-P00023
    is sent from the database control unit 20 to the search engine 30. Then, the search engine 30 begins by breaking down the search term
    Figure US20070239708A1-20071011-P00024
    into the two-character parts
    Figure US20070239708A1-20071011-P00025
    and
    Figure US20070239708A1-20071011-P00026
  • The search engine 30 obtains positional information on keywords corresponding to these parts from the index file 31. According to the index file 31 shown in FIG. 4, the positional information on the keyword
    Figure US20070239708A1-20071011-P00025
    is (0, 1) and (0, 4), while the positional information on the keyword
    Figure US20070239708A1-20071011-P00026
    is (0, 6). Taking this positional information into consideration, it can be seen that
    Figure US20070239708A1-20071011-P00025
    at the position (0, 4) and
    Figure US20070239708A1-20071011-P00026
    at the position (0, 6) is continuous. Therefore, the character string
    Figure US20070239708A1-20071011-P00024
    located at the position (0, 4) can be returned as the search result to the database control unit 20.
  • Now, the description will be given of a search for a desired character string in a text written with separation between words, like an English sentence. In this case, the words are variable-length character strings. If these words, which are variable-length chains, are employed as they are as keywords in the index file 31, then searching the key file 32 for a desired keyword will be difficult. Therefore, a mechanism is introduced for performing a search by breaking down a variable-length chain into fixed-length chains. This will be described below with a specific example.
  • Consider searching for a desired character string in the text:
  • “to be or not to be that is the question.”
  • This text is registered with the index file 31 in the following manner.
  • The text is broken down into words simply by using a space between the character strings as a separator. Where the document number of this document is “1”, the text is represented as follows:
    to (1, 1)
    be (1, 3)
    or (1, 5)
    not (1, 7)
    to (1, 10)
    be (1, 12)
    that (1, 14)
    is (1, 18)
    the (1, 20)
    question (1, 23)
  • These keywords are sorted in character-code order, and after overlapping keys are merged, they are registered with the index file 31.
  • FIG. 5 shows a configuration of the index file 31 for this text.
  • In the index file 31 for variable-length chains, a relational file 34 to be described below is further created for increased search efficiency.
  • First, a start mark (represented notationally as ˆ) and an end mark (represented notationally as $) are added to each word. The words with these marks are then divided into n-character parts. Where the word “question” is divided by n=3 for example, the character string “ˆ question$” is broken down as follows:
    {circumflex over ( )}qu
    que
    ues
    est
    sti
    tio
    ion
    on$
  • Thus, the word is represented as a set of fixed-length (n-character) keywords. Here, information corresponding to positional information (POS) on the keyword is defined as (keyword number, position number within the word). Where the keyword number of the keyword “question” is “4”, information is added to the above character strings as follows:
    {circumflex over ( )}qu (4, 1)
    que (4, 2)
    ues (4, 3)
    est (4, 4)
    sti (4, 5)
    tio (4, 6)
    ion (4, 7)
    on$ (4, 8)
  • These character strings and positional information are sorted in character-code order and registered with the relational file 34, as in the case of the key file 32 and the POS file 33.
  • FIG. 6 shows a configuration of the relational file 34 for “ˆquestion$” and its relationship with the key file 32.
  • Next, the search operation will be described.
  • Suppose that a search expression including the search term “question” is sent from the database control unit 20 to the search engine 30. Then, the search engine 30 begins by breaking down “ˆquestion$”, which is obtained by adding the start and end marks to the character string of the search term, into n-character chains. This results in a set of character strings as follows:
    • ˆqu
    • est
    • ion
    • on$
  • Then, the relational file 34 is referenced to find a keyword in which the character string “ˆqu” appears at the first character, the character string “est” at the fourth character, the character string “ion” at the seventh character, and the character string “on$” at the eighth character. In the relational file 34 for the keyword “question” shown in FIG. 6, the character string “ˆ” has the positional information (4, 1), the character string “est” has (4, 4), the character string “ion” has (4, 7), and the character string “on$” has (4, 8). Therefore, the keyword with the keyword number “4” turns out to correspond to the search term “question”.
  • Based on this search result, the key file 32 and the POS file 33 is referenced to find that the positional information on the word “question” is (1, 23). This indicates that the word corresponding to the search term appears at the 23rd character in a text of a document file with the document file number 1.
  • The process of performing the field search will now be described.
  • The noticeable characteristic of this embodiment is in this field search. Therefore, the concept of this search method according to this embodiment will be described first, and then a specific example of its operation will be described by contrast with a conventional field search method.
  • FIG. 7 describes the field search method using the index file 31 according to this embodiment.
  • In this embodiment, for each keyword, the key file 32 lists the keyword as separate items for respective fields in which the keyword appears. In the example shown in FIG. 7, while the keyword “question” is listed by itself, “question” appearing in the field F1, “question” appearing in the field F2, “question” appearing in the field F3, and so on are listed as independent items.
  • The POS file 33 lists positional information for each keyword, as well as for items of the keyword for respective fields in which the keyword appears. In the example shown in FIG. 7, while positional information is listed for the keyword “question”, positional information is also separately listed for “question” appearing in the field F1, “question” appearing in the field F2, and so on.
  • Thus, the index file 31 is configured in this manner to append the field positional information to the keywords. Therefore, when a specific character string appearing in a specific field is designated and searched for, the positional information on the desired character string can be readily obtained by referencing the POS file 33 from a corresponding item in the key file 32. In the example shown in FIG. 7, a search for “question” appearing in the field F1, for example, is performed by specifying “question” as the search term and F1 as the field. Then, the POS file 33 may be directly referenced from a corresponding item in the key file 32 to readily obtain the sets of document number and position number (Doc15, Pos11), (Doc32, Pos13), and (Doc95, Pos25).
  • Next, the field search operation will be described with a specific example.
  • Consider searching for a desired character string in the following document file.
    • <title>IBM software</title>
    • This page explains IBM software products
  • In this tag-structured document file, the area enclosed in <title> tags may be defined as a field 1.
  • First, the text “IBN software This page explains IBM software products”, generated by eliminating the tags from the document file, and positional information on the <title> tags are sent from the database control unit 20 to the search engine 30. The search engine 30 registers information on this document file with the index file 31.
  • Where the document number of this text is “2” and keywords and their positional information are extracted in the above described manner, the following information will be registered.
    IBM (2, 1)
    software (2, 4)
    This (2, 12)
    page (2, 16)
    explains (2, 20)
    IBM (2, 28)
    software (2, 31)
    products (2, 39)
  • The field 1 has been defined based on the tag positions so that the start position is the keyword “IBM” and the end position is the keyword “software”. This positional information is registered with the index file 31. The position number is “1” for the start position, and “12” for the end position because the end position is next to the keyword “software.” Therefore, the following information will be registered for the field 1.
    (FIELD 1) (2, 1), (2, 12)
  • Conventional search engines 30 have simply registered this positional information on the field 1 with the index file 31 along with the positional information on keywords. In contrast, this embodiment registers the information on the field 1 appended to pertinent keywords. Specifically, a keyword and a field in which the keyword appears are combined, and each keyword combined with a field is registered as an independent keyword. By this operation, the following information will be registered.
    IBM (2, 1)
    IBM (F1) (2, 1)
    software (2, 4)
    software (F1) (2, 4)
    This (2, 12)
    page (2, 16)
    explains (2, 20)
    IBM (2, 28)
    software (2, 31)
    products (2, 39)
  • These are sorted in character-code order, and after overlapping keywords are merged, these are registered with the index file 31.
  • FIG. 8 shows a final configuration of the index file 31 for this document file provided according to this embodiment.
  • Also, FIG. 9 shows a configuration of a conventional index file 31 for this document file.
  • As described, the field positional information has been conventionally registered with the index file 31 in the same manner as the keyword positional information. That is, information specifying a field has been registered with the key file 32, and the positional information on the field has been registered with the POS file 33. In the example shown in FIG. 9, the name of the field 1 (FIELD 1) is registered with the key file 32, and its positional information (2, 1), (2, 12) is registered with the POS file 33. Keywords are sorted as usual in character-code order, and registered after overlapping keywords are merged.
  • Next, the search operation will be described.
  • Suppose that a search expression is written in the format “search term @ field”, and the search expression “IBM @ F1” has been sent from the database control unit 20 to the search engine 30. That is, a document file containing the word “IBM” in the field F1 is searched for. In this case, the search engine 30 first references the relational file 34 to obtain the keyword “IBM” corresponding to the search term. Then, it searches for a registered item “IBM (F1)”, which is a combination of the keyword “IBM” and the field F1.
  • Since the key file 32 in the index file 31 shown in FIG. 8 includes the corresponding registered item “IBM (F1)”, its positional information registered with the POS file 33 is directly referenced. This provides only the positional information (2, 1) as the search result, which is returned to the database control unit 20.
  • The database control unit 20 reads out a document file with the document number 2 from the document database 10 based on the positional information (2, 1) obtained for the search expression “search term @ field”.
  • On the other hand, when a search is performed with reference to the conventional index file 31 shown in FIG. 9, positional information registered with the POS file 33 is referenced from the keyword “IBM” corresponding to the search term. Similarly, for the field F1 in the search expression, information on the field F1 registered with the POS file 33 is referenced from the key file 32. Then, these information items are matched to search for a document including the keyword “IBM” appearing in the field F1.
  • Specifically, attention is focused first on the positional information (2, 1) on the keyword “IBM”, and it is matched with the positional information on the field F1. Because the field F1 begins at (2, 1) and ends at (2, 12), the keyword “IBM” with the positional information (2, 1) meets the search expression. Next, attention is focused on the positional information (2, 28). However, because it is out of the definition of the field Fl, the keyword “IBM” with the positional information (2, 28) does not meet the search expression. Therefore, only the positional information (2, 1) is obtained as the search result, which is returned to the database control unit 20.
  • Thus, as shown in FIG. 8, the search engine 30 according to this embodiment has the field information appended to the keywords and registered with the key file 32 and POS file 33 in the index file 31. Once a keyword corresponding to a search expression (and therefore matching the field information) is obtained, what is required is only obtaining the positional information on the keyword from the POS file 33; it is not required to match the keyword positional information with the field positional information. Therefore, a significant reduction in time required for a search involving a field search can be expected compared to the conventional system using an index file 31 shown in FIG. 9.
  • In the above described search operation, the relational file 34 is not configured to accommodate keywords independent for each field. Rather, a keyword without field information is searched for in the relational file 34 first, and then a registered item for the keyword combined with field information is searched for. Therefore, even though keywords combined with their field information are registered independently with the key file 32, it does not affect the configuration of the relational file 34, and therefore does not increase the time required for a search.
  • Because the registered keywords have been sorted in character-code order in the search file 31, keywords combined with their field information are listed near an identical keyword without field information. Therefore, even though a keyword without field information is obtained first and then the key file 32 is searched for the keyword combined with field information, it does not require so much time as to affect the overall processing.
  • Further, when keywords are fixed-length chains as in the case of a search with a Japanese search term, there is no mechanism for obtaining a keyword corresponding to the search term with reference to the relational file 34. This may mean that the time required for searching for a keyword corresponding to a search term increases, because registered information in the key file 32 has increased due to keywords combined with field information.
  • However, processing for matching the keyword positional information and the field positional information has been eliminated; this decrease in processing amount significantly affects the overall search processing further than the increase in processing amount due to the increased registered data in the key file 32. Therefore, the decrease contributes to providing quicker search processing.
  • The above embodiment has been described for an exemplary configuration in which the database search system is implemented in a single computer. However, the system according to the present invention is not limited to this hardware configuration.
  • The document database 10 may be built on a different computer connected over a network, and/or the database control unit 20 and the search engine 30 may be distributed as functions of separate computers connected over a network.
  • It is to be understood that the specific embodiments of the invention that have been described are merely illustrative of certain applications of the principle of the present invention. Numerous modifications may be made to the system, method, and service for providing quick search processing in a document database search involving a field search described herein without departing from the spirit and scope of the present invention.

Claims (4)

1. A processor-implemented database search method, comprising:
storing a document file in a database;
controlling a transfer of a document file to and from the database;
searching the database on the basis of a keyword comprised of a character string and returning a search result;
using an index file for retaining information indicating a correspondence of the keyword to positional information of the keyword, based on a field in the document file that includes the keyword;
wherein the index file comprises a key file that includes a list of pointers to character strings and positional information;
wherein the character strings are included in the document file and are stored in the database by document area where a character string in the document file appears and by a positional information file;
wherein the positional information file includes a list of positional information containing information that specifies the document file where a character string exists and information that specifies a position of the character string in the document file regarding the character string in the key file; and
wherein for a variable-length chain included in the index file, a relational file is created by dividing each word in the variable-length chain into a plurality of fixed-length keywords.
2. The database search method according to claim 1, further comprising:
reading the document file from the database, and extracting a text of the document file and information indicating a structure of the document file, for sending the text and the information to a search engine; and
the search engine creating the index file based on the text and the information indicating the structure of the document file.
3. The database search method according to claim 1, wherein the index file retains, as the positional information on the keyword, information that identifies the document file containing the keyword and information that specifies a position of the keyword in the document file, each item of the positional information being associated with a corresponding item of the keyword listed as a separate item for a respective field.
4. The database search method according to claim 1,t wherein the index file comprises:
a first table that lists character strings contained in the document file stored in the database and pointers to positional information on the character strings, each character string being listed as a separate item for respective fields where the character string appears in the document file; and
a second table that lists positional information on each character string including the character strings listed in the first table, the positional information including information that identifies the document file containing the character string and information that specifies a position of the character strings in the document file.
US11/760,783 2003-01-10 2007-06-10 Database Search Method Of Searching A Document Database For A Desired Document File Abandoned US20070239708A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/760,783 US20070239708A1 (en) 2003-01-10 2007-06-10 Database Search Method Of Searching A Document Database For A Desired Document File

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2003-004572 2003-01-10
JP2003004572A JP3784060B2 (en) 2003-01-10 2003-01-10 Database search system, search method and program thereof
US10/755,012 US7246107B2 (en) 2003-01-10 2004-01-08 System and method for creating a data file for use in searching a database
US11/760,783 US20070239708A1 (en) 2003-01-10 2007-06-10 Database Search Method Of Searching A Document Database For A Desired Document File

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/755,012 Division US7246107B2 (en) 2003-01-10 2004-01-08 System and method for creating a data file for use in searching a database

Publications (1)

Publication Number Publication Date
US20070239708A1 true US20070239708A1 (en) 2007-10-11

Family

ID=32708964

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/755,012 Expired - Fee Related US7246107B2 (en) 2003-01-10 2004-01-08 System and method for creating a data file for use in searching a database
US11/760,783 Abandoned US20070239708A1 (en) 2003-01-10 2007-06-10 Database Search Method Of Searching A Document Database For A Desired Document File

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/755,012 Expired - Fee Related US7246107B2 (en) 2003-01-10 2004-01-08 System and method for creating a data file for use in searching a database

Country Status (2)

Country Link
US (2) US7246107B2 (en)
JP (1) JP3784060B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050226603A1 (en) * 2001-08-08 2005-10-13 Mitsuhiro Hirabayashi Recording apparatus, recording method, and recording medium
US7783615B1 (en) * 2005-09-30 2010-08-24 Emc Corporation Apparatus and method for building a file system index

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200603083A (en) * 2004-03-23 2006-01-16 Matsushita Electric Ind Co Ltd Recording apparatus, reproducing apparatus, host apparatus, drive apparatus, reocrding method, reproducing method, program, and information recording medium
US7493293B2 (en) 2006-05-31 2009-02-17 International Business Machines Corporation System and method for extracting entities of interest from text using n-gram models
US8140267B2 (en) * 2006-06-30 2012-03-20 International Business Machines Corporation System and method for identifying similar molecules
JP4398992B2 (en) * 2007-03-29 2010-01-13 株式会社東芝 Information search apparatus, information search method, and information search program
US8849807B2 (en) 2010-05-25 2014-09-30 Mark F. McLellan Active search results page ranking technology
TWI507908B (en) * 2014-03-28 2015-11-11 Univ Chaoyang Technology Fast search method of biological virus sequence immune locus
US9535918B1 (en) * 2015-12-15 2017-01-03 International Business Machines Corporation Dynamically mapping zones
JP6575688B2 (en) * 2016-10-07 2019-09-18 富士通株式会社 Indexed data generation program, indexed data generation method, indexed data generation system, search program, search method, and search system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5978795A (en) * 1997-01-14 1999-11-02 Microsoft Corporation Temporally ordered binary search method and system
US6094649A (en) * 1997-12-22 2000-07-25 Partnet, Inc. Keyword searches of structured databases
US6195654B1 (en) * 1995-11-16 2001-02-27 Edward I Wachtel System and method for obtaining improved search results and for decreasing network loading
US20020073080A1 (en) * 2000-01-14 2002-06-13 Lipkin Daniel S. Method and apparatus for an information server
US20020188587A1 (en) * 2001-03-02 2002-12-12 Mcgreevy Michael W. System, method and apparatus for generating phrases from a database
US6978263B2 (en) * 1999-05-28 2005-12-20 Overture Services, Inc. System and method for influencing a position on a search result list generated by a computer network search engine

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2896634B2 (en) 1995-03-02 1999-05-31 富士ゼロックス株式会社 Full-text registered word search device and full-text registered word search method
JPH0991305A (en) 1995-09-27 1997-04-04 Canon Inc Method and device for information processing
JPH09114856A (en) 1995-10-12 1997-05-02 Fuji Xerox Co Ltd Index generation for retrieval
JP3643943B2 (en) 1997-04-18 2005-04-27 富士通株式会社 Structured document database search method, structured document database search system, and recording medium
JPH10307840A (en) 1997-05-09 1998-11-17 Canon Inc Information processor and its method
JP2962287B2 (en) 1997-07-31 1999-10-12 日本電気株式会社 Structured document search device and machine-readable recording medium recording program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6195654B1 (en) * 1995-11-16 2001-02-27 Edward I Wachtel System and method for obtaining improved search results and for decreasing network loading
US5978795A (en) * 1997-01-14 1999-11-02 Microsoft Corporation Temporally ordered binary search method and system
US6094649A (en) * 1997-12-22 2000-07-25 Partnet, Inc. Keyword searches of structured databases
US6978263B2 (en) * 1999-05-28 2005-12-20 Overture Services, Inc. System and method for influencing a position on a search result list generated by a computer network search engine
US20020073080A1 (en) * 2000-01-14 2002-06-13 Lipkin Daniel S. Method and apparatus for an information server
US20020188587A1 (en) * 2001-03-02 2002-12-12 Mcgreevy Michael W. System, method and apparatus for generating phrases from a database

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050226603A1 (en) * 2001-08-08 2005-10-13 Mitsuhiro Hirabayashi Recording apparatus, recording method, and recording medium
US7609296B2 (en) * 2001-08-08 2009-10-27 Sony Corporation Recording apparatus, recording method, and recording medium using an index file
US7783615B1 (en) * 2005-09-30 2010-08-24 Emc Corporation Apparatus and method for building a file system index

Also Published As

Publication number Publication date
JP3784060B2 (en) 2006-06-07
JP2004220176A (en) 2004-08-05
US7246107B2 (en) 2007-07-17
US20040143574A1 (en) 2004-07-22

Similar Documents

Publication Publication Date Title
US20070239708A1 (en) Database Search Method Of Searching A Document Database For A Desired Document File
US5590317A (en) Document information compression and retrieval system and document information registration and retrieval method
JP2896634B2 (en) Full-text registered word search device and full-text registered word search method
US6826576B2 (en) Very-large-scale automatic categorizer for web content
US5752020A (en) Structured document retrieval system
US8131730B2 (en) Processor for fast phrase searching
US6675358B1 (en) Font access, registration, display and printing method and a method for processing electronic documents having variant fonts
US6697801B1 (en) Methods of hierarchically parsing and indexing text
US20060031207A1 (en) Content search in complex language, such as Japanese
US7979438B2 (en) Document management method and apparatus and document search method and apparatus
JP6480380B2 (en) Table cell search apparatus, method, and program
US7359896B2 (en) Information retrieving system, information retrieving method, and information retrieving program
WO2011006300A1 (en) Acronym extraction
US7555428B1 (en) System and method for identifying compounds through iterative analysis
JPH09101991A (en) Information filtering device
JP2007122403A (en) Device, method, and program for automatically extracting document title and relevant information
US8495061B1 (en) Automatic metadata identification
KR20030039575A (en) Method and system for summarizing document
JP2008541272A (en) Signature generation and matching engine with relevance
JPH08147311A (en) Method for retrieving structured document and device therefor
CN100444194C (en) Automatic extraction device, method and program of essay title and correlation information
JP2007128224A (en) Document indexing device, document indexing method and document indexing program
JP2000231560A (en) Automatic document classification system
EP1605371A1 (en) Content search in complex language, such as japanese
JP2002132789A (en) Document retrieving method

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NAKAMURA, TOSHIYUKI;TERUI, FUMIHIKO;REEL/FRAME:019404/0914;SIGNING DATES FROM 20031125 TO 20031201

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE