WO2009093383A1 - データ検索サーバ、検索プログラム、検索方法 - Google Patents

データ検索サーバ、検索プログラム、検索方法 Download PDF

Info

Publication number
WO2009093383A1
WO2009093383A1 PCT/JP2008/072064 JP2008072064W WO2009093383A1 WO 2009093383 A1 WO2009093383 A1 WO 2009093383A1 JP 2008072064 W JP2008072064 W JP 2008072064W WO 2009093383 A1 WO2009093383 A1 WO 2009093383A1
Authority
WO
WIPO (PCT)
Prior art keywords
directory
file
identifier
unit
information
Prior art date
Application number
PCT/JP2008/072064
Other languages
English (en)
French (fr)
Inventor
Tetsuya Uemura
Original Assignee
Hitachi, Ltd.
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 Hitachi, Ltd. filed Critical Hitachi, Ltd.
Publication of WO2009093383A1 publication Critical patent/WO2009093383A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present invention relates to a technique for searching for data.
  • the data to be stored is stored in a specific part of the file system based on the information derived from the added meta information and the description order of the meta information.
  • Non-Patent Document 1 describes a standard for describing such meta information. By using this technique, meta information can be added to data.
  • the directory divided for each album is stored in the directory divided for each artist, and a predetermined directory structure is defined so that the music data file is stored in the directory for each album.
  • Patent Document 1 An artist name and an album name are specified from meta information of music data newly stored in a file system to specify a directory structure.
  • an object of the present invention is to provide a technique capable of extracting data to be stored without omission without knowing the directory structure.
  • the data search technology accepts a keyword for detecting a file, detects a file having meta information including the keyword regardless of the order in which the keywords are specified, and detects the meta information of the detected file. Dynamically create and display a directory structure based on
  • a data search server comprising: a storage unit; a directory configuration unit that specifies a lower directory included in a directory based on meta information added to a file stored in the storage unit; and the directory configuration unit
  • a directory display unit that creates information for displaying the subordinate directory according to the instruction of the subordinate directory, wherein the directory configuration unit accepts designation of an identifier of the subordinate directory, and searches the identifier of the subordinate directory received as a search key.
  • a file including the search key in the meta information is detected from the storage unit, and the meta information added to the detected file is used as an identifier of a lower directory included in the lower directory in the directory display unit. Instructing to create the information to be displayed; And wherein the door.
  • Searchers can retrieve data to be stored without knowing the directory structure.
  • FIG. 1 is a diagram showing a data search system 1 according to the first embodiment of the present invention.
  • the data search system 1 can communicate with the data search server A100, the data search server B180 capable of communicating with the data search server A100 via the network 150, and the data search server A100 via the network 150.
  • Client terminal 170 can communicate with the data search server A100, the data search server B180 capable of communicating with the data search server A100 via the network 150, and the data search server A100 via the network 150.
  • the data search system 1 has a plurality of client terminals 170.
  • the client terminal 170 is a terminal device such as a client PC (personal computer), a workstation, various mobile phone terminals, a PDA (Personal Digital Assistant), a television receiver, or the like.
  • a client PC personal computer
  • a workstation various mobile phone terminals
  • PDA Personal Digital Assistant
  • television receiver or the like.
  • the client terminal 170 includes a control unit 171 and a transmission / reception unit 175.
  • the control unit 171 includes a file browsing unit 172, an input receiving unit 173, and a display unit 174.
  • the file browsing unit 172 instructs the display unit 174 to display information such as the directory structure and the file information, and inputs an input receiving unit for the information such as the displayed directory structure and the instruction from the user for the file information. Through 173.
  • the file browsing unit 172 transmits information for displaying the directory to the designated data search server.
  • the file browsing unit 172 transmits information for displaying the directory to the designated data search server.
  • a file acquisition request is transmitted to the designated data search server.
  • the input reception unit 173 receives information input by the user. For example, an input operation detected via an input device such as a keyboard or a mouse is received and transmitted to the control unit 171.
  • the display unit 174 receives a display instruction from the control unit 171 and displays it on an output device such as a display.
  • the transmission / reception unit 175 is connected to the network 150, transmits information to other connected devices, and receives information from other connected devices.
  • the data search server A100 includes a storage unit 120, a control unit 130, and a transmission / reception unit 140.
  • the data search server B 180 includes a storage unit 120, a control unit 130, and a transmission / reception unit 140, similar to the data search server A 100.
  • the storage unit 120 includes a type storage area 121 for storing the type table 200, a value storage area 122 for storing the value table 300, a file attribute storage area 123 for storing the file attribute table 400, and a directory configuration table as storage areas.
  • Meta information is information indicating file attributes, as will be described later.
  • the file attribute includes a plurality of pairs of a type that is a major classification and a value that indicates a specific minor classification corresponding to the value of the type.
  • type and value are information for classifying files, and a plurality of values are in a relationship forming a single type.
  • a value that is a small classification is set as a type, and a more specific classification is set as a value. Also good.
  • the set of types included in the meta information is stored in the type table 200 in advance, and the set of values included in the meta information is stored in the value table 300 in advance.
  • FIG. 2 shows a configuration example of a type table 200 that stores a set of types included in meta information.
  • the type table 200 is a table that stores definitions of types that are major categories. Specifically, the type table 200 includes a type identification number column 201 and an attribute type name column 202.
  • the type identification number column 201 a number for identifying the type of the attribute of the meta information is stored. For example, “T0”, “T1”, and the like.
  • the name of the attribute type is stored. For example, “work name”, “artist name”, and the like.
  • FIG. 3 shows a configuration example of the value table 300 that stores a set of values included in the meta information.
  • the value table 300 is a table that stores definitions of values that are small classifications.
  • the value table 300 includes a value identification number column 301 and an attribute value column 302.
  • the value identification number column 301 a number for identifying the value of the meta information is stored. For example, “V0”, “V1”, and the like.
  • the value of meta information is stored. For example, “Alternative”, “Classical”, etc.
  • FIG. 4 shows a configuration example of a file attribute table 400 that stores meta information for each file.
  • the file attribute table 400 is a table that stores the correspondence between file identifiers and meta information from meta information added to the file.
  • the file attribute table 400 has a file identifier column 401, a type identification number column 402, and a value identification number column 403.
  • an identifier for identifying a file to be stored is stored. For example, “A program”, “B movie”, “C program”, and the like.
  • type identification number column 402 a number for identifying the type of attribute assigned as meta information to the file to be stored is stored. For example, “T1”, “T4”, and the like.
  • a number for identifying an attribute value assigned as meta information of a file that is data to be stored is stored. For example, “V22”, “V3”, and the like.
  • FIG. 5 shows a configuration example of a directory configuration table 500 that stores information for specifying the directory displayed by the file browsing unit 172 of the client terminal 170.
  • a client identifier is used for specifying the client terminal 170 and a session identifier is used for specifying the file browsing unit 172.
  • the present invention is not limited to this, and other information may be used as long as it is information specifying the client terminal 170 and information specifying the file browsing unit 172.
  • the directory configuration table 500 includes a client identifier field 501, a session identifier field 502, a directory display condition field 503, and a directory display time field 504.
  • IP addresses such as “192.168.0.90” and “192.168.0196”.
  • the session identifier field 502 stores information for identifying the file browsing unit 172 operating on the client terminal 170 that has requested the data search server A100 to search for data. For example, session identifiers such as “SES94720” and “SES85720”.
  • a designation condition for specifying the displayed directory is stored for each combination of the client identifier and the session identifier.
  • the information includes at least one of the attribute type and value, such as “T1, V22”, “T4, V3, T1, V22”.
  • the directory display time column 504 stores the time when directory display is performed on the client terminal 170.
  • FIG. 6 shows a configuration example of a server configuration table 600 that stores the configuration of another data search server A100 connected via the network 150 and the status of whether or not the other data search server A100 can be connected.
  • the server configuration table 600 has a server identifier field 601 and a connection permission / inhibition field 602.
  • the server identifier column 601 stores an identifier of the data search server B 180 that is another data search server. For example, “Server A”, “Server B”, and the like.
  • connection availability column 602 the connection availability of each data search server is stored. For example, “OK”, “NG”, and the like.
  • FIG. 7 is a configuration diagram of the data structure of the storage target file.
  • the data structure 800 of the storage target file includes a file identifier area 801, a content area 802 created as a series of playback units, a type identification number area 803 that is meta information, and a value identification number area 804.
  • a file identifier area 801 a file identifier area 801
  • a content area 802 created as a series of playback units
  • a type identification number area 803 that is meta information
  • One or a plurality of sets are included.
  • the file identifier area 801 is an area for storing an identifier for identifying a storage target file, and the file identifier is composed of text data.
  • the content area 802 is an area for storing content that can be said to be the main body of the storage target file, and stores content such as music and video.
  • the type identification number area 803 is an area for storing a type identification number for identifying a type in the meta information.
  • the type identification numbers are “T1”, “T4”, and the like.
  • the value identification number area 804 is an area for storing a value identification number for identifying a value in the meta information.
  • the value identification numbers are “V22”, “V3”, and the like.
  • the control unit 130 includes a file attribute acquisition unit 131, a file attribute change unit 132, a display reception unit 133, a directory configuration unit 134, a directory display unit 135, and a server configuration management unit 136.
  • the file attribute acquisition unit 131 stores the storage target file instructed to be stored from the client terminal 170 in the storage target file storage area 126 of the storage unit 120.
  • the file attribute acquisition unit 131 acquires the meta information added to the storage target file and stores the file in the file identifier column 401 of the file attribute table 400 of the file attribute storage area 123.
  • the value of the identifier area 801 is stored, the value of the type identification number area 803 is stored in the type identification number column 402, and the value of the value identification number area 804 is stored in the value identification number column 403.
  • the file attribute changing unit 132 relates to the data stored in the storage unit 120, the value in the file identifier column 401, the value in the type identification number column 402, and the value in the value identification number column 403 stored in the file attribute table 400. The value after the change is accepted, and each value is changed to the accepted value.
  • the display receiving unit 133 receives the display request as a display request, specifies the identifier and session identifier of the client terminal 170, and the directory configuration unit 134. Then, the processing is transferred to the directory display unit 135.
  • the display receiving unit 133 when receiving a file acquisition request specifying a file name from the client terminal 170, the display receiving unit 133 adds the received file name to the directory display condition displayed on the client terminal 170 and stores the file. Identify from the target file.
  • the display reception unit 133 transmits the specified file to the client terminal 170 via the transmission / reception unit 140.
  • the directory configuration unit 134 requests the other data search server B 180 to search, searches the storage unit 120 of its own server, integrates the search results, and displays it.
  • the directory structure or file to be specified is identified and instructed to be displayed on the directory display unit 135.
  • the directory display unit 135 creates information for displaying the directory configuration and files that are instructed to be displayed from the directory configuration unit 134 on a predetermined display screen, and transmits the information to be displayed to the client terminal 170.
  • the server configuration management unit 136 monitors whether or not other servers can be connected, detects that a server has been added / deleted / communication disabled, and stores it in the server configuration table 600.
  • the transmission / reception unit 140 is connected to the network 150 and transmits / receives information to / from other connected devices.
  • the client terminal 170 can be connected to the data search server A 100 via the network 150.
  • the data search server A100 includes a communication device 113, an arithmetic device 114, a main storage device 115, an auxiliary storage device 116, and a bus 117 that connects each of them.
  • the communication device 113 is a device that communicates with other devices via a network such as the network 150.
  • the computing device 114 is a computing device such as a CPU (Central Processing Unit).
  • CPU Central Processing Unit
  • the main storage device 115 is a memory device such as a RAM (Random Access Memory).
  • the auxiliary storage device 116 is a nonvolatile storage device such as a hard disk device or a flash memory.
  • the client terminal 170 includes an input device 181, an output device 182, a computing device 183, a main storage device 184, an auxiliary storage device 185, a communication device 186, and a bus 187 that connects them to each other.
  • the input device 181 is a device that receives input from a keyboard, mouse, touch pen, or other pointing device.
  • the output device 182 is a device that performs display such as a display.
  • the computing device 183 is a computing device such as a CPU.
  • the main storage device 184 is a memory device such as a RAM.
  • the auxiliary storage device 185 is a nonvolatile storage device such as a hard disk device or a flash memory.
  • the communication device 186 is a device that communicates with other devices via a network such as the network 150.
  • the communication device 186 of the client terminal 170 can communicate with the communication device 113 of the data search server A 100 via the network 150.
  • the network 150 is a communication network such as a LAN or a wireless LAN, but may be a public network such as the Internet or a public wireless LAN, or other network such as a cable TV network or a mobile phone network, or A power line network or the like may be used.
  • the file attribute acquisition unit 131, the file attribute change unit 132, the display reception unit 133, the directory configuration unit 134, the directory display unit 135, and the server configuration management unit 136 of the data search server A100 include the data search server A100.
  • This is realized by a program that causes the arithmetic unit 114 to perform processing.
  • This program is stored in the main storage device 115 or the auxiliary storage device 116, loaded onto the main storage device 115 for execution, and executed by the arithmetic device 114.
  • the storage unit 120 of the data search server A100 is realized by the main storage device 115 or the auxiliary storage device 116 of the data search server A100.
  • the transmission / reception unit 140 of the data search server A100 is realized by the communication device 113 of the data search server A100.
  • the file browsing unit 172, the input receiving unit 173, and the display instruction unit 174 of the client terminal 170 are realized by a program that causes the arithmetic device 183 of the client terminal 170 to perform processing.
  • This program is stored in the main storage device 184 or the auxiliary storage device 185, loaded onto the main storage device 184 for execution, and executed by the arithmetic device 183.
  • the transmission / reception unit 175 of the client terminal 170 is realized by the communication device 186 of the client terminal 170.
  • FIG. 9 is a flowchart showing the root directory display process.
  • the display accepting unit 133 accepts a root directory display request from the client terminal 170. (Step S101).
  • the display request includes a client identifier, a session identifier, and root directory display request information.
  • Information such as the IP address of the client terminal 170 is stored in the client identifier, and the session identifier is stored in the session identifier.
  • the session identifier for identifying the directory browser program instance of the client terminal 170 is stored.
  • the display reception part 133 acquires a client identifier and a session identifier from the display request received at step S101 (step S102).
  • the directory configuration unit 134 requests the server determined to be valid as described later to transmit file information.
  • the directory configuration unit 134 stores the client identifier acquired in step S102 in the client identifier column 501 and the session identifier in the session identifier column 502 in the directory configuration table 500 (step S103).
  • the directory configuration unit 134 refers to the server configuration table 600 and specifies the server identifier column 601 of the server whose connection permission / inhibition column 602 is “OK”. Then, the server identified by the identifier stored in the specified server identifier field 601 is determined to be valid, and the root directory is searched for the server determined to be valid, that is, the directory display condition is searched unspecified. Instruct.
  • the directory configuration unit 134 receives information related to the file from the valid server requested in step S103 (step S104).
  • the directory configuration unit 134 receives the file identifier and the type identification number and value identification number associated with the file from all valid servers requested in step S103.
  • the directory configuration unit 134 acquires information on the file of the local server (local) by the file information search process (step S105).
  • the information stored in the file identifier column 401, the information stored in the type identification number column 402, and the information stored in the value identification number column 403 are obtained from the file attribute table 400 of the own server. Get all.
  • the directory configuration unit 134 collects the information on the local file acquired in step S105 and the information on the file from the valid server received in step S104, and eliminates duplication of the type identification number.
  • the directory configuration unit 134 searches the type table 200 for each type identification number from which duplication is eliminated, and the attribute type name column 202 corresponding to the attribute number whose type identification number matches the value in the type identification number column 201. Is stored as a display directory (step S106).
  • the directory configuration unit 134 extracts and sorts all the type identification numbers from the information about the local file acquired in step S105, and creates a list that excludes duplicate numbers. Then, the directory configuration unit 134 extracts the type identification number not included in the created list from the information regarding the file from the valid server received in step S104, and adds it to the list. Then, each type identification number included in the list is compared with the value in the type identification number column 201 of the type table 200, and the matching type identification number and the value in the attribute type name column 202 corresponding to the list are listed. Store as information.
  • the directory configuration unit 134 calculates the number of file identifiers from the information regarding the local file acquired in step S105. Then, the directory configuration unit 134 calculates the number of file identifiers from the information regarding the files from the valid server received in step S104, and stores it as the total number of files in addition to the number of local file identifiers (step S107).
  • the directory configuration unit 134 lists the file identifiers of all the files as file names and stores them as display files (step S108).
  • the directory configuration unit 134 extracts all the file identifiers from the information regarding the local file acquired in step S105, and creates a list of file identifiers. Then, the directory configuration unit 134 adds the file identifier extracted from the information related to the file from the valid server received in step S104 to the created list, and stores the list as display file information.
  • the directory configuration unit 134 instructs the directory display unit 135 to display the display directory stored in step S106, the total number of files stored in step S107, and the display file stored in step S108, and displays the directory display.
  • the unit 135 configures the root directory display screen 700 shown in FIG. 10 and displays it on the client terminal 170 (step S109).
  • the directory display unit 135 displays the display directory stored in step S106 as a directory name as a directory icon 705, and displays the total number of files stored in step S107 as the number of files 704.
  • the display file stored in step S108 is displayed as a file icon 706 as a file name.
  • FIG. 10 is an example of a directory display screen for displaying the root directory.
  • the directory display screen 700 includes a window 701, a scroll bar 702, a display directory name 703, the number of files 704, a directory icon 705, and a file icon 706.
  • the scroll bar 702 accepts a scroll operation and displays a directory icon 705 and a file icon 706 that the window 701 cannot display at a time.
  • the directory icon 705 receives the user's selection operation and notifies the file browsing unit 172 of the client terminal 170 to display the files and directories included in the directory specified by the selected directory name.
  • the directory name double-clicked is specified as the directory name of the destination directory, and the destination directory display request is notified to the file browsing unit 172. .
  • the file icon 706 receives the user's selection operation and notifies the file browsing unit 172 of the client terminal 170 to acquire the file specified by the selected file name.
  • the file name double-clicked as the file name of the target file to be acquired is specified, and a request for acquiring the file is sent to the client terminal 170 file. Notify the browsing unit 172.
  • the directory display screen 700 is a screen for displaying files and directories under the root directory, and is a screen for accepting an instruction to move between directories and an instruction to acquire a file.
  • the display receiving unit 133 receives a request to display the destination directory (step S201).
  • the request for displaying the destination directory includes a client identifier, a session identifier, and a destination directory name, and information such as the IP address of the client terminal 170 is stored in the client identifier.
  • the session identifier a session identifier for identifying the file browsing unit of the client terminal 170 is stored.
  • the display receiving unit 133 acquires the client identifier, the session identifier, and the destination directory name from the display request received in step S201 (step S202).
  • the directory configuration unit 134 refers to the directory configuration table 500 and searches for a record in which the client identifier column 501 matches the client identifier acquired in step S202 and the session identifier column 502 matches the session identifier. The value of the display condition column 503 is acquired. Then, the directory configuration unit 134 adds the destination directory name acquired in step S202 to the value of the acquired directory display condition field 503, and stores it as the value of the directory display condition field 503 as a new directory display condition (step S203).
  • the directory configuration unit 134 transmits a directory display condition to a valid server and requests to transmit file information (step S204).
  • the directory configuration unit 134 refers to the server configuration table 600 and specifies the server identifier column 601 of the server whose connection permission / inhibition column 602 is “OK”. Then, the server identified by the acquired server identifier is instructed to search the designated directory, that is, to designate and search the new directory display condition stored in step S203.
  • the directory configuration unit 134 receives information about the file from the valid server requested in step S204 (step S205).
  • the directory configuration unit 134 receives the file identifier and the type identification number and value identification number associated with the file from all valid servers requested in step S204.
  • the directory configuration unit 134 acquires, by file information search processing, information that matches the directory display conditions from among the information related to the file of the local server (local) (step S206).
  • the directory configuration unit 134 searches the file attribute table 400 of its own server for a record including all of the type identification number and value identification number specified in the directory display condition regardless of the specification order. All of the information stored in the file identifier column 401 of the record obtained as a result of the above, the information stored in the type identification number column 402, and the information stored in the value identification number column 403 are acquired.
  • the directory configuration unit 134 determines whether or not the destination directory name is a name that designates a type (step S207).
  • the directory configuration unit 134 searches the attribute type name column 202 of the type table 200 using the destination directory name as a key, and if there is a matching attribute type name, the destination directory name specifies the type. It is determined that it is a name.
  • the directory structure unit 134 receives information on the local file acquired in step S206 and the valid server received in step S205.
  • the information about the files is collected and stored as a display directory by eliminating duplication of value identification numbers (step S208).
  • the directory configuration unit 134 extracts and sorts all the value identification numbers from the information regarding the local file acquired in step S206, and creates a list in which duplicate numbers are excluded. Then, the directory configuration unit 134 extracts a value identification number not included in the created list from the information regarding the file from the valid server received in step S205, and stores the list as display directory information in addition to the list. .
  • the directory configuration unit 134 receives information on the local file acquired in step S206 and the valid server received in step S205.
  • the information about the files is collected and stored as a display file by eliminating duplication of file identifiers (step S209).
  • the directory configuration unit 134 extracts and sorts all the file identifiers from the information regarding the local file acquired in step S206, and creates a list that excludes duplicate file identifiers. Then, the directory configuration unit 134 extracts a file identifier not included in the created list from the information regarding the file from the valid server received in step S205, and stores the list as display file information in addition to the list.
  • the directory configuration unit 134 combines the information on the local file acquired in step S206 and the information on the file from the valid server received in step S205 to eliminate duplication of the type identification number. Then, the contents included in the directory display condition are excluded from the type identification number after de-duplication and stored as a display directory (step S210).
  • the directory configuration unit 134 extracts and sorts all type identification numbers from the information regarding the local file acquired in step S206, and creates a list from which duplicate numbers are eliminated. Then, the directory configuration unit 134 extracts the type identification number not included in the created list from the information regarding the file from the valid server received in step S205 and adds it to the list.
  • the directory configuration unit 134 refers to the directory configuration table 500 and searches for a record in which the client identifier column 501 matches the client identifier acquired in step S202 and the session identifier column 502 matches the session identifier.
  • the value of the display condition column 503 is acquired, the type identification number included in the value of the directory display condition column 503 is deleted from the created list, and the list is stored as display directory information.
  • the directory configuration unit 134 calculates the number of file identifiers from the information regarding the local file acquired in step S206. Then, the directory configuration unit 134 calculates the number of file identifiers from the information regarding the files from the valid server received in step S205, and stores it as the number of files to be displayed in addition to the number of local file identifiers (step S211). .
  • the directory configuration unit 134 instructs the directory display unit 135 to display the display directory stored in step S208 or step S210, the total number of files calculated in step S211 and the display file stored in step S209.
  • the directory display unit 135 configures the lower directory display screens shown in FIGS. 12 to 15 and displays them on the client terminal 170.
  • the directory display unit 135 stores the processing time in the directory display time column 504 of the directory configuration table 500 (step S212).
  • the directory display screen in FIG. 12 is a screen that is displayed when it is determined in step S207 that the destination directory is a name that designates a type.
  • the directory display unit 135 displays the display directory stored in step S208 as the directory icon 705 and displays the number of files calculated in step S211 as the number of files 704. Constitute.
  • the information stored in the directory display condition column 503 is configured to be displayed in the directory name 703.
  • the directory display screen of FIG. 13 is displayed when it is determined in step S207 that the destination directory is not a name for specifying the type (that is, when the directory display screen of FIG. 12 is designated to move to the “Jazz” directory). Etc.).
  • the directory display unit 135 displays the display file stored in step S209 as a file icon 706, displays the number of files calculated in step S211 as the number of files 704,
  • the display directory stored in S210 is configured to be displayed as a directory icon 705.
  • the directory display screen in FIG. 14 is the same as the directory display screen in FIG. 12, and is displayed when the directory display screen in FIG. 13 is designated to move to the “artist name” directory.
  • the directory display screen in FIG. 15 is the same as the directory display screen in FIG. 13 and is displayed when the directory display screen in FIG. 14 is designated to move to the “Artist B” directory.
  • the display receiving unit 133 receives a request to display the upper directory (step S301).
  • the request for displaying the upper directory includes a client identifier and a session identifier.
  • the client identifier stores information such as the IP address of the client terminal 170
  • the session identifier includes the client terminal.
  • a session identifier for identifying 170 directory browser program instances is stored.
  • the display reception part 133 acquires a client identifier and a session identifier from the display request received at step S301 (step S302).
  • the directory configuration unit 134 obtains the directory display condition used when displaying the screen one higher than the screen displayed by the screen identified by the client identifier and the session identifier acquired in step S302 (step S303). .
  • the directory configuration unit 134 refers to the directory configuration table 500, the client identifier in the client identifier column 501 matches the client identifier acquired in step S302, and the session identifier in the session identifier column 502 matches in step S302. Search for information that matches the acquired session identifier.
  • the directory configuration unit 134 acquires the value of the directory display condition column 503 and the value of the directory display time column 504 among the information that matches as a result of the search.
  • the directory configuration unit 134 deletes the last directory name from the acquired value of the directory display condition field 503 and stores it as the value of the directory display condition field 503 as a new directory display condition.
  • the directory configuration unit 134 inquires of the server configuration management unit 136 whether or not the server configuration has changed, and determines whether or not the server configuration has changed based on the result of the inquiry to the server configuration management unit 136 (step S304). ).
  • the server configuration management unit 134 transmits the value of the directory display time column 504 acquired in step S303 to the server configuration management unit 136, and the server configuration management unit 136 receives the latest server configuration change time.
  • the value in the directory display time field 504 is compared, and if the latest server configuration change time is newer, a message that the server configuration has changed is transmitted to the directory configuration unit 134. Otherwise, the server configuration part 134 is notified that there is no change in the server configuration.
  • step S304 If it is determined that the server configuration has changed (“Yes” in step S304), the directory configuration unit 134 transmits a directory display condition to the valid server and requests to transmit file information (step S305). ).
  • the directory configuration unit 134 refers to the server configuration table 600 and specifies the server identifier column 601 of the server whose connection permission / inhibition column 602 is “OK”. Then, the server identified by the acquired server identifier is instructed to search the designated directory, that is, to designate and search the new directory display condition stored in step S303.
  • the directory configuration unit 134 receives information about the file from the valid server requested in step S305 (step S306).
  • the directory configuration unit 134 receives the file identifier and the type identification number and value identification number associated with the file from all valid servers requested in step S305. Then, the process proceeds to step S307.
  • step S304 If it is not determined that the server configuration has changed (“No” in step S304), the directory configuration unit 134 diverts information about the file from the valid server used when displaying the upper directory, The process proceeds to step S307.
  • the directory configuration unit 134 acquires, by file information search processing, information that matches the directory display conditions from among the information related to the file of the local server (local) (step S307).
  • the directory configuration unit 134 searches the file attribute table 400 of its own server for a record including all of the type identification number and value identification number specified in the directory display condition regardless of the specification order.
  • the information stored in the file identifier column 401, the information stored in the type identification number column 402, and the information stored in the value identification number column 403 are acquired.
  • the directory configuration unit 134 determines whether or not the data received in step S306 is different from the information related to the file from the valid server used when displaying the upper directory. In addition, the directory configuration unit 134 determines whether or not the data acquired in step S307 is different from the information related to the file used when the upper directory is displayed (step S308).
  • step S308 If there is no difference between them (“No” in step S308), the directory configuration unit 134 proceeds to step S314 described later.
  • step S308 determines whether or not the destination directory name (upper directory name) is a name that designates a type (step S309).
  • the directory configuration unit 134 searches the attribute type name column 202 of the type table 200 using the destination directory name as a key, and if there is a matching attribute type name, the destination directory name specifies the type. It is determined that it is a name.
  • the directory configuration unit 134 receives information on the local file acquired in step S307 and the valid server received in step S306.
  • the information about the files is collected and stored as a display directory by eliminating duplication of value identification numbers (step S310).
  • the directory configuration unit 134 extracts the value identification numbers from the information on the local file acquired in step S307, sorts the extracted value identification numbers, and creates a list that excludes duplicate value identification numbers.
  • the directory configuration unit 134 extracts a value identification number not included in the created list from the information regarding the file from the valid server received in step S306, and stores the list as display directory information in addition to the list. .
  • the directory configuration unit 134 receives information on the local file acquired in step S307 and the valid server received in step S306.
  • the information about the files is collected and stored as a display file by eliminating duplication of file identifiers (step S311).
  • the directory configuration unit 134 extracts and sorts all the file identifiers from the information on the local file acquired in step S307, and creates a list that excludes duplicate file identifiers. Then, the directory configuration unit 134 extracts file identifiers not included in the created list from the information regarding the file from the valid server received in step S306, and stores the list as display file information in addition to the list.
  • the directory configuration unit 134 combines the information on the local file acquired in step S307 and the information on the file from the valid server received in step S306, and eliminates duplication of the type identification number. Then, the contents included in the directory display condition are excluded from the type identification numbers from which the duplication has been eliminated, and stored as a display directory (step S312).
  • the directory configuration unit 134 extracts and sorts all the type identification numbers from the information on the local file acquired in step S307, and creates a list that excludes duplicate numbers. Then, the directory configuration unit 134 extracts the type identification number not included in the created list from the information regarding the file from the valid server received in step S306, and adds it to the list.
  • the directory configuration unit 134 calculates the number of file identifiers from the information regarding the local file acquired in step S307. Then, the directory configuration unit 134 calculates the number of file identifiers from the information regarding the files from the valid server received in step S306, and stores it as the number of files to be displayed in addition to the number of local file identifiers (step S313). .
  • the directory configuration unit 134 displays the display directory when the display directory or the upper directory stored in step S310 or step S312 is displayed, the total number of files calculated in step S313, or the total number of files when the upper directory is displayed.
  • the directory display unit 135 is instructed to display the display file stored in step S311 or the display file when the upper directory is displayed, and the directory display unit 135 displays the lower directory display screens shown in FIGS. It is configured and displayed on the client terminal 170.
  • the directory display unit 135 stores the processing time in the directory display time column 504 of the directory configuration table 500 (step S314).
  • the directory display once displayed is reused.
  • the search is performed again. . In this way, the latest state of the directory can be displayed.
  • FIG. 17 is a flowchart showing a file information search process used as a subroutine.
  • the directory configuration unit 134 receives directory display conditions (step S401).
  • the directory configuration unit 134 acquires information about all the files stored in the file attribute table 400 (step S402).
  • the directory configuration unit 134 divides the directory display conditions received in step S401 into a list (step S403).
  • the directory configuration unit 134 divides the directory display condition into predetermined delimiter symbols such as commas, and stores the divided values as a serially accessible list structure.
  • the directory configuration unit 134 acquires the next value of the list created in step S403 and stores it in the variable A (step S404).
  • the directory configuration unit 134 determines whether or not A is a type identification number (step S405).
  • the directory configuration unit 134 searches the information in the type identification number column 201 of the type table 200 using the variable A as a key, and determines that it is a type identification number if a matching type identification number exists. Otherwise, it is determined that it is not a type identification number.
  • step S405 If the value of the variable A is not the type identification number (“No” in step S405), the directory configuration unit 134 advances the process to step S410 described later.
  • step S405 If the value of the variable A is the type identification number (“Yes” in step S405), the directory configuration unit 134 will select the file whose type identification number matches the value A among the information about all the files acquired in step S402. Is selected (step S406).
  • the directory configuration unit 134 acquires the next value of the list created in step S403 and stores it in the variable B (step S407).
  • the directory configuration unit 134 determines whether B is a value identification number (step S408).
  • the directory configuration unit 134 searches the information in the value identification number column 301 of the value table 200 using the variable B as a key, and determines that it is a value identification number if there is a matching value identification number. Otherwise, it is determined not to be a value identification number.
  • step S408 If the value of the variable B is not a value identification number (“No” in step S408), the directory configuration unit 134 proceeds to step S410 to be described later.
  • step S408 If the value of the variable B is a value identification number (“Yes” in step S408), the directory configuration unit 134 selects a file whose value identification number matches the value B in the information about the file selected in step S406. Select and return to step S404. (Step S409).
  • step S405 if “No” in step S405 or “No” in step S408, the file identifier, type identification number, and value identification number are processed for all the files acquired in step S402. Send to requester. Alternatively, the file identifier, the type identification number, and the value identification number are transmitted to the processing request source for the files selected by the processing in steps S406 and S409 from all the files acquired in step S402 (step S410). ).
  • the server configuration management unit 136 performs a service life / death determination on the data search server B 180 and other data search servers connected to the network 150 once in a predetermined period (for example, 10 seconds). Then, a server that is not serviced, that is, a server that cannot perform data search is found, and the connection availability column 602 of the server configuration table 600 is stored as “NG”. At this time, the server capable of service is determined to be a valid server, and the connection availability column 602 of the server capable of service is set to “OK”.
  • the server for which the server configuration management unit 136 performs the service life / death determination is a server stored in the server identifier column 601 of the server configuration table 600. However, this server may be registered in advance, The server configuration management unit may perform broadcasting or the like prior to the life / death determination, and may be performed on a server whose existence is confirmed.
  • the file attribute changing unit 132 receives the information regarding the change of the file attribute information transmitted from the file browsing unit 172 installed in the control unit 171 of the client terminal 170, and the file identifier column 401 of the file attribute table 400, The values in the type identification number column 402 and the value identification number column 403 are changed.
  • the file attribute change unit 132 For the file information that matches the file identifier, a type identification number is added to the type identification number column 402 and a value identification number is added to the value identification number column 403 and stored.
  • the directory display unit 135 is mounted on the control unit 130 of the data search server 100 in the above embodiment, but is not limited thereto, and may be mounted on the control unit 171 of the client terminal 170, for example.
  • the directory configuration unit 134 instructs the directory display unit 135 existing on the client terminal 170 via the network 150 when displaying the results of step S109, step S212, step S314, and the like.
  • various data sharing modes can be provided by instructing according to a file sharing protocol such as NFS (Network File System), CIFS (Common Internet File System), or SMB (Server Message Block) that shares files over a network. Can be realized.
  • NFS Network File System
  • CIFS Common Internet File System
  • SMB Server Message Block
  • other functional units may be mounted on the client 170, or may be mounted on both the client 170 and the data search server 100.
  • the data search server 100 may include a file browsing unit similar to the client 170.
  • the data search server 100 can be operated as the client terminal 170, and the degree of freedom of the device configuration can be increased.
  • the data search server B180 has the same configuration as the data search server A100.
  • the present invention is not limited to this, and the root directory display process shown in FIG. Of the directory display process, the upper directory display process shown in FIG. 16, and the file information search process shown in FIG. 17, at least the file method search process may be performed.
  • the data search server A100 functions as a server for performing a search service to the client, the data search server B180 is searched according to the search instruction from the data search server A100, and data is provided. Will be able to.
  • the attribute value is stored in the attribute value 302 of the value table 300, stored in the attribute type name 202 of the type table 200, and further detailed classification is stored in the value table 300.
  • the directory configuration unit 134 determines that the destination directory is a type, and the screen shown in FIG. 12 is displayed. Can be displayed as a directory with a deep hierarchy.
  • the above-described data search system 1 is not only a transaction target as a system, but can also be a transaction target for each device or for each program part that realizes the operation of the device.
  • Data Search System 100 Data Search Server A DESCRIPTION OF SYMBOLS 120 Storage part 121 Type
  • mold storage area 122 Value storage area 123 File attribute storage area 124 Directory structure storage area 125 Server structure storage area 130 Control part 131 File attribute acquisition part 132 File attribute change part 133 Display reception part 134 Directory structure part 135 Directory display Unit 136 server configuration management unit 140 transmission / reception unit 150 network 170 client terminal 171 control unit 180 data search server B 200 type table 300 value table 400 file attribute table 500 directory configuration table 600 server configuration table

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (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)
  • User Interface Of Digital Computer (AREA)

Abstract

 データ検索サーバは、検索対象のファイルに付加されたメタ情報の型と値とを下位ディレクトリとして表示する。使用者が特定の下位ディレクトリへの移動を指示すると、データ検索サーバは、指示されたディレクトリの識別子を検索キーとしてメタ情報の型と値とを検索する。この際、検索キーを累積的に記憶しておき、累積的に記憶した検索キー全てをメタ情報に含むファイルを絞り込み、提示する。検索キーの指定順を問わないことで、データの格納先が不明なためにファイルを取り出せなくなることを防ぎ、ディレクトリ構造を特定せずとも目的のファイルを取り出せる。

Description

データ検索サーバ、検索プログラム、検索方法 参照による取り込み
 本出願は、2008年1月24日に出願された日本特許出願第2008-014117号の優先権を主張し、その内容を参照することにより本出願に取り込む。
 本発明は、データの検索を行う技術に関する。
 従来、記憶対象のデータに付加したメタ情報を元にファイルシステムにおけるディレクトリ構造を特定して、記憶対象のデータをファイルシステムに記憶させる技術がある。
 記憶対象のデータは、付加されたメタ情報から導き出した情報とメタ情報の記述順序に基づいてファイルシステムの特定箇所に記憶される。
 非特許文献1には、このようなメタ情報の記述方法についての規格が記載されており、この技術を用いることで、データにメタ情報を付加することができる。
 また、楽曲データであればアーティスト毎に区分されたディレクトリに、アルバム毎に区分されたディレクトリを格納し、アルバム毎のディレクトリに、楽曲データファイルを格納するよう所定のディレクトリ構造を定めて当該楽曲データを管理する技術が、特許文献1に記載されている。その技術においては、新たにファイルシステムに記憶される楽曲データのメタ情報からアーティスト名とアルバム名を特定してディレクトリ構造を特定する。
特許公開2004-227285号公報 Martin Nilsson."ID3 tag version 2.4.0".[online].1st November 2000.2007年10月30日検索,インターネット<URL:http://www.id3.org/id3v2.4.0-structure>
 上記特許文献1に記載の技術では、既に記憶されたデータをファイルシステムから検索する場合には、格納されたディレクトリ構造が固定的であるため、固定的なディレクトリ構造を指定しなければ、データを見つけることができず、ディレクトリ構造の指定を誤ると、実質上データをロストしてしまう場合がある。
 そこで、本発明は、ディレクトリ構造を知らなくても漏れなく記憶対象のデータを取り出せる技術の提供を目的とする。
 本願に係るデータ検索技術は、上記課題を解決するため、ファイルを検出するキーワードを受け付け、キーワードを含むメタ情報を持つファイルについて、キーワードを指定した順序に関係なく検出し、検出したファイルのメタ情報をもとにディレクトリ構造を動的に作成して表示する。
 例えば、データ検索サーバであって、記憶部と、前記記憶部に記憶されたファイルに付加されたメタ情報に基づいてディレクトリに含まれる下位のディレクトリを特定するディレクトリ構成部と、前記ディレクトリ構成部からの指示に従って前記下位のディレクトリを表示する情報を作成するディレクトリ表示部と、を備え、前記ディレクトリ構成部は、前記下位のディレクトリの識別子の指定を受け付け、受け付けた前記下位のディレクトリの識別子を検索キーとして、前記検索キーを前記メタ情報に含むファイルを前記記憶部から検出し、検出したファイルに付加された前記メタ情報を前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、ことを特徴とする。
 検索者はディレクトリ構造を知らなくても記憶対象のデータを取り出すことが可能となる。
 以下に、本発明の実施形態について図1~図17を用いて説明する。
 図1は、本発明の第一の実施形態のデータ検索システム1を示す図である。
 データ検索システム1は、データ検索サーバA100と、ネットワーク150を介してデータ検索サーバA100と通信を行うことができるデータ検索サーバB180と、ネットワーク150を介してデータ検索サーバA100と通信を行うことができるクライアント端末170と、を有する。
 通常、データ検索システム1は、クライアント端末170を複数有する。
 データ検索システム1のうち、クライアント端末170は、例えば、クライアントPC(パーソナルコンピュータ)や、ワークステーション、各種携帯電話端末、PDA(Personal Digital Assistant)、テレビジョン受像機、などの端末装置である。
 クライアント端末170は、制御部171と、送受信部175と、を備える。
 制御部171は、ファイル閲覧部172と、入力受付部173と、表示部174と、を備える。
 ファイル閲覧部172は、ディレクトリの構造などの情報とファイルの情報を表示するよう表示部174に指示し、表示したディレクトリの構造などの情報およびファイルの情報に対する使用者からの指示について、入力受付部173を介して受け付ける。
 そして、ファイル閲覧部172は、指定されたデータ検索サーバに対してディレクトリを表示するための情報を送信する。あるいは、受け付けた指示がファイルを対象とするものであれば、指定されたデータ検索サーバに対してファイルの取得依頼を送信する。
 入力受付部173は、使用者により入力された情報を受け付ける。例えば、キーボードやマウスなどの入力装置を介して検知した入力操作を受け付けて、制御部171へ伝える。
 表示部174は、制御部171からの表示指示を受けて、ディスプレイなどの出力装置へ表示する。
 送受信部175は、ネットワーク150に接続し、他の接続された機器に対して情報を送信し、他の接続された機器から情報を受信する。
 次に、データ検索サーバA100およびデータ検索サーバB180について説明する。
 データ検索サーバA100は、図1に示すように、記憶部120と、制御部130と、送受信部140と、を有する。図示しないが、データ検索サーバB180はデータ検索サーバA100と同様に記憶部120と、制御部130と、送受信部140と、を有する。
 記憶部120は、記憶領域として、型テーブル200を格納する型記憶領域121と、値テーブル300を格納する値記憶領域122と、ファイル属性テーブル400を格納するファイル属性記憶領域123と、ディレクトリ構成テーブル500を格納するディレクトリ構成記憶領域124と、サーバ構成テーブル600を格納するサーバ構成記憶領域125と、記憶対象ファイルを格納する記憶対象ファイル記憶領域126と、を有する。
 メタ情報は、後述するように、ファイルの属性を示す情報である。
 ファイルの属性は、大分類である型と、型の値に対応する具体的な小分類を示す値と、の対を複数含むものである。
 すなわち、型と値と、は、ファイルを分類する情報であり、複数の値が集合して一つの型を形成する関係にある。
 なお、小分類である値をさらに具体化した分類を取り扱う、すなわち階層的に分類を増やす場合には、小分類である値を型として設定し、さらに具体化した分類を値として設定するものとしてもよい。
 メタ情報に含まれる型の集合は、予め型テーブル200に記憶され、メタ情報に含まれる値の集合は、予め値テーブル300に記憶される。
 図2に、メタ情報に含まれる型の集合を記憶する型テーブル200の構成例を示す。
 型テーブル200は、大分類である型の定義を記憶するテーブルであり、具体的には、型テーブル200は、型識別番号欄201と、属性型名欄202と、を有する。
 型識別番号欄201には、メタ情報の属性の型を識別する番号が記憶される。例えば、「T0」、「T1」、等である。
 属性型名欄202には、属性の型の名称が記憶される。例えば、「作品名」、「アーティスト名」、等である。
 図3に、メタ情報に含まれる値の集合を記憶する値テーブル300の構成例を示す。値テーブル300は、小分類である値の定義を記憶するテーブルであり、具体的には、値テーブル300は、値識別番号欄301と、属性値欄302と、を有する。
 値識別番号欄301には、メタ情報の値を識別する番号が記憶される。例えば、「V0」、「V1」、等である。
 属性値欄302には、メタ情報の値が記憶される。例えば、「Alternative」、「Classical」、等である。
 図4に、ファイル毎のメタ情報を記憶するファイル属性テーブル400の構成例を示す。
 ファイル属性テーブル400は、ファイルに付加されたメタ情報から、ファイルの識別子とメタ情報の対応を記憶するテーブルである。
 具体的には、ファイル属性テーブル400は、ファイル識別子欄401と、型識別番号欄402と、値識別番号欄403と、を有する。
 ファイル識別子欄401には、記憶対象のファイルを識別する識別子が記憶される。例えば、「A番組」「B映画」「C番組」等である。
 型識別番号欄402には、記憶対象のファイルにメタ情報として付与された属性の型を識別する番号が記憶される。例えば、「T1」、「T4」、等である。
 値識別番号欄403には、記憶対象のデータであるファイルのメタ情報として付与された属性の値を識別する番号が記憶される。例えば、「V22」、「V3」、等である。
 図5に、クライアント端末170のファイル閲覧部172が表示させているディレクトリを特定するための情報を記憶するディレクトリ構成テーブル500の構成例を示す。
 一般に、クライアント端末170のファイル閲覧部172が表示させているディレクトリを特定するためには、クライアント端末170の特定と、クライアント端末170のファイル閲覧部172の特定が必要となる。
 そのため、本実施例においては、クライアント端末170の特定のためにクライアント識別子と、ファイル閲覧部172の特定のためにセッション識別子と、を用いる。しかし、これに限らず、クライアント端末170を特定する情報と、ファイル閲覧部172を特定する情報であれば、その他の情報であってもよい。
 ディレクトリ構成テーブル500は、クライアント識別子欄501と、セッション識別子欄502と、ディレクトリ表示条件欄503と、ディレクトリ表示時刻欄504と、を有する。
 クライアント識別子欄501には、データ検索サーバA100に対してデータの検索を要求したクライアント端末170を識別する情報が記憶される。例えば、「192.168.0.90」「192.168.0196」等のIPアドレス等である。
 セッション識別子欄502には、データ検索サーバA100に対してデータの検索を要求したクライアント端末170上で動作するファイル閲覧部172を識別する情報が記憶される。例えば、「SES94720」「SES85720」等のセッション識別子等である。
 ディレクトリ表示条件欄503には、クライアント識別子と、セッション識別子との組み合わせごとに、表示させているディレクトリを特定するための指定条件が記憶される。例えば、「T1,V22」、「T4,V3,T1,V22」、等、属性の型と値とのうち少なくともいずれか一方が含まれる情報である。
 ディレクトリ表示時刻欄504には、クライアント端末170に対してディレクトリ表示を行った時刻が記憶される。
 図6に、ネットワーク150を介して接続する他のデータ検索サーバA100の構成と、他のデータ検索サーバA100の接続可否の状態と、を記憶するサーバ構成テーブル600の構成例を示す。サーバ構成テーブル600は、サーバ識別子欄601と、接続可否欄602と、を有する。
 サーバ識別子欄601には、他のデータ検索サーバであるデータ検索サーバB180の識別子が記憶される。例えば、「サーバA」、「サーバB」、等である。
 接続可否欄602には、それぞれのデータ検索サーバの接続可否が記憶される。例えば、「OK」、「NG」、等である。
 ここで、記憶対象ファイルのデータ構造800について、図7を用いて説明する。
 図7は、記憶対象ファイルのデータ構造についての構成図である。
 記憶対象ファイルのデータ構造800は、ファイル識別子の領域801と、一連の再生単位として作成されたコンテンツの領域802と、メタ情報である型識別番号の領域803と、値識別番号の領域804との組を一または複数と、を有して構成される。
 ファイル識別子の領域801は、記憶対象ファイルを識別するための識別子を格納する領域であり、ファイル識別子はテキストデータで構成される。
 コンテンツの領域802は、記憶対象ファイルの本体ともいえるコンテンツを格納する領域であり、例えば楽曲や映像などのコンテンツが記憶される。
 型識別番号の領域803は、メタ情報のうち型を識別する型識別番号を記憶する領域である。例えば、型識別番号は、「T1」、「T4」、等である。
 値識別番号の領域804は、メタ情報のうち値を識別する値識別番号を記憶する領域である。例えば、値識別番号は、「V22」、「V3」、等である。
 次に、図1に示すデータ検索システム1を構成するハードウェアについて、図8を用いて説明する。
 図1の説明に戻る。
 制御部130は、ファイル属性取得部131と、ファイル属性変更部132と、表示受付部133と、ディレクトリ構成部134と、ディレクトリ表示部135と、サーバ構成管理部136と、を有している。
 ファイル属性取得部131は、クライアント端末170から記憶するよう指示された記憶対象ファイルを記憶部120の記憶対象ファイル記憶領域126に記憶させる。
 ファイル属性取得部131は、記憶対象ファイル記憶領域126に記憶させる際に、記憶対象のファイルに付加されたメタ情報を取得してファイル属性記憶領域123のファイル属性テーブル400のファイル識別子欄401にファイル識別子の領域801の値を記憶させ、型識別番号欄402に型識別番号の領域803の値を記憶させ、値識別番号欄403に値識別番号の領域804の値を記憶させる。
 ファイル属性変更部132は、記憶部120に記憶されたデータに関し、ファイル属性テーブル400に記憶されたファイル識別子欄401の値と、型識別番号欄402の値と、値識別番号欄403の値と、の変更後の値を受け付け、それぞれの値を受け付けた値に変更する。
 表示受付部133は、記憶部120に記憶されたデータに関して、クライアント端末170から表示を要求されると、これを表示要求として受け付け、クライアント端末170の識別子とセッション識別子を特定し、ディレクトリ構成部134、ディレクトリ表示部135へ処理を引き継ぐ。
 また、表示受付部133は、ファイル名を指定したファイルの取得依頼をクライアント端末170から受け付けた場合には、クライアント端末170に表示したディレクトリの表示条件に受け付けたファイル名を付加してファイルを記憶対象ファイルから特定する。
 そして、表示受付部133は、特定したファイルを送受信部140を介してクライアント端末170に送信する。
 ディレクトリ構成部134は、表示受付部133にて受け付けた表示要求を元に、他のデータ検索サーバB180に検索を依頼し、自サーバの記憶部120を検索し、検索結果を統合して、表示するディレクトリ構成やファイルを特定し、ディレクトリ表示部135に表示するよう指示する。
 ディレクトリ表示部135は、ディレクトリ構成部134から表示するよう指示を受けたディレクトリ構成やファイルを所定の表示画面で表示する情報を作成し、クライアント端末170に対して表示する情報を送信する。
 サーバ構成管理部136は、他のサーバの接続可否をモニタリングして、サーバが追加・削除・通信不能となったことを検知し、サーバ構成テーブル600に記憶させる。
 送受信部140は、ネットワーク150に接続し、他の接続された機器に対して情報を送受信する。
 図8に示す本実施形態では、クライアント端末170は、ネットワーク150を介して、データ検索サーバA100と接続することができる。
 データ検索サーバA100は、通信装置113と、演算装置114と、主記憶装置115と、補助記憶装置116と、それぞれを接続するバス117と、を有する。
 通信装置113は、ネットワーク150などのネットワークを介して他の装置と通信を行う装置である。
 演算装置114は、例えばCPU(Central Processing Unit)などの演算装置である。
 主記憶装置115は、例えばRAM(Random Access Memory)などのメモリ装置である。
 補助記憶装置116は、例えばハードディスク装置やフラッシュメモリなどの不揮発性記憶装置である。
 クライアント端末170は、入力装置181と、出力装置182と、演算装置183と、主記憶装置184と、補助記憶装置185と、通信装置186と、これらを互いに接続するバス187と、を有する。
 ここで、入力装置181はキーボードやマウス、あるいはタッチペン、その他ポインティングデバイスなどの入力を受け付ける装置である。
 出力装置182はディスプレイなどの表示を行う装置である。
 演算装置183は、例えばCPUなどの演算装置である。
 主記憶装置184は、例えばRAMなどのメモリ装置である。
 補助記憶装置185は、例えばハードディスク装置やフラッシュメモリなどの不揮発性記憶装置である。
 通信装置186は、ネットワーク150などのネットワークを介して他の装置と通信を行う装置である。
 クライアント端末170の通信装置186は、ネットワーク150を通じて、データ検索サーバA100の通信装置113と通信を行うことができる。
 ここで、ネットワーク150は、LANや無線LANなどの通信網であるが、インターネットや公衆用の無線LANなどの公衆網であってもよいし、その他ケーブルテレビ網や携帯電話網などのネットワーク、あるいは電力線ネットワーク等でもよい。
 データ検索サーバA100のファイル属性取得部131と、ファイル属性変更部132と、表示受付部133と、ディレクトリ構成部134と、ディレクトリ表示部135と、サーバ構成管理部136と、は、データ検索サーバA100の演算装置114に処理を行わせるプログラムによって実現される。このプログラムは主記憶装置115または補助記憶装置116内に記憶され、実行にあたって主記憶装置115上にロードされ、演算装置114により実行される。
 また、データ検索サーバA100の記憶部120は、データ検索サーバA100の主記憶装置115または補助記憶装置116により実現される。
 データ検索サーバA100の送受信部140は、データ検索サーバA100の通信装置113によって実現される。
 クライアント端末170のファイル閲覧部172と、入力受付部173と、表示指示部174と、は、クライアント端末170の演算装置183に処理を行わせるプログラムによって実現される。このプログラムは主記憶装置184または補助記憶装置185内に記憶され、実行にあたって主記憶装置184上にロードされ、演算装置183により実行される。
 また、クライアント端末170の送受信部175は、クライアント端末170の通信装置186によって実現される。
 次に、本実施形態におけるデータ検索に関する処理のフローについて、図に基づき説明する。
 図9は、ルートディレクトリ表示処理を示すフロー図である。
 まず、表示受付部133は、クライアント端末170から、ルートディレクトリの表示依頼を受け付ける。(ステップS101)。
 具体的には、表示依頼には、クライアント識別子と、セッション識別子と、ルートディレクトリ表示依頼情報と、が含まれ、クライアント識別子にはクライアント端末170のIPアドレスなどの情報が格納され、セッション識別子には、クライアント端末170のディレクトリブラウザプログラムのインスタンスを識別するセッション識別子が格納されている。
 そして、表示受付部133は、ステップS101で受け付けた表示依頼から、クライアント識別子と、セッション識別子と、を取得する(ステップS102)。
 そして、ディレクトリ構成部134は、後述するとおり有効と判定したサーバに対して、ファイル情報を送信するよう依頼する。あわせて、ディレクトリ構成部134は、ディレクトリ構成テーブル500に対して、ステップS102で取得したクライアント識別子をクライアント識別子欄501に、セッション識別子をセッション識別子欄502に格納する(ステップS103)。
 具体的には、ディレクトリ構成部134は、サーバ構成テーブル600を参照して、接続可否欄602が「OK」であるサーバのサーバ識別子欄601を特定する。そして、特定したサーバ識別子欄601に記憶された識別子で識別されるサーバを有効と判定し、有効と判定したサーバに対して、ルートディレクトリを検索する、すなわちディレクトリ表示条件を無指定で検索する、よう指示する。
 次に、ディレクトリ構成部134は、ステップS103で依頼した有効なサーバからのファイルに関する情報を受信する(ステップS104)。
 具体的には、ディレクトリ構成部134は、ステップS103で依頼した有効なサーバ全てから、ファイル識別子と、ファイルに関連付けられた型識別番号および値識別番号と、を受信する。
 そして、ディレクトリ構成部134は、自サーバ(ローカル)のファイルに関する情報をファイル情報検索処理により取得する(ステップS105)。
 具体的には、自サーバのファイル属性テーブル400から、ファイル識別子欄401に格納された情報と、型識別番号欄402に格納された情報と、値識別番号欄403に格納された情報と、を全て取得する。
 そして、ディレクトリ構成部134は、ステップS105で取得したローカルのファイルに関する情報と、ステップS104で受信した有効なサーバからのファイルに関する情報と、をまとめて、型識別番号の重複を排除する。
 そして、ディレクトリ構成部134は、重複を排除した型識別番号のそれぞれについて、型テーブル200を検索し、型識別番号が型識別番号欄201の値と一致する属性番号に対応する属性型名欄202の値を表示ディレクトリとして記憶する(ステップS106)。
 具体的には、ディレクトリ構成部134は、ステップS105で取得したローカルのファイルに関する情報から、型識別番号を全て取り出し、ソートし、重複する番号を排除したリストを作成する。そして、ディレクトリ構成部134は、作成したリストに含まれていない型識別番号を、ステップS104で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加える。そして、リストに含まれる型識別番号のそれぞれについて、型テーブル200の型識別番号欄201の値と比較し、合致する型識別番号と対応する属性型名欄202の値をリストして表示ディレクトリの情報として記憶する。
 次に、ディレクトリ構成部134は、ステップS105で取得したローカルのファイルに関する情報から、ファイル識別子の数を算出する。そして、ディレクトリ構成部134は、ステップS104で受信した有効なサーバからのファイルに関する情報からファイル識別子の数を算出し、ローカルのファイル識別子の数に加え、全ファイル数として記憶する(ステップS107)。
 次に、ディレクトリ構成部134は、全ファイルのファイル識別子をファイル名としてリストして、表示ファイルとして記憶する(ステップS108)。
 具体的には、ディレクトリ構成部134は、ステップS105で取得したローカルのファイルに関する情報から、ファイル識別子を全て取り出し、ファイル識別子のリストを作成する。そして、ディレクトリ構成部134は、ステップS104で受信した有効なサーバからのファイルに関する情報から取り出したファイル識別子を、作成したリストに加え、リストを表示ファイルの情報として記憶する。
 そして、ディレクトリ構成部134は、ステップS106で記憶した表示ディレクトリと、ステップS107で記憶した全ファイル数と、ステップS108で記憶した表示ファイルと、を表示させるようディレクトリ表示部135に指示し、ディレクトリ表示部135は、図10に示すルートディレクトリ表示画面700を構成してクライアント端末170に表示させる(ステップS109)。
 ルートディレクトリ表示画面700を構成する際に、ディレクトリ表示部135は、ステップS106で記憶した表示ディレクトリをディレクトリ名としてディレクトリのアイコン705として表示させ、ステップS107で記憶した全ファイル数をファイル数704に表示させ、ステップS108で記憶した表示ファイルをファイル名としてファイルのアイコン706として表示させるように構成する。
 図10は、ルートディレクトリを表示させるディレクトリ表示画面の例である。
 ディレクトリ表示画面700は、ウィンドウ701と、スクロールバー702と、表示ディレクトリ名703と、ファイル数704と、ディレクトリのアイコン705と、ファイルのアイコン706と、を有する。
 スクロールバー702は、スクロールの操作を受け付け、ウィンドウ701が一度に表示できないディレクトリのアイコン705と、ファイルのアイコン706と、を表示させる。
 ディレクトリのアイコン705は、使用者の選択操作を受け付け、選択されたディレクトリ名で特定されるディレクトリに含まれるファイルとディレクトリとを表示するようクライアント端末170のファイル閲覧部172に通知する。
 例えば、入力受付部173を介してダブルクリック等の選択指示を受け付けると、移動先ディレクトリのディレクトリ名としてダブルクリックされたディレクトリ名を指定して、移動先ディレクトリ表示依頼をファイル閲覧部172に通知する。
 ファイルのアイコン706は、使用者の選択操作を受け付け、選択されたファイル名で特定されるファイルを取得するようクライアント端末170のファイル閲覧部172に通知する。
 例えば、入力受付部173を介してダブルクリック等の開く指示を受け付けると、取得する対象のファイルのファイル名としてダブルクリックされたファイル名を指定して、ファイルを取得する依頼をクライアント端末170のファイル閲覧部172に通知する。
 このように、ディレクトリ表示画面700は、ルートディレクトリ下にあるファイルとディレクトリを表示させるための画面であり、ディレクトリ間の移動の指示やファイルの取得の指示を受け付ける画面である。
 次に、図11を用いて、下位ディレクトリ表示処理を説明する。
 まず、表示受付部133は、移動先ディレクトリを表示する依頼を受け付ける(ステップS201)。
 具体的には、移動先ディレクトリを表示する依頼には、クライアント識別子と、セッション識別子と、移動先ディレクトリ名と、が含まれ、クライアント識別子にはクライアント端末170のIPアドレスなどの情報が格納され、セッション識別子には、クライアント端末170のファイル閲覧部を識別するセッション識別子が格納されている。
 そして、表示受付部133は、ステップS201で受け付けた表示依頼から、クライアント識別子と、セッション識別子と、移動先ディレクトリ名と、を取得する(ステップS202)。
 そして、ディレクトリ構成部134は、ディレクトリ構成テーブル500を参照し、クライアント識別子欄501とステップS202において取得したクライアント識別子とが一致し、セッション識別子欄502とセッション識別子とが一致するレコードを検索してディレクトリ表示条件欄503の値を取得する。そして、ディレクトリ構成部134は、ステップS202で取得した移動先ディレクトリ名を、取得したディレクトリ表示条件欄503の値に追加し、新たなディレクトリ表示条件としてディレクトリ表示条件欄503の値として記憶させる(ステップS203)。
 次に、ディレクトリ構成部134は、有効なサーバに対して、ディレクトリ表示条件を送信し、ファイル情報を送信するよう依頼する(ステップS204)。
 具体的には、ディレクトリ構成部134は、サーバ構成テーブル600を参照して、接続可否欄602が「OK」であるサーバのサーバ識別子欄601を特定する。そして、取得したサーバ識別子で識別されるサーバに対して、指定ディレクトリを検索する、すなわちステップS203で記憶させた新たなディレクトリ表示条件を指定して検索する、よう指示する。
 次に、ディレクトリ構成部134は、ステップS204で依頼した有効なサーバからのファイルに関する情報を受信する(ステップS205)。
 具体的には、ディレクトリ構成部134は、ステップS204で依頼した有効なサーバ全てから、ファイル識別子と、ファイルに関連付けられた型識別番号および値識別番号と、を受信する。
 そして、ディレクトリ構成部134は、自サーバ(ローカル)のファイルに関する情報のうち、ディレクトリの表示条件に合致するものをファイル情報検索処理により取得する(ステップS206)。
 具体的には、ディレクトリ構成部134は、自サーバのファイル属性テーブル400から、ディレクトリの表示条件に指定された型識別番号と値識別番号を全て含むレコードを指定順とは無関係に検索し、検索の結果得られたレコードのファイル識別子欄401に格納された情報と、型識別番号欄402に格納された情報と、値識別番号欄403に格納された情報と、を全て取得する。
 そして、ディレクトリ構成部134は、移動先ディレクトリ名が型を指定する名称であるか否かを判定する(ステップS207)。
 具体的には、ディレクトリ構成部134は、移動先ディレクトリ名をキーとして、型テーブル200の属性型名欄202を検索し、合致する属性型名があれば、移動先ディレクトリ名が型を指定する名称であると判定し、そうでなければ型を指定する名称ではないと判定する。
 移動先ディレクトリ名が型を指定する名称であれば(ステップS207で「Yes」)、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報と、ステップS205で受信した有効なサーバからのファイルに関する情報と、をまとめて、値識別番号の重複を排除して表示ディレクトリとして記憶する(ステップS208)。
 具体的には、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報から、値識別番号を全て取り出し、ソートし、重複する番号を排除したリストを作成する。そして、ディレクトリ構成部134は、作成したリストに含まれていない値識別番号を、ステップS205で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加え、リストを表示ディレクトリの情報として記憶する。
 そして、後述するステップS211へ処理を進める。
 移動先ディレクトリ名が型を指定する名称でなければ(ステップS207で「No」)、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報と、ステップS205で受信した有効なサーバからのファイルに関する情報と、をまとめて、ファイル識別子の重複を排除して表示ファイルとして記憶する(ステップS209)。
 具体的には、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報から、ファイル識別子を全て取り出し、ソートし、重複するファイル識別子を排除したリストを作成する。そして、ディレクトリ構成部134は、作成したリストに含まれていないファイル識別子を、ステップS205で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加え、リストを表示ファイルの情報として記憶する。
 そして、続けて、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報と、ステップS205で受信した有効なサーバからのファイルに関する情報と、をまとめて、型識別番号の重複を排除し、重複排除後の型識別番号からディレクトリ表示条件に含まれるものを排除して、表示ディレクトリとして記憶する(ステップS210)。
 具体的には、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報から、型識別番号を全て取り出し、ソートし、重複する番号を排除したリストを作成する。そして、ディレクトリ構成部134は、作成したリストに含まれていない型識別番号を、ステップS205で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加える。
 そして、ディレクトリ構成部134は、ディレクトリ構成テーブル500を参照し、クライアント識別子欄501とステップS202において取得したクライアント識別子とが一致し、セッション識別子欄502とセッション識別子とが一致するレコードを検索してディレクトリ表示条件欄503の値を取得し、作成したリストから、ディレクトリ表示条件欄503の値に含まれている型識別番号を削除し、リストを表示ディレクトリの情報として記憶する。
 次に、ディレクトリ構成部134は、ステップS206で取得したローカルのファイルに関する情報から、ファイル識別子の数を算出する。そして、ディレクトリ構成部134は、ステップS205で受信した有効なサーバからのファイルに関する情報からファイル識別子の数を算出し、ローカルのファイル識別子の数に加え、表示させるファイル数として記憶する(ステップS211)。
 そして、ディレクトリ構成部134は、ステップS208またはステップS210で記憶した表示ディレクトリと、ステップS211で算出した全ファイル数と、ステップS209で記憶した表示ファイルと、を表示させるようディレクトリ表示部135に指示し、ディレクトリ表示部135は、図12~図15に示す下位ディレクトリ表示画面を構成してクライアント端末170に表示させる。その際、ディレクトリ表示部135は、ディレクトリ構成テーブル500のディレクトリ表示時刻欄504に、処理時刻を記憶させる(ステップS212)。
 図12のディレクトリ表示画面は、ステップS207で移動先ディレクトリが型を指定する名称であると判定した場合に表示させる画面である。図12のディレクトリ表示画面を構成する際に、ディレクトリ表示部135は、ステップS208で記憶した表示ディレクトリをディレクトリのアイコン705として表示させ、ステップS211で算出したファイル数をファイル数704に表示させるように構成する。
 また、ディレクトリ表示条件欄503に記憶された情報をディレクトリ名703に表示させるように構成する。
 図13のディレクトリ表示画面は、ステップS207で移動先ディレクトリが型を指定する名称でないと判定した場合に表示させる(すなわち、図12のディレクトリ表示画面で「Jazz」ディレクトリへ移動するように指定した場合等に表示させる)画面である。図13のディレクトリ表示画面を構成する際に、ディレクトリ表示部135は、ステップS209で記憶した表示ファイルをファイルのアイコン706として表示させ、ステップS211で算出したファイル数をファイル数704に表示させ、ステップS210で記憶した表示ディレクトリをディレクトリのアイコン705として表示させるように構成する。
 図14のディレクトリ表示画面は、図12のディレクトリ表示画面と同様の画面であり、図13のディレクトリ表示画面で「アーティスト名」ディレクトリへ移動するように指定した場合等に表示させる画面である。
 図15のディレクトリ表示画面は、図13のディレクトリ表示画面と同様の画面であり、図14のディレクトリ表示画面で「アーティストB」ディレクトリへ移動するように指定した場合等に表示させる画面である。
 次に、図16を用いて、上位ディレクトリ表示処理を説明する。
 まず、表示受付部133は、上位ディレクトリを表示する依頼を受け付ける(ステップS301)。
 具体的には、上位ディレクトリを表示する依頼には、クライアント識別子と、セッション識別子と、が含まれ、クライアント識別子にはクライアント端末170のIPアドレスなどの情報が格納され、セッション識別子には、クライアント端末170のディレクトリブラウザプログラムのインスタンスを識別するセッション識別子が格納されている。
 そして、表示受付部133は、ステップS301で受け付けた表示依頼から、クライアント識別子と、セッション識別子と、を取得する(ステップS302)。
 そして、ディレクトリ構成部134は、ステップS302にて取得したクライアント識別子とセッション識別子で識別される画面が表示する画面より一つ上位の画面を表示した際に使用したディレクトリ表示条件を得る(ステップS303)。
 具体的には、ディレクトリ構成部134は、ディレクトリ構成テーブル500を参照し、クライアント識別子欄501のクライアント識別子とステップS302において取得したクライアント識別子とが一致し、セッション識別子欄502のセッション識別子とステップS302において取得したセッション識別子とが一致する、情報を検索する。
 そして、ディレクトリ構成部134は、検索の結果一致した情報のうち、ディレクトリ表示条件欄503の値と、ディレクトリ表示時刻欄504の値と、を取得する。
 そして、ディレクトリ構成部134は、取得したディレクトリ表示条件欄503の値から、最後尾のディレクトリ名を削除して新たなディレクトリ表示条件としてディレクトリ表示条件欄503の値として記憶させる。
 次に、ディレクトリ構成部134は、サーバ構成に変化があったか否かをサーバ構成管理部136に問い合わせ、サーバ構成管理部136に問い合わせた結果によりサーバ構成に変化があったか否かを判定する(ステップS304)。
 具体的には、サーバ構成管理部134は、ステップS303で取得したディレクトリ表示時刻欄504の値をサーバ構成管理部136に送信し、サーバ構成管理部136は、最新のサーバ構成変更時刻と受信したディレクトリ表示時刻欄504の値とを比較して、最新のサーバ構成変更時刻のほうが新しければ、サーバ構成に変化があった旨をディレクトリ構成部134に送信する。そうでなければ、サーバ構成に変化がない旨をディレクトリ構成部134に送信する。
 サーバ構成に変化があったと判定した場合(ステップS304で「Yes」)、ディレクトリ構成部134は、有効なサーバに対して、ディレクトリ表示条件を送信し、ファイル情報を送信するよう依頼する(ステップS305)。
 具体的には、ディレクトリ構成部134は、サーバ構成テーブル600を参照して、接続可否欄602が「OK」であるサーバのサーバ識別子欄601を特定する。そして、取得したサーバ識別子で識別されるサーバに対して、指定ディレクトリを検索する、すなわちステップS303で記憶させた新たなディレクトリ表示条件を指定して検索するよう指示する。
 次に、ディレクトリ構成部134は、ステップS305で依頼した有効なサーバからのファイルに関する情報を受信する(ステップS306)。
 具体的には、ディレクトリ構成部134は、ステップS305で依頼した有効なサーバ全てから、ファイル識別子と、ファイルに関連付けられた型識別番号および値識別番号と、を受信する。そして、ステップS307へ処理を進める。
 サーバ構成に変化があったと判定しなかった場合(ステップS304で「No」)、ディレクトリ構成部134は、上位ディレクトリを表示させたときに用いた有効なサーバからのファイルに関する情報を流用して、ステップS307へ処理を進める。
 次に、ディレクトリ構成部134は、自サーバ(ローカル)のファイルに関する情報のうち、ディレクトリの表示条件に合致するものをファイル情報検索処理により取得する(ステップS307)。
 具体的には、ディレクトリ構成部134は、自サーバのファイル属性テーブル400から、ディレクトリの表示条件に指定された型識別番号と値識別番号を全て含むレコードを指定順とは無関係に検索し、検索の結果得られたレコードのファイル識別子欄401に格納された情報と、型識別番号欄402に格納された情報と、値識別番号欄403に格納された情報と、を取得する。
 次に、ディレクトリ構成部134は、ステップS306で受信したデータが、上位ディレクトリを表示させたときに用いた有効なサーバからのファイルに関する情報と比較して、相違があるか否かを判定する。あわせて、ディレクトリ構成部134は、ステップS307で取得したデータが、上位ディレクトリを表示させたときに用いたファイルに関する情報と比較して、相違があるか否かを判定する(ステップS308)。
 いずれにも相違が無ければ(ステップS308で「No」)、ディレクトリ構成部134は、後述するステップS314に処理を進める。
 相違があれば(ステップS308で「Yes」)、ディレクトリ構成部134は、移動先ディレクトリ名(上位ディレクトリ名)が型を指定する名称であるか否かを判定する(ステップS309)。
 具体的には、ディレクトリ構成部134は、移動先ディレクトリ名をキーとして、型テーブル200の属性型名欄202を検索し、合致する属性型名があれば、移動先ディレクトリ名が型を指定する名称であると判定し、そうでなければ型を指定する名称ではないと判定する。
 移動先ディレクトリ名が型を指定する名称であれば(ステップS309で「Yes」)、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報と、ステップS306で受信した有効なサーバからのファイルに関する情報と、をまとめて、値識別番号の重複を排除して表示ディレクトリとして記憶する(ステップS310)。
 具体的には、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報から値識別番号を取り出し、取り出した値識別番号をソートし、重複する値識別番号を排除したリストを作成する。
 そして、ディレクトリ構成部134は、作成したリストに含まれていない値識別番号を、ステップS306で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加え、リストを表示ディレクトリの情報として記憶する。
 そして、後述するステップS313へ処理を進める。
 移動先ディレクトリ名が型を指定する名称でなければ(ステップS309で「No」)、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報と、ステップS306で受信した有効なサーバからのファイルに関する情報と、をまとめて、ファイル識別子の重複を排除して表示ファイルとして記憶する(ステップS311)。
 具体的には、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報から、ファイル識別子を全て取り出し、ソートし、重複するファイル識別子を排除したリストを作成する。そして、ディレクトリ構成部134は、作成したリストに含まれていないファイル識別子を、ステップS306で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加え、リストを表示ファイルの情報として記憶する。
 そして、続けて、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報と、ステップS306で受信した有効なサーバからのファイルに関する情報と、をまとめて、型識別番号の重複を排除し、重複を排除した型識別番号からディレクトリ表示条件に含まれるものを排除して、表示ディレクトリとして記憶する(ステップS312)。
 具体的には、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報から、型識別番号を全て取り出し、ソートし、重複する番号を排除したリストを作成する。そして、ディレクトリ構成部134は、作成したリストに含まれていない型識別番号を、ステップS306で受信した有効なサーバからのファイルに関する情報から取り出し、リストに加える。
 次に、ディレクトリ構成部134は、ステップS307で取得したローカルのファイルに関する情報から、ファイル識別子の数を算出する。そして、ディレクトリ構成部134は、ステップS306で受信した有効なサーバからのファイルに関する情報からファイル識別子の数を算出し、ローカルのファイル識別子の数に加え、表示させるファイル数として記憶する(ステップS313)。
 そして、ディレクトリ構成部134は、ステップS310、ステップS312で記憶した表示ディレクトリまたは上位ディレクトリを表示した際の表示ディレクトリと、ステップS313で算出した全ファイル数または上位ディレクトリを表示した際の全ファイル数と、ステップS311で記憶した表示ファイルまたは上位ディレクトリを表示した際の表示ファイルと、を表示させるようディレクトリ表示部135に指示し、ディレクトリ表示部135は、図12~図15に示す下位ディレクトリ表示画面を構成してクライアント端末170に表示させる。その際、ディレクトリ表示部135は、ディレクトリ構成テーブル500のディレクトリ表示時刻欄504に、処理時刻を記憶させる(ステップS314)。
 このように、上位ディレクトリ表示処理では、一度表示させたディレクトリの表示を再利用するが、データ検索サーバの構成が変更された場合や検索したデータに変更がある場合には、再度検索をしなおす。このようにすることで、ディレクトリの最新状態を表示できる。
 これらのルートディレクトリ表示処理、下位ディレクトリ表示処理、上位ディレクトリ表示処理によって、使用者が指定した条件を満たすメタ情報を備えるファイルを検索する際にその順序とは関係なくデータを絞込検索し、表示することができるため、ファイルを探すことができずにデータを見失ってしまうことを防ぐことができる。
 次に、ファイル情報検索処理について、図17を用いて説明する。
 図17は、サブルーチンとして使用されるファイル情報検索処理を示すフローチャートである。
 ディレクトリ構成部134は、ディレクトリ表示条件を受け付ける(ステップS401)。
 そして、ディレクトリ構成部134は、ファイル属性テーブル400に記憶された全ファイルについての情報を取得する(ステップS402)。
 次に、ディレクトリ構成部134は、ステップS401で受け付けたディレクトリ表示条件を分割して、リスト化する(ステップS403)。
 具体的には、ディレクトリ構成部134は、ディレクトリ表示条件をコンマ等の所定のデリミタ記号ごとに区切って分割し、分割した値を直列的にアクセス可能なリスト構造として記憶する。
 そして、ディレクトリ構成部134は、ステップS403で作成したリストの次なる値を取得して変数Aに記憶させる(ステップS404)。
 次に、ディレクトリ構成部134は、Aが型識別番号であるか否かを判定する(ステップS405)。
 具体的には、ディレクトリ構成部134は、変数Aをキーとして、型テーブル200の型識別番号欄201の情報を検索し、合致する型識別番号が存在すれば型識別番号であると判定し、そうでなければ型識別番号ではないと判定する。
 変数Aの値が型識別番号でなければ(ステップS405で「No」)、ディレクトリ構成部134は、後述するステップS410に処理を進める。
 変数Aの値が型識別番号であれば(ステップS405で「Yes」)、ディレクトリ構成部134は、ステップS402で取得した全ファイルについての情報のうち、型識別番号がAの値と一致するファイルを選択する(ステップS406)。
 そして、ディレクトリ構成部134は、ステップS403で作成したリストの次なる値を取得して変数Bに記憶させる(ステップS407)。
 次に、ディレクトリ構成部134は、Bが値識別番号であるか否かを判定する(ステップS408)。
 具体的には、ディレクトリ構成部134は、変数Bをキーとして、値テーブル200の値識別番号欄301の情報を検索し、合致する値識別番号が存在すれば値識別番号であると判定し、そうでなければ値識別番号ではないと判定する。
 変数Bの値が値識別番号でなければ(ステップS408で「No」)、ディレクトリ構成部134は、後述するステップS410に処理を進める。
 変数Bの値が値識別番号であれば(ステップS408で「Yes」)、ディレクトリ構成部134は、ステップS406で選択したファイルについての情報のうち、値識別番号がBの値と一致するファイルを選択し、ステップS404に処理を戻す。(ステップS409)。
 次に、ステップS405で「No」あるいはステップS408で「No」であった場合には、ステップS402で取得した全ファイルを対象として、ファイル識別子と、型識別番号と、値識別番号と、を処理依頼元に送信する。または、ステップS402で取得した全ファイルからステップS406とステップS409との処理により選択したファイルを対象として、ファイル識別子と、型識別番号と、値識別番号と、を処理依頼元に送信する(ステップS410)。
 そして、処理を終了する。
 以上が、ファイル情報検索処理のフローである。
 このファイル情報検索処理によって、指定した条件を満たすメタ情報を備えるファイルを検索する際に、その順序とは関係なくデータを絞込検索することができる。
 また、図示しないが、サーバ構成管理部136は、所定の期間(例えば、10秒)に一度、データ検索サーバB180およびその他ネットワーク150に接続されているデータ検索サーバに対してサービス生死判定等を行い、サービスがなされていない、すなわちデータ検索ができないサーバを発見し、サーバ構成テーブル600の接続可否欄602を「NG」として記憶する。このとき、サービスを可能なサーバについて、有効なサーバと判定して、サービスを可能なサーバの接続可否欄602を「OK」に設定する。
 サーバ構成管理部136がサービス生死判定を行う対象のサーバは、サーバ構成テーブル600のサーバ識別子欄601に記憶されたサーバであるが、このサーバは、予め登録されたものであっても良いし、サーバ構成管理部が生死判定に先立ってブロードキャスト等を行い、存在が確認されたサーバを対象として実施するようにしてもよい。
 また、ファイル属性変更部132は、クライアント端末170の制御部171に実装されたファイル閲覧部172から送信されたファイル属性情報の変更に関する情報を受信し、ファイル属性テーブル400のファイル識別子欄401と、型識別番号欄402と、値識別番号欄403と、の値を変更する。
 具体的には、ファイル属性情報の変更に関する情報が、あるファイル識別子で識別されるファイルに対して、型識別番号と値識別番号とを追加するものであった場合、ファイル属性変更部132は、ファイル識別子と合致するファイルの情報について、型識別番号欄402に型識別番号を、値識別番号欄403に値識別番号を、それぞれ追加して記憶させる。
 以上、本発明の実施の形態について、実施の形態に基づき具体的に説明したが、これに限定されるものではなく、その要旨を逸脱しない範囲で種々の変更が可能である。
 例えば、ディレクトリ表示部135は、上記実施形態では、データ検索サーバ100の制御部130に実装していたが、これに限らず、例えばクライアント端末170の制御部171に実装してもよい。
 この場合、ディレクトリ構成部134は、ステップS109、ステップS212、ステップS314等の結果を表示させる際に、クライアント端末170上に存在するディレクトリ表示部135に対してネットワーク150を介して指示する。例えば、ネットワークを介してファイルを共有するNFS(Network File System)、CIFS(Common Internet File System)、またはSMB(Server Message Block)などのファイル共有プロトコルに則って指示することで、多彩なデータ共有形態を実現することができる。
 また、その他の機能部についても、クライアント170に実装しても良いし、クライアント170とデータ検索サーバ100との両方に実装してもよい。
 その他、データ検索サーバ100に、クライアント170と同様のファイル閲覧部を備えてもよい。
 このようにすることで、データ検索サーバ100をクライアント端末170として動作させることが可能となり、機器構成の自由度を増加させることができる。
 また、上記のデータ検索システム1において、データ検索サーバB180は、データ検索サーバA100と同様の構成を備えるものとしたが、これに限らず、図9に示すルートディレクトリ表示処理、図11に示す下位ディレクトリ表示処理、図16に示す上位ディレクトリ表示処理、および図17に示すファイル情報検索処理のうち、少なくともファイル方法検索処理を実施するものであってもよい。
 そのようにすることで、データ検索システム1において、データ検索サーバA100をクライアントに検索サービスを行うサーバとして機能させ、データ検索サーバB180をデータ検索サーバA100からの検索指示に従って検索を行い、データを提供することができるようになる。
 また、上述したように、値テーブル300の属性値302に記憶された属性値であって、型テーブル200の属性型名202に記憶され、さらに詳細な分類が値テーブル300に記憶された属性値を表示する場合には、図11の下位ディレクトリ表示処理のステップS207において、ディレクトリ構成部134により移動先ディレクトリを型であると判定され、図12に示す画面が表示されることとなり、結果としてより深い階層を持つディレクトリとして表示することができる。
 すなわち、大分類と小分類による2階層の分類だけではなく、多階層の分類を実現することができる。
 なお、上記のデータ検索システム1は、システムとして取引対象とするだけでなく、各機器単位、または機器の動作を実現するプログラム部品単位で取引対象とすることも可能である。
 以上が、本発明の実施形態である。
 上記記載は実施例についてなされたが、本発明はそれに限らず、本発明の精神と添付の請求の範囲の範囲内で種々の変更および修正をすることができることは当業者に明らかである。
