US20030105680A1 - System and method for retrieving information from an electronic catalog - Google Patents

System and method for retrieving information from an electronic catalog Download PDF

Info

Publication number
US20030105680A1
US20030105680A1 US09/963,994 US96399401A US2003105680A1 US 20030105680 A1 US20030105680 A1 US 20030105680A1 US 96399401 A US96399401 A US 96399401A US 2003105680 A1 US2003105680 A1 US 2003105680A1
Authority
US
United States
Prior art keywords
search
attribute
data
computer
records
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/963,994
Inventor
Jinshan Song
Geoffry Westphal
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
WW Grainger Inc
Original Assignee
WW Grainger Inc
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
Priority claimed from US09/877,604 external-priority patent/US20030083958A1/en
Application filed by WW Grainger Inc filed Critical WW Grainger Inc
Priority to US09/963,994 priority Critical patent/US20030105680A1/en
Publication of US20030105680A1 publication Critical patent/US20030105680A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing

Definitions

  • This invention relates generally to systems and methods for conducting electronic commerce and, more particularly, relates to a system and method for interacting with an electronic catalog.
  • search engines allow users to enter keywords. Typically, these search engines process the keywords that are entered by the user and, in response, conduct input/output (“I/O”) function calls at a server computer to obtain the search results. While the keyword search methodology is effective for searching product catalogs with small inventories, conducting searches using I/O function calls is time consuming and less efficient for retailers and suppliers that offer many different products.
  • I/O input/output
  • a known alternative to search techniques that utilize I/O function calls when conducting searches is to provide a lookup module that stores substantially all of the search database in the local memory of a computer.
  • This type of search is limited to word processing applications where users have the option of employing a dictionary look-up function or a thesaurus look-up function. While these search techniques enable a search to be conducted in a relatively fast time frame, as a result of storing part of the search database in the local memory, these search techniques have not been employed to search product catalogs which are presently too large to be stored in local memory when compared to electronic dictionaries and thesauruses.
  • the present invention is embodied in a system and method for creating a searchable representation of an electronic catalog.
  • the searchable representation of the electronic catalog includes one or more search data structures each having one or more search data records.
  • the search data records include a first data field containing data representing an attribute of a product within the electronic catalog, a second data field containing data representing the number of times the attribute is used in connection with any product within the electronic catalog, and one or more additional data field each containing data representing a record address within the electronic catalog at which data pertaining to each product having the attribute is stored.
  • FIG. 1 is a diagram illustrating an exemplary system for conducting searches in accordance with the invention described herein;
  • FIG. 2 is a diagram illustrating exemplary components at the search computer within the system illustrated in FIG. 1 and its interaction with a server computer and a client computer;
  • FIG. 3 is an exemplary Web page depicting a user interface displaying the results of an exemplary search
  • FIG. 4 is a Web page depicting a user interface displaying the results of an exemplary search resulting from the clicking of the searchable attribute “Westward” as shown in FIG. 3;
  • FIG. 5 is a Web page depicting a user interface displaying the results of yet another exemplary search
  • FIG. 6 is an exemplary main data file depicting product records for an electronic catalog, including fields for “record number,” “stock number,” “brand,” “description,” “50 Hertz” and “Made in the USA”;
  • FIG. 7 is a portion of an exemplary main data file depicting binary attributes and an exemplary search data structure of a searchable, electronic catalog which is representative of the portion of the main data file and which is created in accordance with the subject invention
  • FIG. 8 is a portion of an exemplary main data file depicting enumerated attributes and an exemplary search data structure of a searchable, electronic catalog which is representative of the portion of the main data file and which is created in accordance with the subject invention
  • FIG. 9 is a portion of the XML listing used in providing a configuration interface
  • FIG. 10 a shows a series of exemplary records that are created by a data preprocessor/configuration interface after processing a first product record in the main data file, the exemplary records including a first data field, a second data field and a third data field;
  • FIG. 10 b shows a series of exemplary records that are created by the data preprocessor/configuration interface after processing a second product record in the main data file, the exemplary records including additional record numbers in the third data field for attributes contained in the second product record;
  • FIG. 10 c shows a series of exemplary records that are created by the data preprocessor/configuration interface after processing all of the product records in the main data file, the exemplary records including additional record numbers in the third data field for attributes contained in a third and fourth product record;
  • FIG. 11 is a diagram illustrating an exemplary method for use in converting the main data file into a searchable, electronic catalog
  • FIG. 12 is a diagram illustrating an exemplary method for processing search requests at a search computer and downloading search results to a client computer;
  • FIG. 13 is a diagram illustrating an exemplary method for processing a search request including additional attributes that are submitted by the client computer, after search results have already been provided, the process including steps for executing a join/intersection function to merge the search results from the search requests and displaying selectable search attributes that exist for the joined search results.
  • the general purpose computing devices may comprise one or more server computers 22 a , which include a main data file 24 , one or more search computers 22 b , which include a searchable (as shown in FIG. 2), electronic catalog in the form of one or more search data structures 28 , and one or more client computers 22 c by which users can access and retrieve information from the searchable, electronic catalog.
  • the general purpose computing devices need not be limited to personal computers, but may include hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, personal digital assistants, cellular telephones or the like depending upon their intended end use within the system.
  • the computer executable instructions may be written as routines, programs, objects, components, and/or data structures that perform particular tasks.
  • the computer executable instructions may reside on a single general purpose computing device or the tasks performed by the computer executable instructions may be distributed among a plurality of the general purpose computing devices. Therefore, while described in the context of a computer network, the present invention may be embodied in a stand-alone, general purpose computing device that need not be connected to a network.
  • the general purpose computing devices may include, as needed, a video adapter, a processing unit, a system memory, and a system bus that couples the system memory to the processing unit.
  • the video adapter allows the general purpose computing devices to support a display, such as a cathode ray tube (“CRT”), a liquid crystal display (“LCD”), a flat screen monitor, a touch screen monitor or similar means for displaying textual and graphical data to a user.
  • the display allows a user to view information such as the keyword and drill-down search attributes, search results for particular search requests, system maintenance screens, etc.
  • the general purpose computing devices may further include read only memory (ROM), a hard disk drive for reading from and writing to a hard disk, a magnetic disk drive for reading from and writing to a magnetic disk, and/or an optical disk drive for reading from and writing to a removable optical disk.
  • ROM read only memory
  • the hard disk drive, magnetic disk drive, and optical disk drive may be connected to the system bus by a hard disk drive interface, a magnetic disk drive interface, and an optical disk drive interface, respectively.
  • the drives and their associated computer-readable media provide non-volatile storage of the computer executable instructions and any other data structures, program modules, etc. utilized during the operation of the general purpose computing devices.
  • the search computer(s) 22 b will include random access memory (“RAM”) or similar volatile memory in which the subject searchable, electronic catalog is preferably stored.
  • RAM random access memory
  • the general purpose computing devices may include a network interface or adapter.
  • the general purpose computing devices When used in a wide area network, such as the Internet, the general purpose computing devices typically include a modem or similar device.
  • the modem which may be internal or external, is connected to the system bus via a serial port interface.
  • the described network connections are exemplary and that other means of establishing a communications link between the general purpose computing devices may be used.
  • the system may also include a wireless access interface that receives and transmits information via a wireless communications medium, such as, a cellular communications network, a satellite communications network, or other similar type of wireless network.
  • a main data file 24 is provided which is preferably in the form of a traditional commercial database capable of being updated and maintained in conventional and existing manners.
  • the main data file 24 is preferably comprised of product records 24 a wherein each product record is representative of an individual product, i.e., a unit of information in the electronic catalog.
  • each product record preferably includes data 26 stored in fields which data is representative of attributes of the product, i.e., features, descriptors, etc. For example, as shown in FIG.
  • the data may be organized within the main data file 24 using records having predefined fields 25 such as, by way of example only, a “record number” field 25 a , a “stock number” field 25 b , a “brand” field 25 c , a “description” field 25 d , a “50 Hertz” field 25 e , and a “Made in the USA” field 25 f .
  • fields within the main data file 24 are preferably selected so as to provide a means for logically categorizing the product attributes.
  • main data file 24 is preferably stored in one or more memory locations on one or more of the server computers 22 a , it will be appreciated that the main data file 24 can also be stored on a single general purpose computing device on which the entirety or part of the system is embodied. Furthermore, to ensure that the searchable catalog contains the most up-to-date information, it is preferred that measures are taken to timely update the main data file 24 from which the searchable, electronic catalog is derived. To this end, the main data file 24 may be updated on a daily basis. This update would advantageously take place during non-peak search periods.
  • the system includes a data preprocessor that cooperates with a configuration interface 36 , an example of the configuration interface 36 is illustrated in FIG. 9, to create one or more search data structures 28 .
  • the configuration interface functions to define the search data structures 28 , i.e., the records and fields within the search data structures 28 . Accordingly, the configuration interface also determines into which search data structure 28 data from the main data file 24 is to be stored.
  • the configuration interface may also be used to assign functionality to the data, e.g., whether the data in the field is displayable, whether the data within the field is a selectably searchable attribute, etc.
  • data representative of an attribute 26 within the search data structure 28 might be displayable on a user computer 22 c as an alphanumeric string, i.e., “Power Tool,” while the internal, searchable representation of this attribute might be a hex value, i.e., 0 ⁇ 04.
  • searchable attributes such as searchable attributes represented in binary form, are only utilized in connection with the search process described hereinafter.
  • the configuration interface 36 is used to dynamically assign each attribute 26 an internal representation data type within the search data structure, such as string, integer or bit mask.
  • strings since string types are slow and wasteful in terms of memory but well-suited for human-readable applications, strings should be used only to represent attributes that are to be displayed on the user computer 22 c .
  • integers are fast and, therefore, a significant amount of logical comparisons can be performed in only a few CPU clock cycles, integers are a preferred internal representation type.
  • Bit masks are also fast, but come in a close second to integers, due to some limitations associated with JAVA code, which is the preferred coding language. Nevertheless, if slight response time degradation is allowable, then the overall data structure “footprint” can be significantly reduced by using bit masks, especially when using binary attributes, e.g., yes/no or true/false.
  • the main data file 24 may be converted into several search data structures 28 , such as a keyword search data structure 28 a , a “brand” search data structure 28 b , or other custom search data structures 28 c .
  • the keyword search data structure 28 a may include a group of search records 30 comprised of attributes 26 that are stored within data fields within the main data file 24 as text.
  • the brand search data structure 28 b may include a group of search records 30 comprised of search attributes 26 that are taken from the specific “brand” field 25 c of the main data file 24 .
  • a custom search data structures 28 c may further include additional categories of search data structures, such as, search data structures 28 that include search records for products that are “made in the USA” or products that are “safe for children.” These custom search data structures 28 may include a group of search records 30 comprised of attributes 26 that are taken from the respective predefined fields 25 of the main data file 24 .
  • the search records 30 are further comprised of a plurality of data fields 32 .
  • each search record 30 may be comprised of a first data field 32 a , a second data field 32 b , a third data field 32 c and a fourth data field 32 d .
  • the first data field 32 a of the search data structure 28 may contain the literal value of a particular search attribute 26 or its JAVA representation.
  • the first data field may be generated in a sorted order.
  • the first data field 32 a may be a binary representation of an attribute (as shown in FIG.
  • this data field 32 a can assume only one of two types of values, i.e., true/yes (has the attribute) or false/no (does not have the attribute).
  • the first data field 32 a can assume one of several different predefined values, such as white, black, or yellow (as shown in FIG. 8)
  • the first data field 32 a can have an enumerated value representative of the one of the predefined attribute values.
  • the second data field 32 b contains the number of times the attribute appears in the main data file 24 .
  • the third data field 32 c preferably contains the record address in the main data file 24 where the particular search attribute 26 appears. Further, the third data field 32 c may include a variable number of data fields dependent upon the number of records in which the attribute 26 appears in the main data file 24 .
  • the fourth data field 32 d is optional and may include an index 27 that represents a range of values, the range of values including a value equivalent to that values contained within the first data field 32 b of the search records 30 , such as an RPM value; thus, as shown in Table A, the configuration interface 36 may populate the fourth data field 32 d with a selectable index 27 .
  • the selectable index 27 may be displayed on the is client computer 22 c as a drill-down menu selection or as a hyperlink, and chosen by the client computer 22 c similar to other selectable attributes 26 b .
  • the first data field 32 a , the fourth data field 32 d and the collection of record addresses that may exist in the third data field 32 c may also be provided in sorted order.
  • the sorted order of the first data field 32 a , the third data field 32 c and the fourth data field 32 d allows in-place searches to be conducted, that is, searches can be conducted without requiring additional indexes to perform the search.
  • An in-place binary or interpolation search may be performed by knowing the memory address in which each search record 30 begins and ends.
  • the data fields 32 of the search records 30 are stored as read-only data.
  • traditional database activities such as live updates, record locking, record validation and foreign key constraints are not available; this decreases the memory and processing requirements for the search computers 22 b , thereby increasing the speed and efficiency of the to system 10 while also allowing the searchable, electronic catalog to be maintained in volatile memory.
  • the data preprocessor uploads a first attribute 26 a from a selected predefined field 25 of the main data file 24 into the first data field 32 a of a first search record 30 a for a particular search data structure (as designated by the configuration interface), adds one to the second data field 32 b of the first search record, and appends the record address of the record in the main data file 24 in which the first attribute appears into a third data field 32 c of the first search record 30 a.
  • the data preprocessor will then process the next attribute 26 c in the appropriate field within the main data file 24 . If the data preprocessor determines that the next search attribute 26 c and the attribute represented in the first data field 32 a of the first search record 30 a are the same, the number of occurrences represented within the second data field 32 b of the first search record 30 a is increased by one and the record address within the main data file 24 in which the currently considered attribute is found is appended as an additional third data field 32 c to the corresponding search record 30 a .
  • next attribute 26 c and attribute represented by the first data field 32 a of the first search record 30 a are different, then the data preprocessor will compare the next attribute 26 c to the attribute represented in the first data field 32 a of the second search record 30 b . This process will continue to be performed until all attributes in the main data file 24 for the one or fields of interest have been considered and processed.
  • the data preprocessor as dictated by the configuration interface 36 will examine the data maintained in the fields of the main data file 24 that have been predetermined to contain textual information.
  • the data may be parsed to extract and consider each word separately. The words are compared as they are extracted against the words that have already been used to populate the keyword data structure in the manner described above.
  • each of the unique words will have a corresponding record within the keyword search data structure 28 a which will include a first data field having a representation of the word, a second data field having an indication of the number of records in which the word is found, and one or more third data fields having data indicative of the records within the main data file 24 in which the corresponding word attribute is set forth.
  • the user computers 22 c may be linked to the network 20 through enterprise resource planning system (“ERP”) portals, enterprise asset management system (“ESM”) portals, computerized maintenance management system (“CMMS”) portals, or general Internet portals.
  • ERP enterprise resource planning system
  • ESM enterprise asset management system
  • CMMS computerized maintenance management system
  • the user computer 22 c indirectly accesses the electronic catalog by first establishing communication with an electronic-commerce system that, in turn, provides access to the server computer 22 a .
  • an electronic-commerce system that, in turn, provides access to the server computer 22 a .
  • a general Internet portal the user directly accesses the server computer 22 a by, for example, clicking on a referring hyperlink in a displayed HTML page or by typing an Internet URL that functions to identify the server computer 22 a.
  • a search of the searchable, electronic catalog is performed in response to the user entering a search request on a search computers 22 c .
  • the server computer 22 a forwards the search request 40 to a selected one of the search computers 22 b on which is stored at least one of the search data structures 28 .
  • the search request may be distributed to one of the search computers 22 b based upon configurable, weighted average load balancing. By distributing search requests according to this method, the computer network is better able to utilize its hardware and achieve a more balanced distribution of its load.
  • Those with skill in the art should appreciate that other methods for distributing search requests could be employed, such as round robin distribution methods or similar methods for distributing search requests.
  • a search request 40 is received at a server computer 22 a , which search request is comprised of information representative of keywords or search attributes 26 a selected using the graphical user interface
  • the user submitted search attributes 26 a are compared to the data fields 32 a of the search records 32 to find attributes 26 that match the search attributes.
  • the search computer 22 b filters out search records 32 that do not include a match with the user submitted search attributes 26 a .
  • the search records 32 that do contain a match may then be examined to determine if the remaining search records 32 include selectable search attributes 26 b that should be displayed on the user computer 22 c by which the search can be refined. In this manner, each time the user clicks on a search attribute or supplies an additional keyword, irrelevant content is eliminated and only the attributes of relevant content remain.
  • the search results 38 may then be displayed on the user computer 22 c for purchase or additional searching.
  • selectable search attributes 26 b may be displayed on the user computer 22 c as drill-down menu selections or hyperlinks as illustrated in FIGS. 3 - 5 .
  • a search data structure 28 may exist for each of the selectable search attributes 26 b . If the selectable search attribute 26 b for “50 Hz” is chosen, the search computer will examine the search data structure that corresponds to the selected search attribute 26 b . The search results 38 will include all the search records 32 which include “Y” as a search attribute 26 .
  • the main data field 24 includes one matching search record, i.e., record number 3 of the main data file 24 as indicated in the third data field 32 c of the second search record 28 of the “50 Hz” search data structure shown in Table 2.
  • the search computer will forward the search results 38 to the server computer 22 A.
  • the server computer will read the record number from the third data field 32 c and examine this record in the main data file 24 for additional, selectable search attributes 26 b that can be displayed on the user computer 22 c for refinement of the search. It should also be understood, however, that the search computer 22 b could also determine whether additional, selectable search attributes 26 b exist without accessing the main data file 24 .
  • record number 3 includes selectable search attributes for “Dayton” and “Made in the USA,” shown as the highlighted search attributes in main data file 24 illustrated in Table 3 below.
  • selectable search attributes for “Dayton” and “Made in the USA” can be displayed on the user computer for conducting additional search requests 40 .
  • any selectable search attribute that includes a “Y” or an alphanumeric string can be displayed to the user computer as a drill-down menu selection or as a hyperlink for use in further refining a search.
  • additional searchable selections can be presented to the user, since only one record from the main data file 24 matched the current search request, no further meaningful refinements will be made by actually clicking of the presented searchable attributes.
  • the highlighted column headings represent selectable search attributes 26 b , which are displayed on the user computer 22 c .
  • Hyperlinks for “Ranco,” “Swan,” “Dayton” and “3M” may also be displayed on the user computer 22 c .
  • a search data structure 28 may exist for each of the selectable search attributes 26 b , i.e., “Ranco,” “Swan,” “Dayton,” “3M,” “50 Hz” and “Made in the USA.”
  • the selectable search attributes 26 b for “Made in the USA” is chosen. Therefore, the search computer 22 b will examine the “made in the USA” search data structure which corresponds to the selected search attribute 26 b .
  • the search results 38 will include all the search records 32 which are indicated to have a “Y,” i.e., the product is made in the USA, as an attribute 26 .
  • the main data field 24 includes three matching search records, i.e., record numbers 2 , 3 and 4 as indicated in the third data field 32 b of the “made in the USA” search record illustrated therein.
  • the search computer 22 b will forward the search results 38 to the server computer 22 a .
  • the server computer 22 a will read the record numbers from the third data field 32 c and examine these record in the main data file 24 to determine if any additional, selectable search attributes 26 b are available to be displayed on the user computer 22 c . It should also be understood, however, that the search computer 22 b could also determine whether additional, selectable search attributes 26 b exist without accessing the main data file 24 .
  • record numbers 2 , 3 and 4 include selectable search attributes for the brands “Swan,” “Dayton,” and “3M” and a selectable search attribute for “50 Hz” as illustrated in Table 6, the clickable, selectable search attributes 26 b for “Swan,” “Dayton,” “3M” and “50 Hz” can be displayed on the user computer for conducting additional search requests 40 .
  • TABLE 6 Record # Stock Number Description 1 1A123 Ranco Yellow Light Barricade, Hard N N Plastic 2P100 Yellow Soaker Hose, 1/4 inch Opening N Y 3K015 1/4 HP Capacitor Start Motor, Reversible, 1725 RPM Y 5X808 Yellow Hard Hat, Plastic N Y
  • the search computer 22 b will use the search data structure 28 for “Brands” (shown in Table 7) to retrieve all records including the brand “Swan.” As shown in Table 7, only record number 2 is a match. TABLE 7 First Data Field Second Data (Brand Attribute) Field (Count) Third Data Field 3M 1 4 Dayton 1 3 Ranco 1 1
  • search results all reside in memory. Because of the data preprocessing step, the main data file may be represented indirectly with the third data field. This field consists of efficient integers. In this way, intersections of any number of search results, corresponding to a one or more selected attributes, can be performed entirely in RAM. This forgoes the need of working with traditional database intersection functions that rely on non-volatile storage.
  • the search results 38 may be provided to the user computer 24 c in a variety of formats.
  • the user may chose to download the search results 38 . If the user selects the download option, a group of format options and field information options will be displayed on the user computer 24 c . Then, the server computer 24 A will format the search results 38 according to the format options and the field information options that are selected by the user. It should also be understood by those with skill in the art that the search computer 22 b could also format the search results 38 in accordance with the format options and the field information options that are selected by the user.
  • the server computer may download the search results 38 into the user computer 24 c and possibly into the ERP system of the user computer 24 c , thereby providing the user computer 22 b with a customized product catalog.
  • the user computers 22 b may receive the customized product catalog or search results 38 in a variety of formats, such as XML, fixed length records, or string delimited.
  • the search results can also be place into a PDF file, spreadsheet, or the like.

Abstract

A system and method for finding, reading, and displaying information contained within an electronic catalog, such as a product catalog. The electronic catalog is temporarily stored in volatile memory in the form of a searchable data structure comprising a plurality of search records each representative of a unit of information, or a product, within the catalog. Each search record further comprises data representative of one or more attributes of the corresponding unit of information.

Description

    RELATED APPLICATIONS
  • This subject application is a continuation of, and claims priority to under 35 U.S.C. §120, U.S. application Ser. No. 09/877,616 filed Jun. 9, 2001; U.S. application Ser. No. 09/877,612 filed Jun. 9, 2001 which is a continuation of U.S. application Ser. No. 091877,604 filed Jun. 8, 2001.[0001]
  • BACKGROUND OF THE INVENTION
  • This invention relates generally to systems and methods for conducting electronic commerce and, more particularly, relates to a system and method for interacting with an electronic catalog. [0002]
  • The recent development of the Internet has caused many retailers and suppliers to enter the electronic-business forum and offer their products for sale via the Internet. In order to facilitate the sale of their products via the Internet, these retailers and supplies typically provide online catalogs which identify and describe their products. The method for searching for products within these electronically stored catalogs is, however, different than the methods that are traditionally used when searching for products listed in a printed catalog. In this regard, search engines have been the most common means employed for searching electronic catalogs. However, retailers and suppliers have struggled to develop search engines that are easy to use and that also provide accurate and useful results on a substantially real-time basis. In fact, currently known search engines are often times frustrating to use and provide less than optimal results. [0003]
  • To initiate the searching process, many search engines allow users to enter keywords. Typically, these search engines process the keywords that are entered by the user and, in response, conduct input/output (“I/O”) function calls at a server computer to obtain the search results. While the keyword search methodology is effective for searching product catalogs with small inventories, conducting searches using I/O function calls is time consuming and less efficient for retailers and suppliers that offer many different products. [0004]
  • Additionally, many retailers and suppliers offer multiple products that include identical or virtually identical product names or descriptions. Thus, when a keyword search is conducted, the search is likely to generate a large list of products that match the entered keywords. This requires that the results of the search be carefully reviewed by the party conducting the search, or that the search be re-executed with keywords that are aimed at producing a narrower set of search results. Therefore, the keyword search methodology is seen to have limited use in that it is most effective when performing searches within product catalogs that have products that have easily distinguishable descriptive attributes. Unfortunately, most electronic product catalogs are voluminous and have numerous products with the same or similar attributes. [0005]
  • A known alternative to search techniques that utilize I/O function calls when conducting searches is to provide a lookup module that stores substantially all of the search database in the local memory of a computer. This type of search, however, is limited to word processing applications where users have the option of employing a dictionary look-up function or a thesaurus look-up function. While these search techniques enable a search to be conducted in a relatively fast time frame, as a result of storing part of the search database in the local memory, these search techniques have not been employed to search product catalogs which are presently too large to be stored in local memory when compared to electronic dictionaries and thesauruses. [0006]
  • From the foregoing, it is seen that a need remains for an improved system and method for conducting online searches of product catalogs. In particular, a need exists for a system and method for conducting online searches of large product catalogs that is easy to use and that also provides accurate and useful results on a timely basis. [0007]
  • SUMMARY OF THE INVENTION
  • In accordance with these needs, the present invention is embodied in a system and method for creating a searchable representation of an electronic catalog. Generally, the searchable representation of the electronic catalog includes one or more search data structures each having one or more search data records. The search data records include a first data field containing data representing an attribute of a product within the electronic catalog, a second data field containing data representing the number of times the attribute is used in connection with any product within the electronic catalog, and one or more additional data field each containing data representing a record address within the electronic catalog at which data pertaining to each product having the attribute is stored. [0008]
  • A better understanding of the objects, advantages, features, properties and relationships of the invention will be obtained from the following detailed description and accompanying drawings which set forth an illustrative embodiment and which are indicative of the various ways in which the principles of the invention may be employed. [0009]
  • BRIEF DESCRIPTION OF DRAWINGS
  • For a better understanding of the invention, reference may be had to a preferred embodiment shown in the following drawings in which: [0010]
  • FIG. 1 is a diagram illustrating an exemplary system for conducting searches in accordance with the invention described herein; [0011]
  • FIG. 2 is a diagram illustrating exemplary components at the search computer within the system illustrated in FIG. 1 and its interaction with a server computer and a client computer; [0012]
  • FIG. 3 is an exemplary Web page depicting a user interface displaying the results of an exemplary search; [0013]
  • FIG. 4 is a Web page depicting a user interface displaying the results of an exemplary search resulting from the clicking of the searchable attribute “Westward” as shown in FIG. 3; [0014]
  • FIG. 5 is a Web page depicting a user interface displaying the results of yet another exemplary search; [0015]
  • FIG. 6 is an exemplary main data file depicting product records for an electronic catalog, including fields for “record number,” “stock number,” “brand,” “description,” “50 Hertz” and “Made in the USA”; [0016]
  • FIG. 7 is a portion of an exemplary main data file depicting binary attributes and an exemplary search data structure of a searchable, electronic catalog which is representative of the portion of the main data file and which is created in accordance with the subject invention; [0017]
  • FIG. 8 is a portion of an exemplary main data file depicting enumerated attributes and an exemplary search data structure of a searchable, electronic catalog which is representative of the portion of the main data file and which is created in accordance with the subject invention [0018]
  • FIG. 9 is a portion of the XML listing used in providing a configuration interface; [0019]
  • FIG. 10[0020] a shows a series of exemplary records that are created by a data preprocessor/configuration interface after processing a first product record in the main data file, the exemplary records including a first data field, a second data field and a third data field;
  • FIG. 10[0021] b shows a series of exemplary records that are created by the data preprocessor/configuration interface after processing a second product record in the main data file, the exemplary records including additional record numbers in the third data field for attributes contained in the second product record;
  • FIG. 10[0022] c shows a series of exemplary records that are created by the data preprocessor/configuration interface after processing all of the product records in the main data file, the exemplary records including additional record numbers in the third data field for attributes contained in a third and fourth product record;
  • FIG. 11 is a diagram illustrating an exemplary method for use in converting the main data file into a searchable, electronic catalog; [0023]
  • FIG. 12 is a diagram illustrating an exemplary method for processing search requests at a search computer and downloading search results to a client computer; and [0024]
  • FIG. 13 is a diagram illustrating an exemplary method for processing a search request including additional attributes that are submitted by the client computer, after search results have already been provided, the process including steps for executing a join/intersection function to merge the search results from the search requests and displaying selectable search attributes that exist for the joined search results.[0025]
  • DETAILED DESCRIPTION
  • Turning now to the Figures, wherein like reference numerals refer to like elements, there is illustrated a system and method for interacting with an online or electronic catalog. Although not required, the system and method will be described in the general context of a [0026] computer network 20, illustrated in FIG. 1, and computer executable instructions being executed by general purpose computing devices within the computer network 20. In this regard, the general purpose computing devices may comprise one or more server computers 22 a, which include a main data file 24, one or more search computers 22 b, which include a searchable (as shown in FIG. 2), electronic catalog in the form of one or more search data structures 28, and one or more client computers 22 c by which users can access and retrieve information from the searchable, electronic catalog. As will be appreciated by those of skill in the art, the general purpose computing devices need not be limited to personal computers, but may include hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, personal digital assistants, cellular telephones or the like depending upon their intended end use within the system.
  • For performing the procedures described hereinafter, the computer executable instructions may be written as routines, programs, objects, components, and/or data structures that perform particular tasks. Within the [0027] computer network 20, the computer executable instructions may reside on a single general purpose computing device or the tasks performed by the computer executable instructions may be distributed among a plurality of the general purpose computing devices. Therefore, while described in the context of a computer network, the present invention may be embodied in a stand-alone, general purpose computing device that need not be connected to a network.
  • To perform the particular tasks in accordance with the computer executable instructions, the general purpose computing devices may include, as needed, a video adapter, a processing unit, a system memory, and a system bus that couples the system memory to the processing unit. The video adapter allows the general purpose computing devices to support a display, such as a cathode ray tube (“CRT”), a liquid crystal display (“LCD”), a flat screen monitor, a touch screen monitor or similar means for displaying textual and graphical data to a user. The display allows a user to view information such as the keyword and drill-down search attributes, search results for particular search requests, system maintenance screens, etc. [0028]
  • The general purpose computing devices may further include read only memory (ROM), a hard disk drive for reading from and writing to a hard disk, a magnetic disk drive for reading from and writing to a magnetic disk, and/or an optical disk drive for reading from and writing to a removable optical disk. The hard disk drive, magnetic disk drive, and optical disk drive may be connected to the system bus by a hard disk drive interface, a magnetic disk drive interface, and an optical disk drive interface, respectively. The drives and their associated computer-readable media provide non-volatile storage of the computer executable instructions and any other data structures, program modules, etc. utilized during the operation of the general purpose computing devices. In addition, to provide improved searching speed by eliminating the need to perform I/O function calls, the search computer(s) [0029] 22 b will include random access memory (“RAM”) or similar volatile memory in which the subject searchable, electronic catalog is preferably stored.
  • To connect the general purpose computing devices within the [0030] computer network 20, the general purpose computing devices may include a network interface or adapter. When used in a wide area network, such as the Internet, the general purpose computing devices typically include a modem or similar device. The modem, which may be internal or external, is connected to the system bus via a serial port interface. It will be appreciated that the described network connections are exemplary and that other means of establishing a communications link between the general purpose computing devices may be used. For example, the system may also include a wireless access interface that receives and transmits information via a wireless communications medium, such as, a cellular communications network, a satellite communications network, or other similar type of wireless network.
  • For use in creating the searchable, electronic catalog, a main data file [0031] 24 is provided which is preferably in the form of a traditional commercial database capable of being updated and maintained in conventional and existing manners. In this regard, the main data file 24 is preferably comprised of product records 24 a wherein each product record is representative of an individual product, i.e., a unit of information in the electronic catalog. Furthermore each product record preferably includes data 26 stored in fields which data is representative of attributes of the product, i.e., features, descriptors, etc. For example, as shown in FIG. 6, the data may be organized within the main data file 24 using records having predefined fields 25 such as, by way of example only, a “record number” field 25 a, a “stock number” field 25 b, a “brand” field 25 c, a “description” field 25 d, a “50 Hertz” field 25 e, and a “Made in the USA” field 25 f. For reasons that will become apparent, the fields within the main data file 24 are preferably selected so as to provide a means for logically categorizing the product attributes.
  • While the main data file [0032] 24 is preferably stored in one or more memory locations on one or more of the server computers 22 a, it will be appreciated that the main data file 24 can also be stored on a single general purpose computing device on which the entirety or part of the system is embodied. Furthermore, to ensure that the searchable catalog contains the most up-to-date information, it is preferred that measures are taken to timely update the main data file 24 from which the searchable, electronic catalog is derived. To this end, the main data file 24 may be updated on a daily basis. This update would advantageously take place during non-peak search periods.
  • To create the searchable, electronic catalog from the information contained within the main data file [0033] 24, which also preferably takes place during non-peak search periods, the system includes a data preprocessor that cooperates with a configuration interface 36, an example of the configuration interface 36 is illustrated in FIG. 9, to create one or more search data structures 28. Generally, the configuration interface functions to define the search data structures 28, i.e., the records and fields within the search data structures 28. Accordingly, the configuration interface also determines into which search data structure 28 data from the main data file 24 is to be stored.
  • When storing data within the [0034] search data structures 28, the configuration interface may also be used to assign functionality to the data, e.g., whether the data in the field is displayable, whether the data within the field is a selectably searchable attribute, etc. By way of example, with reference to FIG. 9, data representative of an attribute 26 within the search data structure 28 might be displayable on a user computer 22 c as an alphanumeric string, i.e., “Power Tool,” while the internal, searchable representation of this attribute might be a hex value, i.e., 0×04. Thus, it will be appreciated that some searchable attributes, such as searchable attributes represented in binary form, are only utilized in connection with the search process described hereinafter.
  • As noted previously, the [0035] configuration interface 36 is used to dynamically assign each attribute 26 an internal representation data type within the search data structure, such as string, integer or bit mask. In this regard, since string types are slow and wasteful in terms of memory but well-suited for human-readable applications, strings should be used only to represent attributes that are to be displayed on the user computer 22 c. On the other hand, since integers are fast and, therefore, a significant amount of logical comparisons can be performed in only a few CPU clock cycles, integers are a preferred internal representation type. Bit masks are also fast, but come in a close second to integers, due to some limitations associated with JAVA code, which is the preferred coding language. Nevertheless, if slight response time degradation is allowable, then the overall data structure “footprint” can be significantly reduced by using bit masks, especially when using binary attributes, e.g., yes/no or true/false.
  • As further noted above, the main data file [0036] 24 may be converted into several search data structures 28, such as a keyword search data structure 28 a, a “brand” search data structure 28 b, or other custom search data structures 28 c. The keyword search data structure 28 a may include a group of search records 30 comprised of attributes 26 that are stored within data fields within the main data file 24 as text. The brand search data structure 28 b may include a group of search records 30 comprised of search attributes 26 that are taken from the specific “brand” field 25 c of the main data file 24. A custom search data structures 28 c may further include additional categories of search data structures, such as, search data structures 28 that include search records for products that are “made in the USA” or products that are “safe for children.” These custom search data structures 28 may include a group of search records 30 comprised of attributes 26 that are taken from the respective predefined fields 25 of the main data file 24.
  • The search records [0037] 30 are further comprised of a plurality of data fields 32. For example, each search record 30 may be comprised of a first data field 32 a, a second data field 32 b, a third data field 32 c and a fourth data field 32 d. The first data field 32 a of the search data structure 28 may contain the literal value of a particular search attribute 26 or its JAVA representation. As shown in FIGS. 10a-10 c, the first data field may be generated in a sorted order. In addition, the first data field 32 a may be a binary representation of an attribute (as shown in FIG. 7), which means that this data field 32 a can assume only one of two types of values, i.e., true/yes (has the attribute) or false/no (does not have the attribute). On the other hand, if the first data field 32 a can assume one of several different predefined values, such as white, black, or yellow (as shown in FIG. 8), the first data field 32 a can have an enumerated value representative of the one of the predefined attribute values. The second data field 32 b contains the number of times the attribute appears in the main data file 24. The third data field 32 c preferably contains the record address in the main data file 24 where the particular search attribute 26 appears. Further, the third data field 32 c may include a variable number of data fields dependent upon the number of records in which the attribute 26 appears in the main data file 24.
  • The fourth data field [0038] 32 d is optional and may include an index 27 that represents a range of values, the range of values including a value equivalent to that values contained within the first data field 32 b of the search records 30, such as an RPM value; thus, as shown in Table A, the configuration interface 36 may populate the fourth data field 32 d with a selectable index 27. The selectable index 27 may be displayed on the is client computer 22 c as a drill-down menu selection or as a hyperlink, and chosen by the client computer 22 c similar to other selectable attributes 26 b. The first data field 32 a, the fourth data field 32 d and the collection of record addresses that may exist in the third data field 32 c may also be provided in sorted order.
    TABLE A
    Variable Number of Record Numbers third third
    Freq. Where this Dictionary Word Appears in data data
    Indexed Value Display Value (second data Main Data File field field third data
    (fourth data field) (first data field) field) (third data field) cont. cont. field cont.
     500 to 1199 550 1 56 . . .
    1200 to 1499 1200 2 34 66 . . .
    1500 to 1999 1625 3 27 58 88 . . .
    2000 to 2999 2550 1 22 . . .
  • The sorted order of the first data field [0039] 32 a, the third data field 32 c and the fourth data field 32 d allows in-place searches to be conducted, that is, searches can be conducted without requiring additional indexes to perform the search. An in-place binary or interpolation search may be performed by knowing the memory address in which each search record 30 begins and ends. Although not required, the data fields 32 of the search records 30 are stored as read-only data. Thus, traditional database activities, such as live updates, record locking, record validation and foreign key constraints are not available; this decreases the memory and processing requirements for the search computers 22 b, thereby increasing the speed and efficiency of the to system 10 while also allowing the searchable, electronic catalog to be maintained in volatile memory.
  • As exemplified in FIGS. 11 and 10[0040] a-10 c, to create the search data structures 28 a, the data preprocessor, as directed by the configuration interface 36, uploads a first attribute 26 a from a selected predefined field 25 of the main data file 24 into the first data field 32 a of a first search record 30 a for a particular search data structure (as designated by the configuration interface), adds one to the second data field 32 b of the first search record, and appends the record address of the record in the main data file 24 in which the first attribute appears into a third data field 32 c of the first search record 30 a.
  • The data preprocessor then compares a [0041] second attribute 26 b from the selected field in the main data file 24 to the attribute represented within the first data field 32 a of the first search record 30 a. If the data preprocessor determines that the second attribute 26 b and attribute represented in the first data field 32 a of the first search record 30 a are the same, the second data field 32 b of the first search record 30 a is increased by one and the record address within the main data file 24 in which the second attribute 26 b is found is appended as an additional third data field 32 c to the first search record 30 a. If, however, the configuration interface 36 determines that the second attribute 26 b and attribute represented within the first data field 32 a of the first search record 30A are different, the second attribute 26 b is read into the first data field 32 a of a second search record 30 b, its second data field is increased by one, and a third data field is appended to the second search record which includes a representation of the record within the main data file 24 in which the second attribute is found.
  • The data preprocessor will then process the next attribute [0042] 26 c in the appropriate field within the main data file 24. If the data preprocessor determines that the next search attribute 26 c and the attribute represented in the first data field 32 a of the first search record 30 a are the same, the number of occurrences represented within the second data field 32 b of the first search record 30 a is increased by one and the record address within the main data file 24 in which the currently considered attribute is found is appended as an additional third data field 32 c to the corresponding search record 30 a. If the next attribute 26 c and attribute represented by the first data field 32 a of the first search record 30 a are different, then the data preprocessor will compare the next attribute 26 c to the attribute represented in the first data field 32 a of the second search record 30 b. This process will continue to be performed until all attributes in the main data file 24 for the one or fields of interest have been considered and processed.
  • By way of specific example, as shown in FIG. 11, to create a keyword search data structure [0043] 28 a, the data preprocessor, as dictated by the configuration interface 36 will examine the data maintained in the fields of the main data file 24 that have been predetermined to contain textual information. When extracting the data from the fields, the data may be parsed to extract and consider each word separately. The words are compared as they are extracted against the words that have already been used to populate the keyword data structure in the manner described above. Thus, in accordance with this process, each of the unique words will have a corresponding record within the keyword search data structure 28 a which will include a first data field having a representation of the word, a second data field having an indication of the number of records in which the word is found, and one or more third data fields having data indicative of the records within the main data file 24 in which the corresponding word attribute is set forth.
  • To gain access to the electronic catalog resident, the [0044] user computers 22 c may be linked to the network 20 through enterprise resource planning system (“ERP”) portals, enterprise asset management system (“ESM”) portals, computerized maintenance management system (“CMMS”) portals, or general Internet portals. In the case of ERPs, ESM, and CMMS, the user computer 22 c indirectly accesses the electronic catalog by first establishing communication with an electronic-commerce system that, in turn, provides access to the server computer 22 a. In the case of a general Internet portal, the user directly accesses the server computer 22 a by, for example, clicking on a referring hyperlink in a displayed HTML page or by typing an Internet URL that functions to identify the server computer 22 a.
  • Once a connection that will provide access to the searchable, electronic catalog is established, a search of the searchable, electronic catalog is performed in response to the user entering a search request on a [0045] search computers 22 c. Based on the search attributes 26 entered or selected by the user, the server computer 22 a forwards the search request 40 to a selected one of the search computers 22 b on which is stored at least one of the search data structures 28. The search request may be distributed to one of the search computers 22 b based upon configurable, weighted average load balancing. By distributing search requests according to this method, the computer network is better able to utilize its hardware and achieve a more balanced distribution of its load. Those with skill in the art should appreciate that other methods for distributing search requests could be employed, such as round robin distribution methods or similar methods for distributing search requests.
  • To assist the [0046] user computer 22 c in accessing the computer network 20 and submitting search requests, the user computer 22 c includes a graphical user interface 34. As shown in FIGS. 3-5, search requests may be entered on the user computer 22 b via the graphical user interface 34 as keywords or selected from drill-down menus, which may be provided by the graphical user interface 34. The graphical user interface 34 may also manage the following: (1) the content that the user interacts with; (2) search requests that are submitted by the user; (3) input and editing of a shopping cart by the user; and (4) selection of transaction options by the user. In this regard, the graphical user interface 34 of the Web server 22 a generates Web pages that include pull down menus, text entry fields, etc. by which the user computer 22 c may exchange search information with the Web server 22 a.
  • Once a search request [0047] 40 is received at a server computer 22 a, which search request is comprised of information representative of keywords or search attributes 26 a selected using the graphical user interface, the user submitted search attributes 26 a are compared to the data fields 32 a of the search records 32 to find attributes 26 that match the search attributes. In performing the matching operation, the search computer 22 b filters out search records 32 that do not include a match with the user submitted search attributes 26 a. The search records 32 that do contain a match may then be examined to determine if the remaining search records 32 include selectable search attributes 26 b that should be displayed on the user computer 22 c by which the search can be refined. In this manner, each time the user clicks on a search attribute or supplies an additional keyword, irrelevant content is eliminated and only the attributes of relevant content remain. After each searching iteration, the search results 38 may then be displayed on the user computer 22 c for purchase or additional searching.
  • More specifically, the following tables show detailed examples of how search requests [0048] 40 are processed by the search computer 22 b. The following main data file 24, shown in Table 1, is provided for exemplary purposes only.
    TABLE 1
    Record # Stock Number
    Figure US20030105680A1-20030605-C00001
    Description
    Figure US20030105680A1-20030605-C00002
    Figure US20030105680A1-20030605-C00003
    1 1A123 Ranco Yellow Light Barricade, Hard N N
    Plastic
    2 2P100 Swan Yellow Soaker Hose, 1/4 inch N Y
    Opening
    3 3K015 Dayton 1/4 HP Capacitor Start Motor, Y Y
    Reversible, 1725 RPM
    4 5X808 3M Yellow Hard Hat, Plastic N Y
  • As shown above, the highlighted column headings represent selectable search attributes [0049] 26 b; selectable search attributes 26 b may be displayed on the user computer 22 c as drill-down menu selections or hyperlinks as illustrated in FIGS. 3-5. Thus, a search data structure 28 may exist for each of the selectable search attributes 26 b. If the selectable search attribute 26 b for “50 Hz” is chosen, the search computer will examine the search data structure that corresponds to the selected search attribute 26 b. The search results 38 will include all the search records 32 which include “Y” as a search attribute 26. In this instance, the main data field 24 includes one matching search record, i.e., record number 3 of the main data file 24 as indicated in the third data field 32 c of the second search record 28 of the “50 Hz” search data structure shown in Table 2.
    TABLE 2
    Figure US20030105680A1-20030605-C00004
  • Next, the search computer will forward the search results [0050] 38 to the server computer 22A. The server computer will read the record number from the third data field 32 c and examine this record in the main data file 24 for additional, selectable search attributes 26 b that can be displayed on the user computer 22 c for refinement of the search. It should also be understood, however, that the search computer 22 b could also determine whether additional, selectable search attributes 26 b exist without accessing the main data file 24. In the present example, record number 3 includes selectable search attributes for “Dayton” and “Made in the USA,” shown as the highlighted search attributes in main data file 24 illustrated in Table 3 below. This means that the selectable search attributes for “Dayton” and “Made in the USA” can be displayed on the user computer for conducting additional search requests 40. In other words any selectable search attribute that includes a “Y” or an alphanumeric string can be displayed to the user computer as a drill-down menu selection or as a hyperlink for use in further refining a search. It is to be noted that, while these additional searchable selections can be presented to the user, since only one record from the main data file 24 matched the current search request, no further meaningful refinements will be made by actually clicking of the presented searchable attributes.
    TABLE 3
    Record # Stock Number
    Figure US20030105680A1-20030605-C00005
    Description
    Figure US20030105680A1-20030605-C00006
    Figure US20030105680A1-20030605-C00007
    1 1A123 Ranco Yellow Light Barricade, Hard N N
    Plastic
    2 2P100 Swan Yellow Soaker Hose, 1/4 inch N Y
    Opening
    Figure US20030105680A1-20030605-C00008
    3K015
    Figure US20030105680A1-20030605-C00009
    1/4 HP Capacitor Start Motor, Reversible, 1725 RPM Y
    Figure US20030105680A1-20030605-C00010
    4 5X808 3M Yellow Hard Hat, Plastic N Y
  • The following tables are used to show a more detailed example of how multiple search requests [0051] 40 are processed by the search computer 22 b. The main data file shown in Table 4 is used for exemplary purposes only.
    TABLE 4
    Record # Stock Number
    Figure US20030105680A1-20030605-C00011
    Description
    Figure US20030105680A1-20030605-C00012
    Figure US20030105680A1-20030605-C00013
    1 1A123 Ranco Yellow Light Barricade, Hard N N
    Plastic
    2 2P100 Swan Yellow Soaker Hose, 1/4 inch N Y
    Opening
    3 3K015 Dayton 1/4 HP Capacitor Start Motor, Y Y
    Reversible, 1725 RPM
    4 5X808 3M Yellow Hard Hat, Plastic N Y
  • Again, the highlighted column headings represent selectable search attributes [0052] 26 b, which are displayed on the user computer 22 c. Hyperlinks for “Ranco,” “Swan,” “Dayton” and “3M” may also be displayed on the user computer 22 c. Thus, a search data structure 28 may exist for each of the selectable search attributes 26 b, i.e., “Ranco,” “Swan,” “Dayton,” “3M,” “50 Hz” and “Made in the USA.” In the present example, the selectable search attributes 26 b for “Made in the USA” is chosen. Therefore, the search computer 22 b will examine the “made in the USA” search data structure which corresponds to the selected search attribute 26 b. The search results 38 will include all the search records 32 which are indicated to have a “Y,” i.e., the product is made in the USA, as an attribute 26. As shown in Table 5, the main data field 24 includes three matching search records, i.e., record numbers 2, 3 and 4 as indicated in the third data field 32 b of the “made in the USA” search record illustrated therein.
    TABLE 5
    Figure US20030105680A1-20030605-C00014
  • Next, the search computer [0053] 22 b will forward the search results 38 to the server computer 22 a. The server computer 22 a will read the record numbers from the third data field 32 c and examine these record in the main data file 24 to determine if any additional, selectable search attributes 26 b are available to be displayed on the user computer 22 c. It should also be understood, however, that the search computer 22 b could also determine whether additional, selectable search attributes 26 b exist without accessing the main data file 24. In the present example, since record numbers 2, 3 and 4 include selectable search attributes for the brands “Swan,” “Dayton,” and “3M” and a selectable search attribute for “50 Hz” as illustrated in Table 6, the clickable, selectable search attributes 26 b for “Swan,” “Dayton,” “3M” and “50 Hz” can be displayed on the user computer for conducting additional search requests 40.
    TABLE 6
    Record # Stock Number
    Figure US20030105680A1-20030605-C00015
    Description
    Figure US20030105680A1-20030605-C00016
    Figure US20030105680A1-20030605-C00017
    1 1A123 Ranco Yellow Light Barricade, Hard N N
    Plastic
    Figure US20030105680A1-20030605-C00018
    2P100
    Figure US20030105680A1-20030605-C00019
    Yellow Soaker Hose, 1/4 inch Opening N Y
    Figure US20030105680A1-20030605-C00020
    3K015
    Figure US20030105680A1-20030605-C00021
    1/4 HP Capacitor Start Motor, Reversible, 1725 RPM
    Figure US20030105680A1-20030605-C00022
    Y
    Figure US20030105680A1-20030605-C00023
    5X808
    Figure US20030105680A1-20030605-C00024
    Yellow Hard Hat, Plastic N Y
  • The “Made in the USA” [0054] selectable search attribute 26 a will not be displayed on the user computer 22 c since it was already selected and selectable search attributes should not be made available for selection more than once.
  • Assuming that the selectable search attribute for “Swan” is next selected, the search computer [0055] 22 b will use the search data structure 28 for “Brands” (shown in Table 7) to retrieve all records including the brand “Swan.” As shown in Table 7, only record number 2 is a match.
    TABLE 7
    First Data Field Second Data
    (Brand Attribute) Field (Count) Third Data Field
    3M
    1 4
    Dayton 1 3
    Ranco 1 1
    Figure US20030105680A1-20030605-C00025
    Figure US20030105680A1-20030605-C00026
    Figure US20030105680A1-20030605-C00027
  • The search computer [0056] 22 b then recalls the search results from the first search request, i.e., record numbers 2, 3 and 4, and the search results from the second search request, i.e., record number 2. An intersection or join function is then applied to both sets of search results. An intersection of the search results provides only one matching search record, i.e., record number 2 from the main data file 24, as highlighted in Table 8.
    TABLE 8
    MADE
    Record # Stock Number BRAND Description 50 Hz IN USA
    1 1A123 Ranco Yellow Light Barricade, Hard N N
    Plastic
    Figure US20030105680A1-20030605-C00028
    2P100
    Figure US20030105680A1-20030605-C00029
    Yellow Soaker Hose, 1/4 inch Opening N
    Figure US20030105680A1-20030605-C00030
    3 3K015 Dayton ¼ HP Capacitor Start Motor, Y Y
    Reversible, 1725 RPM
    4 5X808 3M Yellow Hard Hat, Plastic N Y
  • As a note of significance, these search results all reside in memory. Because of the data preprocessing step, the main data file may be represented indirectly with the third data field. This field consists of efficient integers. In this way, intersections of any number of search results, corresponding to a one or more selected attributes, can be performed entirely in RAM. This forgoes the need of working with traditional database intersection functions that rely on non-volatile storage. [0057]
  • As exemplified in FIG. 12, the search results [0058] 38 may be provided to the user computer 24 c in a variety of formats. For example, after the search results 38 have been displayed, the user may chose to download the search results 38. If the user selects the download option, a group of format options and field information options will be displayed on the user computer 24 c. Then, the server computer 24A will format the search results 38 according to the format options and the field information options that are selected by the user. It should also be understood by those with skill in the art that the search computer 22 b could also format the search results 38 in accordance with the format options and the field information options that are selected by the user. After the search results 38 are properly formatted, the server computer may download the search results 38 into the user computer 24 c and possibly into the ERP system of the user computer 24 c, thereby providing the user computer 22 b with a customized product catalog. The user computers 22 b may receive the customized product catalog or search results 38 in a variety of formats, such as XML, fixed length records, or string delimited. The search results can also be place into a PDF file, spreadsheet, or the like.
  • While specific embodiments of the present invention have been described in detail, it will be appreciated by those skilled in the art that various modifications and alternatives to those details could be developed in light of the overall teachings of the disclosure. For example, the processes described with respect to computer executable instructions can be performed in hardware or software without departing from the spirit of the invention. Furthermore, the order of all steps disclosed in the figures and discussed above has been provided for exemplary purposes only. Therefore, it should be understood by those skilled in the art that these steps may be rearranged and altered without departing from the spirit of the present invention. In addition, it is to be understood that all patents discussed in this document are to be incorporated herein by reference in their entirety. Moreover, while the present invention is described in terms of JAVA code, it should also be understood that the present invention may be programmed in various other software languages. Accordingly, the particular arrangement disclosed is meant to be illustrative only and not limiting as to the scope of the invention which is to be given the full breadth of the appended claims and any equivalents thereof. [0059]

Claims (22)

What is claimed is:
1. A method for reading information from an electronic catalog, the method comprising:
receiving an electronic search request that includes data representative of an attribute of the information that is of interest to a searcher; and
using the electronic search request to read from a volatile memory in which the electronic catalog is temporarily stored as a data structure comprised of a plurality of records each comprised of data representative of one or more attributes of a unit of the information those records that have data which corresponds to the attribute of the information that is of interest to the searcher.
2. The method as recited in claim 1, wherein the unit of the information is representative of a product within a product catalog.
3. The method as recited in claim 1, further comprising displaying those records that have data which corresponds to the attribute of the information that is of interest to the searcher.
4. The method as recited in claim 1, further comprising the step of temporarily storing the electronic catalog in the volatile memory.
5. The method as recited in claim 1, wherein the volatile memory comprises a random access memory of a search computer.
6. A method for finding and displaying products found in a catalog, comprising:
reading a searchable data structure into a random access memory of a search computer, the searchable data structure comprising a plurality of search records each representative of a product in the catalog wherein each search record further comprises data representative of search attributes of the corresponding product;
receiving a search request comprising data representative of a user specified search attribute;
comparing the data representative of the user specified search attribute to the data within the search records of the searchable data structure; and
displaying to the user information representative of the search records that were found by the step of comparing to include search attributes that correspond to the user specified search attribute.
7. The method as recited in claim 6, wherein the user specified search attribute is a user entered keyword.
8. The method as recited in claim 6, wherein the user specified search attribute is selected from a predetermined list corresponding to selected ones of the search attributes represented within the search records.
9. The method as recited in claim 6, further comprising receiving one or more updated search requests each comprised of an additional user specified search attribute and, upon the receipt of each updated search request, using the additional user specified search attribute in the steps of comparing and displaying.
10. The method as recited in claim 6, further comprising reading a plurality of search data structures into the random access memory, each search data structure including search records that have a predetermined one of the search attributes in common.
11. A computer-readable media having instructions for reading information from an electronic catalog, the instructions performing steps comprising:
receiving an electronic search request that includes data representative of an attribute of the information that is of interest to a searcher; and
using the electronic search request to read from a volatile memory in which the electronic catalog is temporarily stored as a data structure comprised of a plurality of records each comprised of data representative of one or more attributes of a unit of the information those records that have data which corresponds to the attribute of the information that is of interest to the searcher.
12. The computer-readable media as recited in claim 11, wherein the unit of the information is representative of a product within a product catalog.
13. The computer-readable media as recited in claim 11, wherein the instructions further display those records that have data which corresponds to the attribute of the information that is of interest to the searcher.
14. The computer-readable media as recited in claim 11, wherein the instructions further temporarily store the electronic catalog in the volatile memory.
15. The computer-readable media as recited in claim 11, wherein the volatile memory comprises a random access memory of a search computer.
16. A computer-readable media having instructions for finding and displaying products found in a catalog, the instructions performing steps comprising:
reading a searchable data structure into a random access memory of a search computer, the searchable data structure comprising a plurality of search records each representative of a product in the catalog wherein each search record further comprises data representative of search attributes of the corresponding product;
receiving a search request comprising data representative of a user specified search attribute;
comparing the data representative of the user specified search attribute to the data within the search records of the searchable data structure; and
displaying to the user information representative of the search records that were found by the step of comparing to include search attributes that correspond to the user specified search attribute.
17. The computer-readable media as recited in claim 16, wherein the user specified search attribute is a user entered keyword.
18. The computer-readable media as recited in claim 16, wherein the user specified search attribute is selected from a predetermined list corresponding to selected ones of the search attributes represented within the search records.
19. The computer-readable media as recited in claim 16, wherein the instructions further perform steps comprising receiving one or more updated search requests each comprised of an additional user specified search attribute and, upon the receipt of each updated search request, using the additional user specified search attribute in the steps of comparing and displaying.
20. The computer-readable media as recited in claim 16, wherein the instructions further perform steps comprising reading a plurality of search data structures into the random access memory, each search data structure including search records that have a predetermined one of the search attributes in common.
21. A system for searching for products, comprising:
means for receiving an electronic search request that includes data representative of an attribute of the information that is of interest to a searcher; and
means for using the electronic search request to read from the volatile memory in which the electronic catalog is temporarily stored as a data structure comprised of a plurality of records each comprised of data representative of one or more attributes of a unit of the information those records that have data which corresponds to the attribute of the information that is of interest to the searcher.
22. A system for searching for finding and displaying products found in a catalog, comprising:
a search computer having a volatile memory in which is temporarily stored a searchable data structure comprising a plurality of search records each representative of a product in the catalog wherein each search record further comprises data representative of search attributes of the corresponding product; and
a client computer in communication with the search computer having a graphical user interface by which a user can specify a search request comprising data representative of a user specified search attribute which is transmitted in a search message to the search computer;
wherein the search computer, upon receipt of the search message, compares the data representative of the user specified search attribute to the data within the search records of the searchable data structure, creates a response message including information representative of the search records that were found during the comparison to include search attributes that correspond to the user specified search attribute, and transmits the response message to the client computer; and
wherein the client computer uses the graphical user interface to display to the user the information contained within the response message.
US09/963,994 2001-06-08 2001-09-26 System and method for retrieving information from an electronic catalog Abandoned US20030105680A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/963,994 US20030105680A1 (en) 2001-06-08 2001-09-26 System and method for retrieving information from an electronic catalog

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US09/877,604 US20030083958A1 (en) 2001-06-08 2001-06-08 System and method for retrieving information from an electronic catalog
US09/877,616 US7254582B2 (en) 2001-06-08 2001-06-09 System and method for creating a searchable electronic catalog
US09/877,612 US7266516B2 (en) 2001-06-08 2001-06-09 System and method for creating a customized electronic catalog
US09/963,994 US20030105680A1 (en) 2001-06-08 2001-09-26 System and method for retrieving information from an electronic catalog

Related Parent Applications (3)

Application Number Title Priority Date Filing Date
US09/877,604 Continuation US20030083958A1 (en) 2001-06-08 2001-06-08 System and method for retrieving information from an electronic catalog
US09/877,612 Continuation US7266516B2 (en) 2001-06-08 2001-06-09 System and method for creating a customized electronic catalog
US09/877,616 Continuation US7254582B2 (en) 2001-06-08 2001-06-09 System and method for creating a searchable electronic catalog

Publications (1)

Publication Number Publication Date
US20030105680A1 true US20030105680A1 (en) 2003-06-05

Family

ID=27420490

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/963,994 Abandoned US20030105680A1 (en) 2001-06-08 2001-09-26 System and method for retrieving information from an electronic catalog

Country Status (5)

Country Link
US (1) US20030105680A1 (en)
EP (1) EP1402409A2 (en)
JP (1) JP2003016101A (en)
CA (1) CA2358204A1 (en)
WO (1) WO2002101590A2 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050131764A1 (en) * 2003-12-10 2005-06-16 Mark Pearson Methods and systems for information extraction
US20060259467A1 (en) * 2005-05-11 2006-11-16 W.W. Grainger, Inc. System and method for providing a response to a search query
US20070150463A1 (en) * 2003-12-22 2007-06-28 Claudio Cannella Advanced method of searching, drafting and editing of electronic files
US20070185783A1 (en) * 2006-02-03 2007-08-09 W.W. Grainger, Inc. System and Method for locating product data within an electronic catalog
US20070244854A1 (en) * 2004-01-26 2007-10-18 Craig Nevill-Manning Methods and systems for output of search results
US7505984B1 (en) 2002-12-09 2009-03-17 Google Inc. Systems and methods for information extraction
US20100037297A1 (en) * 2005-02-03 2010-02-11 Elliott Grant Method and System for Deterring Product Counterfeiting, Diversion and Piracy
US8006197B1 (en) 2003-09-29 2011-08-23 Google Inc. Method and apparatus for output of search results
US20120290609A1 (en) * 2011-05-11 2012-11-15 Britt Juliene P Electronic receipt manager apparatuses, methods and systems
US8573476B2 (en) 2008-07-11 2013-11-05 Yottamark, Inc. Mobile table for implementing clamshell-to-case association
US20180151183A1 (en) * 2016-11-29 2018-05-31 Baidu Online Network Technology (Beijing) Co., Ltd. Method and device for searching according to speech based on artificial intelligence
CN112287660A (en) * 2019-12-04 2021-01-29 上海柯林布瑞信息技术有限公司 Method and device for analyzing table in PDF file, computing equipment and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080098025A1 (en) * 2006-10-18 2008-04-24 Microsoft Corporation Electronic catalog
WO2013075823A1 (en) 2011-11-22 2013-05-30 Alfred E. Tiefenbacher (Gmbh & Co. Kg) Transdermal therapeutic system comprising rotigotine and crystallization inhibitor

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5897639A (en) * 1996-10-07 1999-04-27 Greef; Arthur Reginald Electronic catalog system and method with enhanced feature-based search
US6032145A (en) * 1998-04-10 2000-02-29 Requisite Technology, Inc. Method and system for database manipulation
US6131088A (en) * 1992-04-10 2000-10-10 Charles E. Hill & Associates, Inc. Electronic catalog system and method
US6324534B1 (en) * 1999-09-10 2001-11-27 Requisite Technology, Inc. Sequential subset catalog search engine
US6332146B1 (en) * 1997-08-11 2001-12-18 Marshall, O'toole, Gerstein, Murray & Borun Method and apparatus for storing and printing digital images
US6381607B1 (en) * 1999-06-19 2002-04-30 Kent Ridge Digital Labs System of organizing catalog data for searching and retrieval

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5727196A (en) * 1992-05-21 1998-03-10 Borland International, Inc. Optimized query interface for database management systems
US5797008A (en) * 1996-08-09 1998-08-18 Digital Equipment Corporation Memory storing an integrated index of database records
US6223171B1 (en) * 1998-08-25 2001-04-24 Microsoft Corporation What-if index analysis utility for database systems
WO2001001291A1 (en) * 1999-06-25 2001-01-04 Jonathan Robert Burnett System for providing information to intending consumers

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6131088A (en) * 1992-04-10 2000-10-10 Charles E. Hill & Associates, Inc. Electronic catalog system and method
US5897639A (en) * 1996-10-07 1999-04-27 Greef; Arthur Reginald Electronic catalog system and method with enhanced feature-based search
US6332146B1 (en) * 1997-08-11 2001-12-18 Marshall, O'toole, Gerstein, Murray & Borun Method and apparatus for storing and printing digital images
US6032145A (en) * 1998-04-10 2000-02-29 Requisite Technology, Inc. Method and system for database manipulation
US6321224B1 (en) * 1998-04-10 2001-11-20 Requisite Technology, Inc. Database search, retrieval, and classification with sequentially applied search algorithms
US6484165B1 (en) * 1998-04-10 2002-11-19 Requisite Technology, Inc. Method and system for database manipulation
US6381607B1 (en) * 1999-06-19 2002-04-30 Kent Ridge Digital Labs System of organizing catalog data for searching and retrieval
US6324534B1 (en) * 1999-09-10 2001-11-27 Requisite Technology, Inc. Sequential subset catalog search engine

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7836012B1 (en) 2002-12-09 2010-11-16 Google Inc. Systems and methods for information extraction
US7505984B1 (en) 2002-12-09 2009-03-17 Google Inc. Systems and methods for information extraction
US8006197B1 (en) 2003-09-29 2011-08-23 Google Inc. Method and apparatus for output of search results
US20050131764A1 (en) * 2003-12-10 2005-06-16 Mark Pearson Methods and systems for information extraction
US7836038B2 (en) 2003-12-10 2010-11-16 Google Inc. Methods and systems for information extraction
US20070150463A1 (en) * 2003-12-22 2007-06-28 Claudio Cannella Advanced method of searching, drafting and editing of electronic files
US20070244854A1 (en) * 2004-01-26 2007-10-18 Craig Nevill-Manning Methods and systems for output of search results
US7647300B2 (en) * 2004-01-26 2010-01-12 Google Inc. Methods and systems for output of search results
US20100037297A1 (en) * 2005-02-03 2010-02-11 Elliott Grant Method and System for Deterring Product Counterfeiting, Diversion and Piracy
US8500015B2 (en) 2005-02-03 2013-08-06 Yottamark, Inc. Method and system for deterring product counterfeiting, diversion and piracy
US7546289B2 (en) * 2005-05-11 2009-06-09 W.W. Grainger, Inc. System and method for providing a response to a search query
US20060259467A1 (en) * 2005-05-11 2006-11-16 W.W. Grainger, Inc. System and method for providing a response to a search query
US8364661B2 (en) 2005-05-11 2013-01-29 W.W. Grainger, Inc. System and method for providing a response to a search query
US20070185783A1 (en) * 2006-02-03 2007-08-09 W.W. Grainger, Inc. System and Method for locating product data within an electronic catalog
US8573476B2 (en) 2008-07-11 2013-11-05 Yottamark, Inc. Mobile table for implementing clamshell-to-case association
US11853977B2 (en) 2011-05-11 2023-12-26 Visa International Service Association Electronic receipt manager apparatuses, methods and systems
US9646291B2 (en) * 2011-05-11 2017-05-09 Visa International Service Association Electronic receipt manager apparatuses, methods and systems
US10489756B2 (en) 2011-05-11 2019-11-26 Visa International Service Association Electronic receipt manager apparatuses, methods and systems
US11263601B2 (en) 2011-05-11 2022-03-01 Visa International Service Association Electronic receipt manager apparatuses, methods and systems
US20120290609A1 (en) * 2011-05-11 2012-11-15 Britt Juliene P Electronic receipt manager apparatuses, methods and systems
US20180151183A1 (en) * 2016-11-29 2018-05-31 Baidu Online Network Technology (Beijing) Co., Ltd. Method and device for searching according to speech based on artificial intelligence
US10157619B2 (en) * 2016-11-29 2018-12-18 Baidu Online Network Technology (Beijing) Co., Ltd. Method and device for searching according to speech based on artificial intelligence
CN112287660A (en) * 2019-12-04 2021-01-29 上海柯林布瑞信息技术有限公司 Method and device for analyzing table in PDF file, computing equipment and storage medium

Also Published As

Publication number Publication date
CA2358204A1 (en) 2002-12-08
EP1402409A2 (en) 2004-03-31
JP2003016101A (en) 2003-01-17
WO2002101590A2 (en) 2002-12-19
WO2002101590A3 (en) 2003-09-25

Similar Documents

Publication Publication Date Title
US7254582B2 (en) System and method for creating a searchable electronic catalog
US9230256B2 (en) System and method for electronically creating a customized catalog
US9171056B2 (en) System and method for retrieving and normalizing product information
US6012053A (en) Computer system with user-controlled relevance ranking of search results
US6848077B1 (en) Dynamically creating hyperlinks to other web documents in received world wide web documents based on text terms in the received document defined as of interest to user
US8249885B2 (en) Knowledge-based e-catalog procurement system and method
US7502779B2 (en) Semantics-based searching for information in a distributed data processing system
US6970863B2 (en) Front-end weight factor search criteria
US7203675B1 (en) Methods, systems and data structures to construct, submit, and process multi-attributal searches
US20020065857A1 (en) System and method for analysis and clustering of documents for search engine
US20010049674A1 (en) Methods and systems for enabling efficient employment recruiting
US7133864B2 (en) System and method for accessing biological data
US20100063981A1 (en) System and method for retrieving and displaying data, such as economic data relating to salaries, cost of living and employee benefits
US20110238662A1 (en) Method and system for searching a wide area network
US7162686B2 (en) System and method for navigating search results
US20030105680A1 (en) System and method for retrieving information from an electronic catalog
WO2001026018A2 (en) Electronic shopping agent which is capable of operating with vendor sites which have disparate formats
US20020156791A1 (en) Taxonomy of business metrics
US20180300378A1 (en) Search-on-the-fly/sort-on-the-fly search engine for searching databases
US20080235572A1 (en) System and method for processing dynamic data sets in web applications
JPH10228366A (en) Method for displaying information on display device of different size
WO2002086763A1 (en) System and method for accessing database design information
US7225202B2 (en) Method and apparatus for generating query and response statements at runtime from generic requests
US7840582B2 (en) System and method for retrieving information from the internet by means of an intelligent search agent
EP1014283A1 (en) Intranet-based cataloguing and publishing system and method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION