US7127472B1 - Data processing method and data processing device - Google Patents
Data processing method and data processing device Download PDFInfo
- Publication number
- US7127472B1 US7127472B1 US09/558,656 US55865600A US7127472B1 US 7127472 B1 US7127472 B1 US 7127472B1 US 55865600 A US55865600 A US 55865600A US 7127472 B1 US7127472 B1 US 7127472B1
- Authority
- US
- United States
- Prior art keywords
- data
- meta
- directory
- files
- generating
- 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.)
- Expired - Fee Related
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/40—Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
- G06F16/48—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- Y—GENERAL 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
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99942—Manipulating data structure, e.g. compression, compaction, compilation
-
- Y—GENERAL 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
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99944—Object-oriented database structure
-
- Y—GENERAL 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
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99944—Object-oriented database structure
- Y10S707/99945—Object-oriented database structure processing
Definitions
- the present invention relates to a data processing method and data processing device for registering meta-data in and distinguishing meta-data from data.
- Meta-data is “data about data,” and is used as data which explains binary data such as video data or audio data. However, when binary data and meta-data corresponding thereto exist in separate files, when moving or copying files, the user must simultaneously manage the binary data and the meta-data, which is very troublesome.
- FIG. 16 schematically shows a format which incorporates meta-data into binary data.
- Binary data is, for example, image data.
- a typical method of incorporating meta-data into binary data, as shown in FIG. 16 is to provide in the header portion of the image data a domain for writing meta-data, into which the user writes the meta-data. Writing meta-data in this way facilitates data searching and classification. Further, since the meta-data is included in the binary data, both can be managed as a single file, making file management comparatively easier.
- FIG. 17 schematically shows a method of managing binary data and meta-data in a database.
- Methods like that shown in FIG. 17 which use a database, etc. to manage binary data and meta-data existing as separate files, are widely used. These methods have the advantage that existing binary data can be used as is in existing applications.
- a directory structure can be used in file management. Accordingly, when, for example, managing a large number of binary data files, all of the binary data files are usually not placed in a single directory, but a plurality of sub-directories are created, one for each group of binary data files sharing a certain affiliation or characteristic. In this case, the meta-data for all of the binary data files in a given sub-directory have an item in common. However, at present, each binary data file exists separately, and meta-data is managed by one of the two methods discussed above.
- meta-data cannot be recorded or used without database software. Further, special software is also necessary to display recorded meta-data.
- binary data is taken out of the database, it is not accompanied by the corresponding meta-data, and becomes binary data without meta-data.
- the present invention was created in view of the foregoing problems relating to writing and searching meta-data, and it is an object hereof to enable registration of meta-data in directory data without influencing existing applications.
- Another object of the present invention is to use a typical data writing language to write meta-data, thus enabling the use of existing tools compatible with typical data writing languages, and facilitating the development of compatible applications.
- a further object of the present invention is to enable meta-data written in directory data to be extracted therefrom and provided for processing such as searching, reference, and modification.
- a further object of the present invention is to register meta-data in a directory, thereby contributing to simplification of management of meta-data and reduction of data quantity thereof.
- a further object of the present invention is to enable simple attachment of meta-data to data files grouped by a certain affiliation or characteristic and managed by a directory.
- meta-data is registered in directory data.
- directory data By registering meta-data in directory data, it becomes unnecessary to attach meta-data to each of the files under that directory, and change of the contents thereof is also simplified.
- a further object of the present invention is to prevent meta-data registered in a directory from being lost or wasted when a file is moved or copied from that directory.
- a further object of the present invention is to enable suitable meta-data to be attached to a directory even when meta-data is already registered in each binary data.
- a further object of the present invention is to expedite searching by extracting suitable meta-data from a data file with meta-data registered therein, and registering that meta-data in directory data.
- a further object of the present invention is to simply group data files in directories by certain affiliations or characteristics.
- FIG. 1 is a block diagram showing the structure of a data processing device according to a first embodiment of the present invention.
- FIG. 2 is a flow chart explaining meta-data registration processing according to the first embodiment.
- FIG. 3 is a drawing explaining registration of meta-data in directory data according to the first embodiment.
- FIG. 4 is a flow chart showing steps for distinguishing and extracting registered meta-data according to a second embodiment of the present invention.
- FIG. 5 is a flow chart explaining the details of processing for distinguishing meta-data according to the second embodiment.
- FIG. 6 is a drawing showing an example of data structure of directory data with XML data registered therein as meta-data.
- FIG. 7 is a drawing explaining an example of a directory structure according to the second embodiment.
- FIG. 8 is a flow chart explaining processing for revising directory data according to the second embodiment.
- FIG. 9 is a flow chart showing a method of registering meta-data in binary data according to a third embodiment of the present invention.
- FIG. 10 is a flow chart explaining a method of determining whether meta-data is registered in binary data according to the third embodiment.
- FIG. 11 is a drawing showing an example of data structure of binary data with meta-data registered therein according to the third embodiment.
- FIG. 12 is a drawing explaining an example of a method for comparing and synthesizing meta-data and directory data according to the third embodiment.
- FIG. 13 is a flow chart showing a method of registering automatically generated directory meta-data in directory data according to a fourth embodiment of the present invention.
- FIG. 14 is a flow chart showing a method of automatically generating directory meta-data according to the fourth embodiment.
- FIG. 15 is a drawing showing an example of automatic generation of directory meta-data from a list of meta-data according to the fourth embodiment.
- FIG. 16 is a drawing schematically showing a format which incorporates meta-data into binary data.
- FIG. 17 is a drawing schematically showing a method for managing binary data and meta-data in a database.
- FIG. 1 is a block diagram showing the structure of a data processing device according to the first embodiment of the present invention.
- 100 is a reading section, which reads an image using a scanner, for example.
- 101 is an input section, which inputs instructions from the user, data, etc., and which includes a keyboard, a pointing device, etc.
- 102 is a storage section, which stores binary data, meta-data, etc. in a directory structure.
- a hard disk is typically used as the storage section 102 .
- 103 is a display section, which displays binary data accumulated in the storage section 102 , and displays image data read by the reading section 100 .
- a CRT, liquid crystal display device, etc. is typically used as the display section 103 .
- a control program for realizing the processing steps of the present embodiment is also stored in the ROM 105 .
- a structure in which this control program is stored in the storage section 102 and loaded into the RAM 106 for execution by the CPU 104 is also possible.
- a data processing device according to the present embodiment is provided with various structural elements in addition to those discussed above, but these are not the principal object of the present invention, and accordingly explanation thereof will be omitted here.
- FIG. 2 is a flow chart explaining meta-data registration processing according to the present embodiment.
- step S 301 directory data of a directory indicated by the user is read into memory (into the RAM 106 ). This is accomplished by, for example, inputting the name of a desired directory through the keyboard, or indicating the directory using a pointing device (such as a mouse).
- step S 302 an XML file which records meta-data, indicated by the user, is read into memory (into the RAM 106 ). The XML file is also indicated by inputting the file name through the keyboard, indicating a corresponding icon using a pointing device (such as a mouse), etc.
- step S 303 it is investigated whether the XML file recording meta-data is XML data of the proper format.
- the format for writing an XML file is satisfied (for example, whether or not the brackets at the left and right of each tag form pairs, whether the form of tagging is correct, etc.).
- This determination of whether or not the XML data has the proper format may also include a check of whether it is valid XML data.
- this determination of whether it is valid XML data may be accomplished by, for example, checking whether or not the XML data is written in accordance with a schemer such as DTD (Document Type Definition).
- step S 303 If it is determined in step S 303 that the XML data does not have the proper format, processing proceeds to step S 307 .
- step S 307 a message to the effect that there was an error in the XML data is displayed on the display section 103 , and processing ends.
- step S 304 the meta-data is appended to the end of the directory data read into memory in step S 301 , thereby registering the meta-data.
- step S 306 the directory data registering the meta-data is outputted, and processing ends.
- FIG. 3 is a drawing explaining registering of meta-data in directory data according to the present embodiment.
- meta-data written in XML data format is appended to the end of the directory data (in the present example, after the identifier ⁇ EOF> indicating the end of the directory data).
- the meta-data can be registered in the directory data without influencing other applications.
- typical applications only use data from the beginning of the directory data to the final identifier, and thus the meta-data appended thereafter does not affect the application.
- meta-data can be registered in existing directory data, without influencing existing applications.
- the first embodiment above explained a method of registering meta-data in directory data to create a directory data file.
- the present second embodiment will explain processing for distinguishing whether or not meta-data is registered in a directory data file, and when it is registered, for extracting the meta-data.
- a data processing device is structured as that of the first embodiment above, and accordingly explanation thereof will be omitted.
- FIG. 4 is a flow chart showing steps for distinguishing and extracting registered meta-data according to the present second embodiment.
- the extracted meta-data is displayed on the display section 103 , but the form of output is not limited to this. It will be evident to one skilled in the art that other structures are also possible, such as one which provides the extracted meta-data for editing or search processing.
- step S 501 the user indicates a directory data file for which it is to be determined whether or not meta-data is registered therein, i.e., data for processing.
- indication of the data for processing is accomplished by, for example, inputting the file name of a directory data file through the keyboard, or indicating a corresponding icon using a pointing device (such as a mouse).
- step S 502 it is determined whether or not meta-data written in the XML format is registered in the data of the indicated directory data file.
- the details of the determination processing in step S 502 will be explained with reference to the flow chart in FIG. 5 and the explanatory drawing in FIG. 6 .
- FIG. 5 is a flow chart explaining the details of processing for distinguishing meta-data according to the present embodiment.
- FIG. 6 is a drawing showing an example of data structure of directory data which registers XML data as meta-data.
- the data structure of a directory data file (data for processing) with XML data as meta-data registered therein is as shown in FIG. 6 . Accordingly, distinguishing the presence or absence of meta-data is performed as follows.
- step S 601 the entirety of the data of the directory data file (the entirety of the data for processing) indicated in step S 501 is read into memory (into the RAM 106 ). Since the data outputted in step S 306 in the first embodiment above is managed as a single file, the entirety of the data can be read out using a file managing system.
- step S 602 it is checked whether the character string “ ⁇ /PhotoXML>” is present at the end of the data read in step S 601 . If this character string is not present, processing proceeds to step S 605 .
- step S 603 it is determined whether the character string “ ⁇ /PhotoXML>” is preceded by a character string “ ⁇ PhotoXML>”. If in step S 603 the character string “ ⁇ PhotoXML>” was found, processing proceeds to step S 604 , where it is concluded that meta-data is registered in the data for processing, and processing ends. If, on the other hand, the character string “ ⁇ PhotoXML>” was not found, processing proceeds to step S 605 , where it is concluded that no meta-data is registered in the data for processing.
- step S 602 if the character string “ ⁇ /PhotoXML>” is not found in step S 602 , or if the character string “ ⁇ PhotoXML>” is not found in step S 603 , processing proceeds to step S 605 , where it is concluded that no meta-data is registered in the data for processing.
- step S 603 after finding the character string “ ⁇ PhotoXML>”, it is possible to confirm whether the data bracketed by the two foregoing character strings is written in proper XML format. Further, in this case, it is also possible to perform determination of whether the data is valid XML data.
- this determination of proper format and of valid data are as explained in the first embodiment above (step S 303 ).
- step S 503 based on the XML data bracketed by the character strings “ ⁇ PhotoXML>” and “ ⁇ /PhotoXML>”, the meta-data is displayed on the display section 103 , and processing ends. If, on the other hand, it was determined in step S 502 that there is no meta-data registered in the data for processing, processing ends.
- a root directory Directory 1 contains three sub-directories Directory 2 , Directory 3 , and Directory 4 , each of which contains binary data files.
- meta-data is registered in the directory data of each directory, common meta-data is stored for the Binary Data Files 2 - 1 through 2 - 3 in Directory 2 , common meta-data is stored for the Binary Data Files 3 - 1 and 3 - 2 in Directory 3 , and common meta-data is stored for the Binary Data Files in Directory 4 .
- meta-data would be information indicating that the binary data in Directory 2 was recorded on March 10, and the binary data in Directory 3 was recorded on March 11.
- some sort of affiliation such as “Scenery” or “People.”
- the items, contents, etc. stored in the meta-data can be determined by the manner in which data files are divided at the time of creating the sub-directories.
- meta-data is not stored in each binary data file, but in the directory data of each sub-directory. Accordingly, an application reading a binary data file will read out the meta-data attached to the directory the binary data file belongs to, and process this as meta-data for the binary data file.
- the meta-data attached to the directory data is effective for all of the binary data files belonging to that directory, it is sufficient to merely search the directories, making it possible to perform search processing rapidly.
- the data stored in the directories was binary data, but it may of course be any type of data.
- FIG. 8 is a flow chart explaining processing for revising directory data according to the present embodiment. If a file is added to the directory, or if a file in the directory is revised or deleted, the processing shown in FIG. 8 is carried out.
- step S 701 the directory data file of the directory in question is read out. Then, in step S 702 , it is determined whether meta-data is attached to the directory data. This determination can be performed according to the steps shown in FIG. 5 discussed above. Then, if it is determined that meta-data is registered in the directory data, processing proceeds to step S 703 .
- step S 703 the detected meta-data is separated from the directory data and stored out of harm's way in a separate memory area.
- step S 704 the directory data left after separation of the meta-data is edited in the same manner as conventionally.
- step S 705 the meta-data separated from the directory data in step S 703 is re-appended to the end of the revised directory data. If on the other hand it was found in step S 702 that there is no meta-data registered in the directory data, processing proceeds to step S 706 , and the directory data is revised straightaway.
- processing for revising the directory data in steps S 704 and S 706 may be equivalent to processing executed by conventional file managing systems. Accordingly, it will be evident to one skilled in the art that the required conversion of conventional file management systems is not a major matter, and that with only minor changes they can be enabled to handle directory files according to the present embodiment.
- meta-data since meta-data is registered in directory data, meta-data can be registered and managed by directory.
- meta-data can be registered in directory data without affecting existing applications.
- meta-data can be extracted from directory data recording meta-data and provided for processing such as searching, reference, change, etc. Accordingly, by using a typical data writing language to write the meta-data, existing tools for that data writing language can be used, thus facilitating the development of compatible applications.
- meta-data in a directory can facilitate meta-data, and can help reduce data quantities. Consequently, when, for example, searching binary data for a given item included in the meta-data, only the directories need be searched, and the search can be performed rapidly. Further, to change a value in a given item included in the meta-data, it is not necessary to change meta-data for each binary file; the meta-data for all binary files in a given directory can be changed by changing only the meta-data attached to the directory data. Consequently, meta-data can be changed rapidly. Moreover, since meta-data common to a plurality of binary files belonging to a given directory can be managed as a single meta-data, data quantity can be reduced.
- the first and second embodiments above discussed registration of meta-data in directory data. If meta-data is registered in directory data, it becomes unnecessary to attach meta-data to each file in the directory, and it is also easier to change the contents of the meta-data. However, if files are moved or copied from the directory, the meta-data registered in the directory may be lost, thus wasting the meta-data registered in the directory.
- the present third embodiment in order to resolve the foregoing problem, when binary data belonging to a directory is copied or moved outside the directory, meta-data is registered in that binary data.
- a data processing device is equivalent to that of the first embodiment ( FIG. 1 ), and accordingly explanation thereof will be omitted here.
- a method of registering meta-data in binary data according to the present third embodiment will now be explained with reference to the flow chart in FIG. 9 .
- the flow chart in FIG. 9 when binary data belonging to a directory is copied or moved outside the directory, meta-data is registered in that binary data.
- step S 1301 a user indicates a binary data file in the directory to be copied or moved to another directory.
- the processing to be discussed below is performed on the copy of the binary data (not on the original binary data) when the operation is copying, and on the binary data after being moved, when the operation is moving.
- step S 1302 it is determined whether the directory to which the indicated file belongs registers directory meta-data like that explained in the first and second embodiments above. This determination of whether or not directory meta-data is registered in the directory is performed as was explained above with reference to FIGS. 5 and 6 .
- step S 1302 determines whether there is directory meta-data registered in the directory. If the result of the determination in step S 1302 is that there is directory meta-data registered in the directory, processing proceeds to step S 1303 , and if there is no directory meta-data, processing proceeds to step S 1304 . In step S 1304 , since there is no meta-data registered in the directory, the indicated binary data is copied (or moved).
- step S 1303 When, on the other hand, there is directory meta-data, it is determined in step S 1303 whether there is meta-data registered in the binary data indicated in step S 1301 . Processing for determining whether meta-data is registered in the binary data will be explained with reference to FIGS. 10 and 11 .
- FIG. 10 is a flow chart showing processing for determining whether meta-data is registered in the binary data
- FIG. 11 is a drawing explaining registering of meta-data in binary data according to the present embodiment.
- step S 1601 Binary data with meta-data registered therein is made up of the parts shown in FIG. 11 . Accordingly, in order to distinguish the presence or absence of meta-data, in FIG. 5 , first, in step S 1601 , the entirety of the indicated binary data is read into memory. Next, in step S 1602 , it is checked whether the character string “ ⁇ /PhotoXML>” is present at the end of the binary data read into memory. If this character string is present, processing proceeds to step S 1603 , where it is checked whether a character string “ ⁇ PhotoXML>” is present before the character string “ ⁇ /PhotoXML>”. If this character string is also present, processing proceeds to step S 1604 , where it is concluded that meta-data is registered in the binary data.
- step S 1602 if it is judged in step S 1602 that the character string “ ⁇ /PhotoXML>” is not present, or if it is judged in step S 1603 that the character string “ ⁇ PhotoXML>” is not present, then processing proceeds to step S 1605 , where it is concluded that no meta-data is registered in the binary data.
- step S 1308 If it is determined by the foregoing determination processing that there is no meta-data registered in the binary data, processing proceeds to step S 1308 .
- processing has proceeded to step S 1308 , it means that directory meta-data is registered in the directory, but no meta-data is registered in the binary data. Accordingly, the directory meta-data is registered in the binary data, the binary data is copied (or moved), and processing ends.
- meta-data is registered in the binary data by the same method as that for registering meta-data in directory data explained in the first embodiment above. In other words, data having the form shown in FIG. 11 is generated by appending the meta-data to the end of the binary data.
- step S 1303 If, on the other hand, it was determined in step S 1303 that meta-data is registered in the binary data, processing proceeds to step S 1305 .
- step S 1305 the directory meta-data registered in the directory and the meta-data registered in the binary data are compared. Then, in step S 1306 , meta-data is prepared which, as a result of the comparison in step S 1305 , includes all of the directory meta-data and binary data meta-data.
- step S 1306 processing for generating the meta-data in step S 1306 will be explained in detail.
- directory meta-data 1801 and meta-data 1802 are combined to create meta-data 1803 , which includes all the contents of both meta-data.
- the meta-data prepared as above is then newly registered in the binary data, which is then copied (or moved), and processing ends.
- directory meta-data registered in the directory is registered in the binary data as meta-data, and thus even if some of the files in a directory are moved elsewhere, the meta-data is not lost.
- this meta-data can be synthesized with the directory meta-data, and thus meta-data combining the directory meta-data and the meta-data can be registered in the binary data.
- directory meta-data written in the same data writing language as the directory data is registered in the binary data, and thus it is possible to copy or move the binary data while preserving the directory meta-data information.
- the meta-data is written in a data writing language, existing tools for that data writing language can be used as is, thus saving the effort of developing new tools.
- the present fourth embodiment enables registering of suitable meta-data in directory data.
- a data processing device is equivalent to that of the first embodiment ( FIG. 1 ), and accordingly explanation thereof will be omitted here.
- a method of generating suitable meta-data from binary data in a directory will now be explained with reference to the flow chart in FIG. 13 .
- step S 2301 the user indicates a desired directory (a directory for which meta-data is to be generated and to which the meta-data is to be attached). Then, in step S 2302 , one of the data files in that directory is selected, and it is determined whether or not meta-data is registered in that file.
- the steps for distinguishing the presence or absence of meta-data are as explained above with reference to FIGS. 10 and 11 .
- step S 2303 When there is meta-data registered in the binary data, processing proceeds to step S 2303 , where the file name of the binary data registering meta-data, and the meta-data are added to a list 1 in memory.
- step S 2302 if in step S 2302 there was no meta-data registered in the binary data, processing proceeds to step S 2304 .
- step S 2304 the file name of the binary data not registering meta-data is added to a list 2 in memory.
- step S 2305 the directory meta-data is generated from list 1 , which records the file names of binary data registering meta-data, and those meta-data.
- FIG. 14 is a flow chart explaining steps for generating directory meta-data in step S 2306
- FIG. 15 is a drawing explaining generation of directory meta-data in step S 2306 .
- step S 2401 it is checked whether all of the meta-data recorded in list 1 share one or more meta-data item(s) in common.
- processing proceeds to step S 2404 , where the meta-data item(s) in common is/are extracted, directory meta-data is generated using the extracted meta-data item(s), and processing ends. This processing will now be explained with reference to FIG. 15 .
- meta-data is attached to the three image files img001.jpg, img002.jpg, and img003.jpg (filenames are the character strings bracketed by ⁇ Filename> and ⁇ /Filename>, and meta-data are the data bracketed by ⁇ PhotoXML> and ⁇ /PhotoXML>). Extracting the meta-data items shared by the three data files listed in list 1 ( 501 ) and generating directory meta-data therefrom yields the directory meta-data ( 502 ).
- step S 2401 If, in step S 2401 , there were no meta-data items shared by all of the meta-data, processing proceeds to step S 2403 , where directory meta-data is generated using the meta-data item(s) shared by the most meta-data. Then, in step S 2404 , a list 3 is generated, which lists the names of data files registering meta-data which does not include the meta-data item(s) included in the directory meta-data. Then, in step S 2405 , the file names listed in list 3 and their meta-data are deleted from list 1 .
- step S 2307 a new directory is generated, and all of the data files recorded in list 1 are moved to this new directory.
- the new directory is given a suitable name taken from the directory meta-data.
- step S 2308 it is determined whether list 3 has been generated; if it has been generated, processing proceeds to step S 2309 , but if not, step S 2309 is skipped.
- step S 2309 the data files recorded in list 3 are moved to a directory named “MetaMisc.”
- step S 2310 directory meta-data is registered in the new directory generated in step S 2307 , and processing ends.
- the method of registering the meta-data in the new directory is as explained in the first embodiment above, and has a data structure like that shown in FIG. 6 .
- the foregoing processing makes it possible to automatically generate directory meta-data from the data files in the directory, and to register this meta-data in the directory.
- directory meta-data can be automatically generated from data files in a directory, thus making it easy to register directory meta-data in the directory. Even when there are no meta-data items in common, by automatically generating directory meta-data from the binary data files in the “MetaMisc” directory, new directories and directory meta-data therefor can be repeatedly generated automatically.
- the meta-data generated may be registered in the directory data of the indicated directory, without generating a new directory.
- the present invention makes it possible to automatically generate directory meta-data from binary data. Further, attaching meta-data to the directory enables high-speed searching. Moreover, since the meta-data is written in an existing data writing language, existing tools for that data writing language can be used as is, thus saving the trouble of developing new tools.
- the meta-data was XML data, but there is no limitation to this.
- it may be written in a data writing language such as SGML or HTML.
- the data of the files in each directory may be binary data such as still image data, dynamic image data, or audio data, or any other form of data.
- the present invention may be applied to a system made up of a plurality of devices (such as host computer, interface device, reader, printer, etc.), or to a single device (such as a copy machine, facsimile, etc.).
- a system made up of a plurality of devices (such as host computer, interface device, reader, printer, etc.), or to a single device (such as a copy machine, facsimile, etc.).
- the objects of the present invention may of course also be attained by supplying a system or a device with a memory medium recording the program code of software for realizing the functions of the foregoing embodiments, and using a computer (or CPU or MPU) of the device or system to read out and execute the program code stored in the memory medium.
- the program code itself read out from the memory medium, realizes the functions of the embodiments discussed above, and the memory medium recording that program code structures the present invention.
- the memory medium for supplying the program code may be a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, non-volatile memory card, ROM, etc.
- the scope of the present invention covers not only a case in which the functions of the foregoing embodiments are realized by executing the program code read out by a computer, but also a case in which, based on the instructions of the program code, an OS (operating system) operating in the computer performs part or all of the actual processing, and this processing realizes the functions of the foregoing embodiments.
- an OS operating system
- the scope of the present invention also covers a case in which the program code read out from the memory medium is written into the memory of an expansion board or expansion unit inserted into or connected to the computer, and, based on the instructions of the program code, a CPU, etc. of the expansion board or expansion unit performs part or all of the actual processing, and this processing realizes the functions of the foregoing embodiments.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Library & Information Science (AREA)
- Multimedia (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP12071399 | 1999-04-27 | ||
| JP2000109923A JP4378029B2 (ja) | 1999-04-27 | 2000-04-11 | データ処理方法及び装置及び記憶媒体 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US7127472B1 true US7127472B1 (en) | 2006-10-24 |
Family
ID=26458240
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US09/558,656 Expired - Fee Related US7127472B1 (en) | 1999-04-27 | 2000-04-26 | Data processing method and data processing device |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US7127472B1 (enExample) |
| JP (1) | JP4378029B2 (enExample) |
Cited By (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050144610A1 (en) * | 2003-12-30 | 2005-06-30 | Ingo Zenz | Configuration manager in enterprise computing system |
| US20050198077A1 (en) * | 2003-12-24 | 2005-09-08 | Van Der Heijden Antonius Nicolaas A. | Method, computer system, computer program and computer program product for storage and retrieval of data files in a data storage means |
| US20060167887A1 (en) * | 2004-12-28 | 2006-07-27 | Galin Galchev | System and method for implementing multiple application server clusters using a common binary directory structure |
| US20070260829A1 (en) * | 2006-05-03 | 2007-11-08 | Tellabs Oy | Method and apparatus for processing a sequential file |
| US20080109112A1 (en) * | 2006-11-08 | 2008-05-08 | Stanton Jennifer L | Controlled material processing device, system and method |
| US7519600B1 (en) | 2003-12-30 | 2009-04-14 | Sap Aktiengesellschaft | System and method for managing multiple application server clusters using a hierarchical data object and a multi-parameter representation for each configuration property |
| US20090108024A1 (en) * | 2007-10-31 | 2009-04-30 | Stanton Jennifer L | Hydraulic container evacuator and method |
| US20090112856A1 (en) * | 2004-07-30 | 2009-04-30 | Samsung Electronics Co., Ltd | Storage medium including metadata and reproduction apparatus and method therefor |
| US7533163B1 (en) | 2003-12-30 | 2009-05-12 | Sap Ag | Startup framework and method for enterprise computing systems |
| US7552153B2 (en) | 2004-12-28 | 2009-06-23 | Sap Ag | Virtual machine monitoring using shared memory |
| US7593930B2 (en) | 2004-12-14 | 2009-09-22 | Sap Ag | Fast channel architecture |
| US7600217B2 (en) | 2004-12-14 | 2009-10-06 | Sap Ag | Socket-like communication API for Java |
| US7600658B2 (en) | 2006-11-28 | 2009-10-13 | Momentive Performance Materials | Viscous material feed system with platen and method |
| US7694065B2 (en) | 2004-12-28 | 2010-04-06 | Sap Ag | Distributed cache architecture |
| US20100097600A1 (en) * | 2008-10-21 | 2010-04-22 | Mark William Barenek | Fiber Optic Optical Subassembly Configuration |
| US7840760B2 (en) | 2004-12-28 | 2010-11-23 | Sap Ag | Shared closure eviction implementation |
| US7966412B2 (en) | 2005-07-19 | 2011-06-21 | Sap Ag | System and method for a pluggable protocol handler |
| US7971001B2 (en) | 2004-12-28 | 2011-06-28 | Sap Ag | Least recently used eviction implementation |
| US7996615B2 (en) | 2004-12-28 | 2011-08-09 | Sap Ag | Cache region concept |
| US8190780B2 (en) | 2003-12-30 | 2012-05-29 | Sap Ag | Cluster architecture having a star topology with centralized services |
| CN102819570A (zh) * | 2012-07-19 | 2012-12-12 | 华为技术有限公司 | 一种数据访问方法、装置及系统 |
| US8589562B2 (en) | 2005-04-29 | 2013-11-19 | Sap Ag | Flexible failover configuration |
| US8601099B1 (en) | 2003-12-30 | 2013-12-03 | Sap Ag | System and method for managing multiple sever node clusters using a hierarchical configuration data structure |
| US8799359B2 (en) | 2004-12-28 | 2014-08-05 | Sap Ag | Session management within a multi-tiered enterprise network |
| US20150358408A1 (en) * | 2013-02-19 | 2015-12-10 | Hitachi, Ltd. | Information processing system and data synchronization control scheme thereof |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002202905A (ja) | 2000-10-27 | 2002-07-19 | Canon Inc | データ蓄積方法及び装置、並びに記憶媒体 |
| JP4771167B2 (ja) * | 2006-10-31 | 2011-09-14 | ソニー株式会社 | 情報処理装置および方法、並びにプログラム |
| KR102622183B1 (ko) * | 2018-06-08 | 2024-01-08 | 삼성에스디에스 주식회사 | 스토리지 관리 장치 및 방법 |
Citations (19)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5412641A (en) | 1992-05-07 | 1995-05-02 | Canon Kabushiki Kaisha | Information recording/reproducing apparatus for recording/reproducing information with probes |
| US5457793A (en) * | 1992-03-30 | 1995-10-10 | International Business Machines Corporation | Software cache management of a shared electronic store in a supplex |
| US5530856A (en) * | 1993-03-12 | 1996-06-25 | Asymetrix Corporation | Verifying multimedia linking for a multimedia presentation |
| US5579516A (en) * | 1994-12-15 | 1996-11-26 | Hewlett-Packard Company | Method for storing data files on a multiple volume media set |
| US5613108A (en) * | 1993-02-24 | 1997-03-18 | Minolta Camera Kabushiki Kaisha | Electronic mail processing system and electronic mail processing method |
| US5745907A (en) | 1994-10-18 | 1998-04-28 | Canon Kabushiki Kaisha | Image registering apparatus, image registering method, and its system |
| US5930709A (en) * | 1996-12-12 | 1999-07-27 | Electronics And Telecommunications Research Institute | Method of creating signal message common files for mobile switching center |
| US5937409A (en) * | 1997-07-25 | 1999-08-10 | Oracle Corporation | Integrating relational databases in an object oriented environment |
| US5987506A (en) * | 1996-11-22 | 1999-11-16 | Mangosoft Corporation | Remote access and geographically distributed computers in a globally addressable storage environment |
| US6009439A (en) * | 1996-07-18 | 1999-12-28 | Matsushita Electric Industrial Co., Ltd. | Data retrieval support apparatus, data retrieval support method and medium storing data retrieval support program |
| US6105022A (en) * | 1997-02-26 | 2000-08-15 | Hitachi, Ltd. | Structured-text cataloging method, structured-text searching method, and portable medium used in the methods |
| US6145119A (en) | 1997-03-31 | 2000-11-07 | International Business Machines Corporation | Programming development environment for intranet and internet applications employing unique project data structure |
| US6208999B1 (en) * | 1996-12-12 | 2001-03-27 | Network Associates, Inc. | Recoverable computer file system with a signature area containing file integrity information located in the storage blocks |
| US6327590B1 (en) * | 1999-05-05 | 2001-12-04 | Xerox Corporation | System and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis |
| US6463444B1 (en) * | 1997-08-14 | 2002-10-08 | Virage, Inc. | Video cataloger system with extensibility |
| US6490683B1 (en) * | 1997-09-16 | 2002-12-03 | Kabushiki Kaisha Toshiba | Optical disk having electronic watermark, reproducing apparatus thereof and copy protecting method using the same |
| US6513038B1 (en) * | 1998-10-02 | 2003-01-28 | Nippon Telegraph & Telephone Corporation | Scheme for accessing data management directory |
| US6714946B1 (en) * | 1999-09-30 | 2004-03-30 | Kabushiki Kaisha Toshiba | Data management system using a plurality of data operating modules |
| US7085767B2 (en) * | 2000-10-27 | 2006-08-01 | Canon Kabushiki Kaisha | Data storage method and device and storage medium therefor |
-
2000
- 2000-04-11 JP JP2000109923A patent/JP4378029B2/ja not_active Expired - Fee Related
- 2000-04-26 US US09/558,656 patent/US7127472B1/en not_active Expired - Fee Related
Patent Citations (19)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5457793A (en) * | 1992-03-30 | 1995-10-10 | International Business Machines Corporation | Software cache management of a shared electronic store in a supplex |
| US5412641A (en) | 1992-05-07 | 1995-05-02 | Canon Kabushiki Kaisha | Information recording/reproducing apparatus for recording/reproducing information with probes |
| US5613108A (en) * | 1993-02-24 | 1997-03-18 | Minolta Camera Kabushiki Kaisha | Electronic mail processing system and electronic mail processing method |
| US5530856A (en) * | 1993-03-12 | 1996-06-25 | Asymetrix Corporation | Verifying multimedia linking for a multimedia presentation |
| US5745907A (en) | 1994-10-18 | 1998-04-28 | Canon Kabushiki Kaisha | Image registering apparatus, image registering method, and its system |
| US5579516A (en) * | 1994-12-15 | 1996-11-26 | Hewlett-Packard Company | Method for storing data files on a multiple volume media set |
| US6009439A (en) * | 1996-07-18 | 1999-12-28 | Matsushita Electric Industrial Co., Ltd. | Data retrieval support apparatus, data retrieval support method and medium storing data retrieval support program |
| US5987506A (en) * | 1996-11-22 | 1999-11-16 | Mangosoft Corporation | Remote access and geographically distributed computers in a globally addressable storage environment |
| US5930709A (en) * | 1996-12-12 | 1999-07-27 | Electronics And Telecommunications Research Institute | Method of creating signal message common files for mobile switching center |
| US6208999B1 (en) * | 1996-12-12 | 2001-03-27 | Network Associates, Inc. | Recoverable computer file system with a signature area containing file integrity information located in the storage blocks |
| US6105022A (en) * | 1997-02-26 | 2000-08-15 | Hitachi, Ltd. | Structured-text cataloging method, structured-text searching method, and portable medium used in the methods |
| US6145119A (en) | 1997-03-31 | 2000-11-07 | International Business Machines Corporation | Programming development environment for intranet and internet applications employing unique project data structure |
| US5937409A (en) * | 1997-07-25 | 1999-08-10 | Oracle Corporation | Integrating relational databases in an object oriented environment |
| US6463444B1 (en) * | 1997-08-14 | 2002-10-08 | Virage, Inc. | Video cataloger system with extensibility |
| US6490683B1 (en) * | 1997-09-16 | 2002-12-03 | Kabushiki Kaisha Toshiba | Optical disk having electronic watermark, reproducing apparatus thereof and copy protecting method using the same |
| US6513038B1 (en) * | 1998-10-02 | 2003-01-28 | Nippon Telegraph & Telephone Corporation | Scheme for accessing data management directory |
| US6327590B1 (en) * | 1999-05-05 | 2001-12-04 | Xerox Corporation | System and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis |
| US6714946B1 (en) * | 1999-09-30 | 2004-03-30 | Kabushiki Kaisha Toshiba | Data management system using a plurality of data operating modules |
| US7085767B2 (en) * | 2000-10-27 | 2006-08-01 | Canon Kabushiki Kaisha | Data storage method and device and storage medium therefor |
Non-Patent Citations (2)
| Title |
|---|
| Kim et al. TA-RE: an exchange language for mining software repositories, International Conference on Software repositories, 1996, p. 22-25. * |
| U.S. Appl. No. 09/558,655, filed Apr. 26, 2000. |
Cited By (37)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050198077A1 (en) * | 2003-12-24 | 2005-09-08 | Van Der Heijden Antonius Nicolaas A. | Method, computer system, computer program and computer program product for storage and retrieval of data files in a data storage means |
| US8706686B2 (en) * | 2003-12-24 | 2014-04-22 | Split-Vision Kennis B.V. | Method, computer system, computer program and computer program product for storage and retrieval of data files in a data storage means |
| US7533163B1 (en) | 2003-12-30 | 2009-05-12 | Sap Ag | Startup framework and method for enterprise computing systems |
| US8601099B1 (en) | 2003-12-30 | 2013-12-03 | Sap Ag | System and method for managing multiple sever node clusters using a hierarchical configuration data structure |
| US8190780B2 (en) | 2003-12-30 | 2012-05-29 | Sap Ag | Cluster architecture having a star topology with centralized services |
| US9699025B2 (en) | 2003-12-30 | 2017-07-04 | Sap Se | System and method for managing multiple server node clusters using a hierarchical configuration data structure |
| US7519600B1 (en) | 2003-12-30 | 2009-04-14 | Sap Aktiengesellschaft | System and method for managing multiple application server clusters using a hierarchical data object and a multi-parameter representation for each configuration property |
| US7526479B2 (en) | 2003-12-30 | 2009-04-28 | Sap Ag | Configuration manager in enterprise computing system |
| US20050144610A1 (en) * | 2003-12-30 | 2005-06-30 | Ingo Zenz | Configuration manager in enterprise computing system |
| US8321397B2 (en) | 2004-07-30 | 2012-11-27 | Samsung Electronics Co., Ltd. | Storage medium including metadata and reproduction apparatus and method therefor |
| US20090112856A1 (en) * | 2004-07-30 | 2009-04-30 | Samsung Electronics Co., Ltd | Storage medium including metadata and reproduction apparatus and method therefor |
| US7600217B2 (en) | 2004-12-14 | 2009-10-06 | Sap Ag | Socket-like communication API for Java |
| US7593930B2 (en) | 2004-12-14 | 2009-09-22 | Sap Ag | Fast channel architecture |
| US20060167887A1 (en) * | 2004-12-28 | 2006-07-27 | Galin Galchev | System and method for implementing multiple application server clusters using a common binary directory structure |
| US8799359B2 (en) | 2004-12-28 | 2014-08-05 | Sap Ag | Session management within a multi-tiered enterprise network |
| US7552153B2 (en) | 2004-12-28 | 2009-06-23 | Sap Ag | Virtual machine monitoring using shared memory |
| US7694065B2 (en) | 2004-12-28 | 2010-04-06 | Sap Ag | Distributed cache architecture |
| US10007608B2 (en) | 2004-12-28 | 2018-06-26 | Sap Se | Cache region concept |
| US9009409B2 (en) | 2004-12-28 | 2015-04-14 | Sap Se | Cache region concept |
| US7840760B2 (en) | 2004-12-28 | 2010-11-23 | Sap Ag | Shared closure eviction implementation |
| US7996615B2 (en) | 2004-12-28 | 2011-08-09 | Sap Ag | Cache region concept |
| US7971001B2 (en) | 2004-12-28 | 2011-06-28 | Sap Ag | Least recently used eviction implementation |
| US7281012B2 (en) * | 2004-12-28 | 2007-10-09 | Sap Aktiengesellschaft | System and method for implementing multiple application server clusters using a common binary directory structure |
| US9432240B2 (en) | 2005-04-29 | 2016-08-30 | Sap Se | Flexible failover configuration |
| US8589562B2 (en) | 2005-04-29 | 2013-11-19 | Sap Ag | Flexible failover configuration |
| US7966412B2 (en) | 2005-07-19 | 2011-06-21 | Sap Ag | System and method for a pluggable protocol handler |
| US20070260829A1 (en) * | 2006-05-03 | 2007-11-08 | Tellabs Oy | Method and apparatus for processing a sequential file |
| EP1852775A3 (en) * | 2006-05-03 | 2009-02-25 | Tellabs Oy | Method and apparatus for processing a sequential file |
| US7610167B2 (en) | 2006-11-08 | 2009-10-27 | Momentive Performance Materials | Controlled material processing device, controller and method |
| US20080109112A1 (en) * | 2006-11-08 | 2008-05-08 | Stanton Jennifer L | Controlled material processing device, system and method |
| US7600658B2 (en) | 2006-11-28 | 2009-10-13 | Momentive Performance Materials | Viscous material feed system with platen and method |
| US20090108024A1 (en) * | 2007-10-31 | 2009-04-30 | Stanton Jennifer L | Hydraulic container evacuator and method |
| US8070021B2 (en) | 2007-10-31 | 2011-12-06 | Momentive Performance Materials | Hydraulic container evacuator and method |
| US20100097600A1 (en) * | 2008-10-21 | 2010-04-22 | Mark William Barenek | Fiber Optic Optical Subassembly Configuration |
| CN102819570A (zh) * | 2012-07-19 | 2012-12-12 | 华为技术有限公司 | 一种数据访问方法、装置及系统 |
| US20150358408A1 (en) * | 2013-02-19 | 2015-12-10 | Hitachi, Ltd. | Information processing system and data synchronization control scheme thereof |
| US10191915B2 (en) * | 2013-02-19 | 2019-01-29 | Hitachi, Ltd. | Information processing system and data synchronization control scheme thereof |
Also Published As
| Publication number | Publication date |
|---|---|
| JP4378029B2 (ja) | 2009-12-02 |
| JP2001014196A (ja) | 2001-01-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7127472B1 (en) | Data processing method and data processing device | |
| US7246170B2 (en) | Scheme for systematically registering meta-data with respect to various types of data | |
| CA2137492C (en) | System for and method of providing delta-versioning of the contents of pcte file objects | |
| US6349302B1 (en) | Document processing method and system, and computer-readable recording medium having document processing program recorded therein | |
| RU2348973C2 (ru) | Способы развертывания и свертывания для обеспечения управления свойствами файлов между системами объектов | |
| US8078627B2 (en) | File management apparatus, method for controlling file management apparatus, computer program, and storage medium | |
| US6585777B1 (en) | Method for managing embedded files for a document saved in HTML format | |
| US7349911B2 (en) | Data processing method and apparatus | |
| US6571248B1 (en) | Data processing method and apparatus | |
| US20020049731A1 (en) | Information processing method and apparatus | |
| US7546533B2 (en) | Storage and utilization of slide presentation slides | |
| US20080016102A1 (en) | System and method for creating a new annotation for a data source | |
| US20040193631A1 (en) | System for document management and information processing | |
| US20060294468A1 (en) | Storage and utilization of slide presentation slides | |
| US7401078B2 (en) | Information processing apparatus, document search method, program, and storage medium | |
| JPH1097449A (ja) | 多値局所化ストリング | |
| US6351741B1 (en) | Method of locating a file linked to a document in a relocated document directory structure | |
| US7085767B2 (en) | Data storage method and device and storage medium therefor | |
| US20080126407A1 (en) | System-data-architecture management system, system-data-architecture management process, and computer-readable medium storing system-data-architecture management program | |
| US6629101B1 (en) | Data processing method and apparatus, and storage medium | |
| US20020038322A1 (en) | Information processing apparatus, method therefor,and computer-readable memory | |
| US20050240626A1 (en) | Method and apparatus for fixing up LastURL, and computer readable recording medium storing program for performing the method | |
| JP4072284B2 (ja) | データ処理方法及び装置及び記憶媒体 | |
| JP4072283B2 (ja) | データ処理方法及び装置及び記憶媒体 | |
| JP2005010950A (ja) | ファイル管理装置、ファイル管理方法、プログラム及び記録媒体 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: CANON KABUSHIKI KAISHA, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ENOKIDA, MIYUKI;KUSAMA, KIYOSHI;REEL/FRAME:010768/0408 Effective date: 20000419 |
|
| CC | Certificate of correction | ||
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| REMI | Maintenance fee reminder mailed | ||
| LAPS | Lapse for failure to pay maintenance fees | ||
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20141024 |