本実施形態のデータ検索システムの構成図である。 本実施形態における型テーブルのデータ構造を示す図である。 本実施形態における値テーブルのデータ構造を示す図である。 本実施形態におけるファイル属性テーブルのデータ構造を示す図である。 本実施形態におけるディレクトリ構成テーブルのデータ構造を示す図である。 本実施形態におけるサーバ構成テーブルのデータ構造を示す図である。 本実施形態におけるファイルとメタ情報のデータ構造を示す図である。 本実施形態のハードウェア構成を示す図である。 本実施形態のルートディレクトリ表示処理の処理フローを示す図である。 本実施形態におけるディレクトリ表示画面例を示す図である。 本実施形態の下位ディレクトリ表示処理の処理フローを示す図である。 本実施形態における下位ディレクトリ表示画面例を示す図である。 本実施形態における下位ディレクトリ表示画面例を示す図である。 本実施形態における下位ディレクトリ表示画面例を示す図である。 本実施形態における下位ディレクトリ表示画面例を示す図である。 本実施形態の上位ディレクトリ表示処理の処理フローを示す図である。 本実施形態のファイル情報検索処理の処理フローを示す図である。
符号の説明
 1 データ検索システム
 100 データ検索サーバA
 120 記憶部
 121 型記憶領域
 122 値記憶領域
 123 ファイル属性記憶領域
 124 ディレクトリ構成記憶領域
 125 サーバ構成記憶領域
 130 制御部
 131 ファイル属性取得部
 132 ファイル属性変更部
 133 表示受付部
 134 ディレクトリ構成部
 135 ディレクトリ表示部
 136 サーバ構成管理部
 140 送受信部
 150 ネットワーク
 170 クライアント端末
 171 制御部
 180 データ検索サーバB
 200 型テーブル
 300 値テーブル
 400 ファイル属性テーブル
 500 ディレクトリ構成テーブル
 600 サーバ構成テーブル

Claims (14)

  1.  記憶部と、
     前記記憶部に記憶されたファイルに付加されたメタ情報に基づいてディレクトリに含まれる下位のディレクトリを特定するディレクトリ構成部と、
     前記ディレクトリ構成部からの指示に従って前記下位のディレクトリを表示する情報を作成するディレクトリ表示部と、
     を備え、
     前記ディレクトリ構成部は、前記下位のディレクトリの識別子の指定を受け付け、受け付けた前記下位のディレクトリの識別子を検索キーとして、前記検索キーを前記メタ情報に含むファイルを前記記憶部から検出し、検出したファイルに付加された前記メタ情報を前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  2.  請求項1に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、さらに、表示した前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子の指定を受け付けると、受け付けたディレクトリの識別子を前記検索キーに追加して第二の検索キーとして、前記第二の検索キーを前記メタ情報に含む前記ファイルを前記記憶部から検出し、検出した前記ファイルに付加された前記メタ情報をさらに下位のディレクトリに含まれるディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  3.  請求項2に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、前記さらに下位のディレクトリに含まれるディレクトリを検索する際に、前記下位のディレクトリを表示する際に使用した前記検索キーと、前記検索キーに追加したディレクトリの識別子と、を前記メタ情報に含む前記ファイルを前記記憶部から検出する、
     ことを特徴とするデータ検索サーバ。
  4.  請求項2に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、前記さらに下位のディレクトリに含まれるディレクトリを表示する際には、前記さらに下位のディレクトリに含まれるディレクトリを検索する際に使用した前記第二の検索キーに含まれるディレクトリの識別子を除外して構成する、
     ことを特徴とするデータ検索サーバ。
  5.  請求項2に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、さらに、表示されたディレクトリの上位のディレクトリを表示する指定を受け付けると、前記第二の検索キーに付加した最後の検索キーを削除して第三の検索キーとし、前記第三の検索キーを前記メタ情報に含む前記ファイルを前記記憶部から検出し、検出した前記ファイルに付加された前記メタ情報を表示させるディレクトリに含まれるディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  6.  請求項1に記載のデータ検索サーバであって、
     前記メタ情報は、大分類と、前記大分類を構成する小分類との対応する情報を備えており、
     前記ディレクトリ構成部は、前記検索キーを前記メタ情報に含む前記ファイルを前記記憶部から検出し、前記検索キーが前記大分類に合致する場合には、前記下位のディレクトリを前記小分類に対応するディレクトリとし、前記検索キーが前記小分類に合致する場合には、前記下位のディレクトリを前記大分類に対応するディレクトリとして決定する、
     ことを特徴とするデータ検索サーバ。
  7.  ネットワークに接続されたデータ検索サーバであって、
     記憶部と、
     記憶部に記憶されたファイルに付加されたメタ情報に基づいてディレクトリに含まれる下位のディレクトリを特定するディレクトリ構成部と、
     前記ディレクトリ構成部からの指示に従って前記下位のディレクトリを表示する情報を作成するディレクトリ表示部と、
     を備え、
     前記ディレクトリ構成部は、前記下位のディレクトリの識別子の指定を受け付け、受け付けた前記下位のディレクトリの識別子を検索キーとして、前記検索キーを前記メタ情報に含むファイルを前記記憶部から検出し、前記ネットワークに接続された他のデータ検索サーバに対して、前記検索キーをメタ情報に含む前記ファイルを検出して送信するよう依頼し、送信された前記ファイルと、前記検出した前記ファイルと、に付加された前記メタ情報を前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  8.  請求項7に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、さらに、表示した前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子の指定を受け付けると、受け付けたディレクトリの識別子を前記検索キーに追加して第二の検索キーとして、前記第二の検索キーを前記メタ情報に含む前記ファイルを前記記憶部から検出し、前記ネットワークに接続された他のデータ検索サーバに対して、前記第二の検索キーをメタ情報に含む前記ファイルを検出して送信するよう依頼し、送信された前記ファイルと、検出した前記ファイルに付加された前記メタ情報をさらに下位のディレクトリに含まれるディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  9.  請求項8に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、前記さらに下位のディレクトリに含まれるディレクトリを検索する際に、前記下位のディレクトリを検索する際に使用した前記検索キーと、前記検索キーに追加したディレクトリの識別子と、を前記メタ情報に含む前記ファイルを前記記憶部から検出し、前記他のデータ検索サーバに対して、前記検索キーと、前記追加したディレクトリの識別子と、を前記メタ情報に含む前記ファイルを検出して送信するよう依頼する、
     ことを特徴とするデータ検索サーバ。
  10.  請求項7に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、前記さらに下位のディレクトリに含まれるディレクトリを表示する際に、前記下位のディレクトリに含まれるさらに下位のディレクトリを検索する際に使用した前記検索キーと、前記検索キーに追加したディレクトリの識別子と、を除外して前記表示する情報を作成する、
     ことを特徴とするデータ検索サーバ。
  11.  請求項7に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、さらに、表示されたディレクトリの上位のディレクトリを表示する指定を受け付けると、前記第二の検索キーに付加した最後の検索キーを削除して第三の検索キーとし、前記第三の検索キーを前記メタ情報に含む前記ファイルを前記記憶部から検出し、前記ネットワークに接続された他のデータ検索サーバに対して、前記第三の検索キーをメタ情報に含む前記ファイルを検出して送信するよう依頼し、送信された前記ファイルと、前記検出した前記ファイルと、に付加された前記メタ情報を表示させるディレクトリに含まれるディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  12.  請求項7に記載のデータ検索サーバであって、
     前記ディレクトリ構成部は、さらに、表示されたディレクトリの上位のディレクトリを表示する指定を受け付けると、前記第二の検索キーに付加した最後の検索キーを削除して第三の検索キーとし、前記第三の検索キーを前記メタ情報に含む前記ファイルを前記記憶部から検出し、前記ネットワークに接続された他のデータ検索サーバの構成に変化があったか否かを判定し、構成に変化があれば、前記ネットワークに接続された他のデータ検索サーバに対して、前記第三の検索キーをメタ情報に含む前記ファイルを検出して送信するよう依頼し、送信された前記ファイルと、前記検出した前記ファイルと、に付加された前記メタ情報を表示させるディレクトリに含まれるディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示し、構成に変化が無ければ、表示されたディレクトリの上位のディレクトリを表示した際に前記他のデータ検索サーバから送信されたファイルと、前記検出した前記ファイルと、に付加された前記メタ情報を表示させるディレクトリに含まれるディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する、
     ことを特徴とするデータ検索サーバ。
  13.  データ検索サーバのデータ検索プログラムであって、
     前記データ検索サーバは、
     記憶部と、
     前記記憶部に記憶されたファイルに付加されたメタ情報に基づいてディレクトリに含まれる下位のディレクトリを特定するディレクトリ構成部と、
     前記ディレクトリ構成部からの指示に従って前記ディレクトリ構造を表示する情報を作成するディレクトリ表示部と、
     を備え、
     前記データ検索サーバに、
     前記下位のディレクトリの識別子の指定を受け付ける機能と、
     受け付けた前記下位のディレクトリの識別子を検索キーとして、前記検索キーを前記メタ情報に含むファイルを前記記憶部から検出する機能と、
     検出したファイルに付加された前記メタ情報を前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子として前記ディレクトリ表示部に前記表示する情報を作成するよう指示する機能と、
     を実現させるためのプログラム。
  14.  データ検索サーバは、
     前記下位のディレクトリの識別子の指定を受け付けるステップと、
     受け付けた前記下位のディレクトリの識別子を検索キーとして、前記検索キーを前記メタ情報に含むファイルを前記記憶部から検出するステップと、
     検出したファイルに付加された前記メタ情報を前記下位のディレクトリに含まれるさらに下位のディレクトリの識別子として表示部に表示する情報を作成するよう指示するステップと、
     を実行することを特徴とするデータ検索方法。
PCT/JP2008/072064 2008-01-24 2008-12-04 データ検索サーバ、検索プログラム、検索方法 WO2009093383A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2008-014117 2008-01-24
JP2008014117A JP2009176057A (ja) 2008-01-24 2008-01-24 データ検索サーバ、検索プログラム、検索方法

Publications (1)

Publication Number Publication Date
WO2009093383A1 true WO2009093383A1 (ja) 2009-07-30

Family

ID=40900897

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2008/072064 WO2009093383A1 (ja) 2008-01-24 2008-12-04 データ検索サーバ、検索プログラム、検索方法

Country Status (2)

Country Link
JP (1) JP2009176057A (ja)
WO (1) WO2009093383A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102622183B1 (ko) * 2018-06-08 2024-01-08 삼성에스디에스 주식회사 스토리지 관리 장치 및 방법

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06314224A (ja) * 1993-04-28 1994-11-08 Internatl Business Mach Corp <Ibm> フォルダ更新方法
JPH0944393A (ja) * 1995-07-28 1997-02-14 Fuji Xerox Co Ltd ファイル管理装置
JP2007257204A (ja) * 2006-03-22 2007-10-04 Konica Minolta Business Technologies Inc ドキュメントデータ処理装置、ドキュメントデータリスト提供方法、およびコンピュータプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06314224A (ja) * 1993-04-28 1994-11-08 Internatl Business Mach Corp <Ibm> フォルダ更新方法
JPH0944393A (ja) * 1995-07-28 1997-02-14 Fuji Xerox Co Ltd ファイル管理装置
JP2007257204A (ja) * 2006-03-22 2007-10-04 Konica Minolta Business Technologies Inc ドキュメントデータ処理装置、ドキュメントデータリスト提供方法、およびコンピュータプログラム

Also Published As

Publication number Publication date
JP2009176057A (ja) 2009-08-06

Similar Documents

Publication Publication Date Title
US11991238B2 (en) Sharing network addresses
US10372748B2 (en) Methods and apparatuses for presenting content
JP6006267B2 (ja) 索引キーを使用して検索を絞込むシステムおよび方法
US9116966B2 (en) Displaying search results
JP5057640B2 (ja) アプリケーションファイルの監視・制御システム及び監視・制御方法
JP4671332B2 (ja) ユーザ識別情報を変換するファイルサーバ
US7047229B2 (en) Searching content on web pages
US20060206460A1 (en) Biasing search results
US9672233B2 (en) Integrated search for shared storage using index throttling to maintain quality of service
US6473756B1 (en) Method for selecting among equivalent files on a global computer network
KR20050004703A (ko) 이상적인 정보 추상화, 숨기기, 및 순서화를 통해, 시각적복잡성 및 탐색 노력을 경감시키기 위한 모델 및 방법
CN1528079A (zh) 用于对等服务的方法和装备
US11789916B2 (en) Hash-based duplicate data element systems and methods
US20090198680A1 (en) Document management method, document management apparatus, and document management system
JP2012530292A (ja) コンテンツメッシュ検索
CN115438016A (zh) 分布式对象存储中动态分片方法、系统、介质及设备
US20130346381A1 (en) Multimedia Real-Time Searching Platform (SKOOP)
US8560630B2 (en) Sharing data over trusted networks
US20110173215A1 (en) Retrieval system, retrieval space map server apparatus and program
WO2009093383A1 (ja) データ検索サーバ、検索プログラム、検索方法
JP2002132566A (ja) データ管理システム及び方法、並びにコンピュータ読取可能な記録媒体
JP2011018192A (ja) データ検索サーバ
EP1101173A1 (en) Information access
US20100036837A1 (en) Information search method and information search apparatus
CN113329091A (zh) 数据管理方法及装置、存储介质、电子设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08871303

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08871303

Country of ref document: EP

Kind code of ref document: A1