JP5615932B2 - 検索方法およびシステム - Google Patents
検索方法およびシステム Download PDFInfo
- Publication number
- JP5615932B2 JP5615932B2 JP2012538819A JP2012538819A JP5615932B2 JP 5615932 B2 JP5615932 B2 JP 5615932B2 JP 2012538819 A JP2012538819 A JP 2012538819A JP 2012538819 A JP2012538819 A JP 2012538819A JP 5615932 B2 JP5615932 B2 JP 5615932B2
- Authority
- JP
- Japan
- Prior art keywords
- score
- search
- search results
- search result
- preset
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims description 96
- 238000000605 extraction Methods 0.000 claims description 37
- 239000000284 extract Substances 0.000 claims description 10
- 238000012795 verification Methods 0.000 claims description 3
- 230000006870 function Effects 0.000 description 11
- 230000008569 process Effects 0.000 description 11
- 238000005516 engineering process Methods 0.000 description 8
- 238000012545 processing Methods 0.000 description 8
- 238000004364 calculation method Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 238000013507 mapping Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 238000005457 optimization Methods 0.000 description 2
- 230000015556 catabolic process Effects 0.000 description 1
- 238000006731 degradation reaction Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 230000008521 reorganization Effects 0.000 description 1
- 238000000638 solvent extraction Methods 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
- G06F16/24578—Query processing with adaptation to user needs using ranking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
- G06F16/285—Clustering or classification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本願は、中国特許出願第200910211788.X号(2009年11月12日出願)である題名「SEARCH METHOD AND SYSTEM」の優先権を主張するものであり、その全体は参照により本明細書に組み込まれる。
floatf(int position,float score){
if(position==1)
return300.0f;
else
return0.0f;
}
Claims (14)
- クエリデータに関連する第1の検索結果セットを取得することと、
前記第1の検索結果セット内の複数の第1の検索結果の第1の関連スコアおよび第1の検索結果各々の属性カテゴリを表すプリセット多様性フィールドに少なくとも部分的に基づいて、前記複数の第1の検索結果の第2の関連スコアを計算することと、
前記第1の関連スコアおよび前記第2の関連スコアに少なくとも部分的に基づいて、前記複数の第1の検索結果に関する関連パラメータスコアを生成することと、
第2の検索結果のプリセット数および前記複数の第1の検索結果の前記関連パラメータスコアに少なくとも部分的に基づいて、前記第1の検索結果セットから前記第2の検索結果のプリセット数を抽出することと、を含み、
前記複数の第1の検索結果の前記第2の関連スコアを計算することは、
前記複数の第1の検索結果の前記プリセット多様性フィールドに少なくとも部分的に基づいて前記複数の第1の検索結果を分類して、前記第1の検索結果セットの1つまたは複数の属性カテゴリに対応する1つまたは複数のサブセットを取得することと、
サブセット内の対応する1つまたは複数の第1の関連スコアに少なくとも部分的に基づいて、前記サブセット内で1つまたは複数の第1の検索結果の1つまたは複数のランキング位置を取得することと、
前記1つまたは複数のランキング位置と1つまたは複数の第2の関連スコアとの間のプリセット関係に従い、前記1つまたは複数の第1の検索結果の前記1つまたは複数の第2の関連スコアを取得することと、を含む、検索方法。 - 前記第1の検索結果セットからの第2の検索結果の前記プリセット数を抽出することは、
前記1つまたは複数のサブセットをランク付けすることと、
ランキング順位に従い前記ランク付けされたサブセット各々から、多様性値の数と反復抽出の数との積である第2の検索結果の前記プリセット数を抽出することと、を含む、請求項1に記載の方法。 - 前記クエリデータ、第2の検索結果の前記プリセット数、および前記クエリデータと第2の検索結果の前記プリセット数との対応関係をデータベースに記憶することをさらに含む、請求項1に記載の方法。
- 前記クエリデータに関連する前記第1の検索結果セットを取得することは、
前記第1の関連スコアに従い前記クエリデータに基づいて検索を実行することと、
前記プリセット多様性フィールドに従い前記検索の検索結果から前記第1の検索結果セットを抽出することと、を含む、請求項1に記載の方法。 - 第2の検索結果の前記プリセット数を表示のためにクライアントに提供することをさらに含む、請求項1に記載の方法。
- 前記関連パラメータスコアを生成することは、
第1の検索結果の第1の関連スコアと第2の関連スコアとを合計して、前記第1の検索結果の関連パラメータスコアを算出することを含む、請求項1に記載の方法。 - クエリデータに関連する第1の検索結果セットを取得する読み出しユニットと、
前記第1の検索結果セット内の第1の検索結果各々の第1の関連スコアおよび第1の検索結果各々の属性カテゴリを表すプリセット多様性フィールドに従い、第1の検索結果各々の第2の関連スコアを算出する演算ユニットと、
前記第1の関連スコアおよび前記第2の関連スコアに従い、第1の検索結果各々の関連パラメータスコアを生成する設定ユニットと、
第2の検索結果のプリセット数および前記関連パラメータスコアに従い、前記第1の検索結果セットから前記第2の検索結果のプリセット数を抽出する抽出ユニットと、を備え、
前記演算ユニットは、
前記プリセット多様性フィールドに従い前記第1の検索結果セットを分類して、前記第1の検索結果セットの各属性カテゴリに対応する各サブセットを取得する第1の読み出しサブユニットと、
各サブセットの前記第1の関連スコアに従い、第1の検索結果各々の対応するランキング位置を取得する第2の読み出しサブユニットと、
前記第1の検索結果各々のランキング位置と前記第2の関連スコアとの間のプリセット関係に従い、前記第1の検索結果各々の前記第2の関連スコアを取得する照合ユニットと、を備えている、検索システム。 - 前記抽出ユニットは、
前記関連パラメータスコアに従い第1の検索結果各々をランク付けするランク付けサブユニットと、
ランキング順位に従い前記ランク付けされたサブセットから多様性値の数と反復抽出の数との積である第2の検索結果の前記プリセット数を抽出する第1の抽出サブユニットと、を備えている、請求項7に記載のシステム。 - 前記クエリデータ、第2の検索結果の前記プリセット数、および前記クエリデータと第2の検索結果の前記プリセット数との対応関係をデータベースに記憶する記憶ユニットをさらに備えている、請求項7に記載のシステム。
- 前記読み出しユニットは、
前記第1の関連スコアに従い前記クエリデータに基づいて検索を実行する検索サブユニットと、
前記プリセット多様性フィールドに従い前記検索の検索結果から前記第1の検索結果セットを抽出する第2の抽出サブユニットと、を備えている、請求項7に記載のシステム。 - 表示のために、第2の検索結果の前記プリセット数を、前記クエリデータが取得されたクライアントに提供する表示ユニットをさらに備えている、請求項7に記載のシステム。
- 前記設定ユニットは、前記第1の関連スコアと前記第2の関連スコアとを合計して、第1の検索結果各々の前記関連パラメータスコアを算出する、請求項7に記載のシステム。
- 1つまたは複数のプロセッサによって実行されると、前記1つまたは複数のプロセッサに請求項1乃至6のいずれかに記載の方法を実行させるコンピュータ実行可能命令を記憶した1つまたは複数のコンピュータ読み取り可能記憶媒体。
- 1つまたは複数のプロセッサと、
請求項1乃至6のいずれかに記載の方法を実行する1つまたは複数のユニットを記憶したメモリと
を備えたシステム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910211788.X | 2009-11-12 | ||
CN200910211788XA CN102063432A (zh) | 2009-11-12 | 2009-11-12 | 一种检索方法和系统 |
PCT/US2010/051332 WO2011059595A1 (en) | 2009-11-12 | 2010-10-04 | Search method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013511085A JP2013511085A (ja) | 2013-03-28 |
JP5615932B2 true JP5615932B2 (ja) | 2014-10-29 |
Family
ID=43991931
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012538819A Expired - Fee Related JP5615932B2 (ja) | 2009-11-12 | 2010-10-04 | 検索方法およびシステム |
Country Status (5)
Country | Link |
---|---|
US (3) | US8583640B2 (ja) |
EP (1) | EP2499564A4 (ja) |
JP (1) | JP5615932B2 (ja) |
CN (1) | CN102063432A (ja) |
WO (1) | WO2011059595A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10878049B2 (en) | 2017-07-21 | 2020-12-29 | Fuji Xerox Co., Ltd. | Search apparatus and search system |
Families Citing this family (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9600568B2 (en) * | 2006-01-23 | 2017-03-21 | Veritas Technologies Llc | Methods and systems for automatic evaluation of electronic discovery review and productions |
CN102063432A (zh) | 2009-11-12 | 2011-05-18 | 阿里巴巴集团控股有限公司 | 一种检索方法和系统 |
CN102968413B (zh) * | 2011-08-31 | 2017-12-26 | 北京百度网讯科技有限公司 | 一种用于提供搜索结果的方法与设备 |
US9195758B2 (en) * | 2011-10-21 | 2015-11-24 | Ebay, Inc. | System and method for multi-dimensional personalization of search results |
CN103136213B (zh) * | 2011-11-23 | 2017-04-12 | 阿里巴巴集团控股有限公司 | 一种提供相关词的方法及装置 |
US8886639B2 (en) * | 2012-04-19 | 2014-11-11 | Sap Ag | Semantically enriched search of services |
CN103377240B (zh) * | 2012-04-26 | 2017-03-01 | 阿里巴巴集团控股有限公司 | 信息提供方法、处理服务器及合并服务器 |
US10032234B2 (en) * | 2013-01-29 | 2018-07-24 | Facebook, Inc. | Ranking search results using diversity groups |
US9336211B1 (en) | 2013-03-13 | 2016-05-10 | Google Inc. | Associating an entity with a search query |
US20140279190A1 (en) * | 2013-03-14 | 2014-09-18 | SimpleRelevance Inc. | Recommended content generation and distribution |
US10592781B2 (en) * | 2014-07-18 | 2020-03-17 | The Boeing Company | Devices and method for scoring data to quickly identify relevant attributes for instant classification |
US10019523B2 (en) * | 2014-11-21 | 2018-07-10 | Ebay Inc. | Diversifying search results |
US9632676B1 (en) * | 2015-10-14 | 2017-04-25 | Twiggle Ltd. | Systems and methods for navigating a set of data objects |
CN105677769B (zh) | 2015-12-29 | 2018-01-05 | 广州神马移动信息科技有限公司 | 一种基于潜在狄利克雷分配(lda)模型的关键词推荐方法和系统 |
US10409824B2 (en) * | 2016-06-29 | 2019-09-10 | International Business Machines Corporation | System, method and recording medium for cognitive proximates |
CN108536709B (zh) * | 2017-03-03 | 2021-04-30 | 北京明略软件系统有限公司 | 一种搜索优化方法及装置 |
US10475105B1 (en) * | 2018-07-13 | 2019-11-12 | Capital One Services, Llc | Systems and methods for providing improved recommendations |
US11609919B2 (en) | 2019-07-30 | 2023-03-21 | Walmart Apollo, Llc | Methods and apparatus for automatically providing personalized search results |
US11216519B2 (en) * | 2019-07-30 | 2022-01-04 | Walmart Apollo, Llc | Methods and apparatus for automatically providing personalized search results |
Family Cites Families (82)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3060456A (en) | 1959-06-09 | 1962-10-30 | Donald Colvin | Detergent dispenser for flush valve fixtures |
US4817050A (en) | 1985-11-22 | 1989-03-28 | Kabushiki Kaisha Toshiba | Database system |
JPS62121576A (ja) | 1985-11-22 | 1987-06-02 | Toshiba Corp | デ−タベ−スシステム |
US6961712B1 (en) | 1996-10-25 | 2005-11-01 | Ipf, Inc. | Consumer product information request (CPIR) enabling servlets and web-based consumer product information catalogs employing the same |
US6167397A (en) | 1997-09-23 | 2000-12-26 | At&T Corporation | Method of clustering electronic documents in response to a search query |
US7177825B1 (en) | 1999-05-11 | 2007-02-13 | Borders Louis H | Integrated system for ordering, fulfillment, and delivery of consumer products using a data network |
US6963867B2 (en) | 1999-12-08 | 2005-11-08 | A9.Com, Inc. | Search query processing to provide category-ranked presentation of search results |
US6785671B1 (en) | 1999-12-08 | 2004-08-31 | Amazon.Com, Inc. | System and method for locating web-based product offerings |
JP2002032401A (ja) * | 2000-07-18 | 2002-01-31 | Mitsubishi Electric Corp | 文書検索方法及び文書検索装置及び文書検索方法をコンピュータに実現させるためのプログラムを記録したコンピュータで読取可能な記録媒体 |
US6631367B2 (en) | 2000-12-28 | 2003-10-07 | Intel Corporation | Method and apparatus to search for information |
US6766316B2 (en) | 2001-01-18 | 2004-07-20 | Science Applications International Corporation | Method and system of ranking and clustering for document indexing and retrieval |
US7620622B1 (en) | 2001-03-08 | 2009-11-17 | Yahoo! Inc. | Method and system for indexing information and providing results for a search including objects having predetermined attributes |
US7058643B2 (en) | 2002-05-22 | 2006-06-06 | Agilent Technologies, Inc. | System, tools and methods to facilitate identification and organization of new information based on context of user's existing information |
US7797271B1 (en) | 2001-06-18 | 2010-09-14 | Versata Development Group, Inc. | Custom browse hierarchies for subsets of items in a primary hierarchy |
US7127416B1 (en) | 2001-06-18 | 2006-10-24 | I2 Technologies Us, Inc. | Distributed processing of sorted search results in an electronic commerce system and method |
JP2003186912A (ja) * | 2001-12-21 | 2003-07-04 | Nippon Telegr & Teleph Corp <Ntt> | Webページ検索の適合度計算方法とその装置、Webページ検索の検索結果表示方法とその装置、並びにそれらの方法の実行プログラムとそれらの方法の実行プログラムを記録した記録媒体 |
US6944612B2 (en) | 2002-11-13 | 2005-09-13 | Xerox Corporation | Structured contextual clustering method and system in a federated search engine |
FI20022123A (fi) | 2002-12-02 | 2004-06-03 | Stockway Oy | Hajautettu tuotetiedon hallinta |
US7451130B2 (en) * | 2003-06-16 | 2008-11-11 | Google Inc. | System and method for providing preferred country biasing of search results |
US20040210491A1 (en) | 2003-04-16 | 2004-10-21 | Pasha Sadri | Method for ranking user preferences |
US7219090B2 (en) * | 2003-04-25 | 2007-05-15 | Overture Services, Inc. | Method and system for blending search engine results from disparate sources into one search result |
US20050010484A1 (en) | 2003-07-11 | 2005-01-13 | Scott Bohannon | Apparatus for and method of facilitating fulfillment of buyer's/seller's desire |
US7124148B2 (en) | 2003-07-31 | 2006-10-17 | Sap Aktiengesellschaft | User-friendly search results display system, method, and computer program product |
US7440964B2 (en) * | 2003-08-29 | 2008-10-21 | Vortaloptics, Inc. | Method, device and software for querying and presenting search results |
US7281002B2 (en) * | 2004-03-01 | 2007-10-09 | International Business Machine Corporation | Organizing related search results |
JP2005327225A (ja) * | 2004-05-12 | 2005-11-24 | Asuya Eto | 文書管理システム、文書管理方式、文書管理プログラム及びプログラム記録媒体 |
US20050289158A1 (en) | 2004-06-25 | 2005-12-29 | Jochen Weiss | Identifier attributes for product data stored in an electronic database |
US7725463B2 (en) * | 2004-06-30 | 2010-05-25 | Microsoft Corporation | System and method for generating normalized relevance measure for analysis of search results |
US7519595B2 (en) | 2004-07-14 | 2009-04-14 | Microsoft Corporation | Method and system for adaptive categorial presentation of search results |
US8364670B2 (en) | 2004-12-28 | 2013-01-29 | Dt Labs, Llc | System, method and apparatus for electronically searching for an item |
US7571157B2 (en) * | 2004-12-29 | 2009-08-04 | Aol Llc | Filtering search results |
US7523099B1 (en) | 2004-12-30 | 2009-04-21 | Google Inc. | Category suggestions relating to a search |
US7792811B2 (en) | 2005-02-16 | 2010-09-07 | Transaxtions Llc | Intelligent search with guiding info |
US20060190425A1 (en) | 2005-02-24 | 2006-08-24 | Yuan-Chi Chang | Method for merging multiple ranked lists with bounded memory |
US7617193B2 (en) * | 2005-03-28 | 2009-11-10 | Elan Bitan | Interactive user-controlled relevance ranking retrieved information in an information search system |
US20060287980A1 (en) | 2005-06-21 | 2006-12-21 | Microsoft Corporation | Intelligent search results blending |
US20100299222A1 (en) | 2005-08-19 | 2010-11-25 | Hamilton Iv George B | Online purchasing method |
US20070078758A1 (en) | 2005-09-23 | 2007-04-05 | Susskind Robert A | Risk assessment-based shopping of internet auctions |
WO2007038713A2 (en) * | 2005-09-28 | 2007-04-05 | Epacris Inc. | Search engine determining results based on probabilistic scoring of relevance |
US7962402B2 (en) | 2005-09-29 | 2011-06-14 | Lev Eydelman | On-line system for buyer seller matching and negotiation |
US7840558B2 (en) | 2005-11-04 | 2010-11-23 | Microsoft Corporation | Geo-tagged based listing service and mapping engine |
US9135304B2 (en) | 2005-12-02 | 2015-09-15 | Salesforce.Com, Inc. | Methods and systems for optimizing text searches over structured data in a multi-tenant environment |
US7680697B2 (en) | 2006-01-25 | 2010-03-16 | Kelkoo Sas | Searching for a seller of a product |
US7814099B2 (en) | 2006-01-31 | 2010-10-12 | Louis S. Wang | Method for ranking and sorting electronic documents in a search result list based on relevance |
US7814112B2 (en) * | 2006-06-09 | 2010-10-12 | Ebay Inc. | Determining relevancy and desirability of terms |
US7761464B2 (en) * | 2006-06-19 | 2010-07-20 | Microsoft Corporation | Diversifying search results for improved search and personalization |
US8135709B2 (en) | 2006-07-05 | 2012-03-13 | BNA (Llesiant Corporation) | Relevance ranked faceted metadata search method |
US7921106B2 (en) | 2006-08-03 | 2011-04-05 | Microsoft Corporation | Group-by attribute value in search results |
US20080059429A1 (en) | 2006-09-05 | 2008-03-06 | Go Kojima | Integrated search processing method and device |
US8407229B2 (en) | 2006-09-19 | 2013-03-26 | Iac Search & Media, Inc. | Systems and methods for aggregating search results |
US20080140641A1 (en) | 2006-12-07 | 2008-06-12 | Yahoo! Inc. | Knowledge and interests based search term ranking for search results validation |
US20080140625A1 (en) | 2006-12-08 | 2008-06-12 | Electronics And Telecommunications Research Institute | System and method for providing geospatial information processing services using web service technologies |
US7630972B2 (en) | 2007-01-05 | 2009-12-08 | Yahoo! Inc. | Clustered search processing |
US7958126B2 (en) * | 2006-12-19 | 2011-06-07 | Yahoo! Inc. | Techniques for including collection items in search results |
CN103020106B (zh) * | 2007-01-24 | 2016-05-18 | 谷歌公司 | 混合移动搜索结果 |
US7765227B1 (en) | 2007-03-30 | 2010-07-27 | A9.Com, Inc. | Selection of search criteria order based on relevance information |
US8352454B2 (en) | 2007-04-11 | 2013-01-08 | Travelport Development Llc | System and method for performing data searches using multiple data search providers |
US7917493B2 (en) | 2007-04-19 | 2011-03-29 | Retrevo Inc. | Indexing and searching product identifiers |
US8468083B1 (en) * | 2007-08-10 | 2013-06-18 | Google Inc. | Advertisement topic diversification and ranking |
US20090048943A1 (en) | 2007-08-17 | 2009-02-19 | Hardigree John W | Internet based customer driven purchase method and apparatus |
EP2570945A1 (en) * | 2007-09-21 | 2013-03-20 | Google Inc. | Cross-language search |
US8103676B2 (en) | 2007-10-11 | 2012-01-24 | Google Inc. | Classifying search results to determine page elements |
US8862608B2 (en) * | 2007-11-13 | 2014-10-14 | Wal-Mart Stores, Inc. | Information retrieval using category as a consideration |
CA2623796A1 (en) | 2008-03-03 | 2009-09-03 | David A. Wassmann | Product information system for aggregating and classifying information from multiple sources with update ability |
US8024332B2 (en) | 2008-08-04 | 2011-09-20 | Microsoft Corporation | Clustering question search results based on topic and focus |
US9727628B2 (en) | 2008-08-11 | 2017-08-08 | Innography, Inc. | System and method of applying globally unique identifiers to relate distributed data sources |
US8060456B2 (en) * | 2008-10-01 | 2011-11-15 | Microsoft Corporation | Training a search result ranker with automatically-generated samples |
US20100094723A1 (en) | 2008-10-14 | 2010-04-15 | Johnson Brian M | Systems and methods to intialize a data source based on a compatibility with an application |
US8903816B2 (en) * | 2009-04-08 | 2014-12-02 | Ebay Inc. | Methods and systems for deriving a score with which item listings are ordered when presented in search results |
US8626784B2 (en) | 2009-05-11 | 2014-01-07 | Microsoft Corporation | Model-based searching |
US10055786B2 (en) | 2009-07-28 | 2018-08-21 | Ebay Inc. | System and method enabling searching for items, listings, or products based on listing activity |
US8180768B2 (en) | 2009-08-13 | 2012-05-15 | Politecnico Di Milano | Method for extracting, merging and ranking search engine results |
US20110072023A1 (en) | 2009-09-21 | 2011-03-24 | Yahoo! Inc. | Detect, Index, and Retrieve Term-Group Attributes for Network Search |
US20110082770A1 (en) | 2009-10-06 | 2011-04-07 | Prabhakaran Krishnamoorthy | User-Initiated Buyer-Vendor Match Search |
CN102063432A (zh) | 2009-11-12 | 2011-05-18 | 阿里巴巴集团控股有限公司 | 一种检索方法和系统 |
US10140339B2 (en) | 2010-01-26 | 2018-11-27 | Paypal, Inc. | Methods and systems for simulating a search to generate an optimized scoring function |
US8788371B2 (en) | 2010-05-26 | 2014-07-22 | Ebay Inc. | Personalized search widgets for customized user interface |
US8463805B2 (en) | 2010-09-15 | 2013-06-11 | Cbs Interactive, Inc. | Mapping product identification information to a product |
US8626604B1 (en) | 2011-05-19 | 2014-01-07 | Google Inc. | Aggregating product endorsement information |
CN102968418A (zh) | 2011-09-01 | 2013-03-13 | 阿里巴巴集团控股有限公司 | 网站信息检索方法和系统 |
US20130197971A1 (en) | 2011-10-30 | 2013-08-01 | Martin J Wilke | Motor vehicle dealer analysis marketing system and method with aftermarket accessories |
CN103377240B (zh) | 2012-04-26 | 2017-03-01 | 阿里巴巴集团控股有限公司 | 信息提供方法、处理服务器及合并服务器 |
-
2009
- 2009-11-12 CN CN200910211788XA patent/CN102063432A/zh active Pending
-
2010
- 2010-10-04 JP JP2012538819A patent/JP5615932B2/ja not_active Expired - Fee Related
- 2010-10-04 EP EP10830383.5A patent/EP2499564A4/en not_active Withdrawn
- 2010-10-04 WO PCT/US2010/051332 patent/WO2011059595A1/en active Application Filing
- 2010-10-04 US US12/992,399 patent/US8583640B2/en active Active
-
2013
- 2013-09-25 US US14/037,068 patent/US9460158B2/en active Active
-
2016
- 2016-08-24 US US15/246,406 patent/US9870408B2/en active Active
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10878049B2 (en) | 2017-07-21 | 2020-12-29 | Fuji Xerox Co., Ltd. | Search apparatus and search system |
Also Published As
Publication number | Publication date |
---|---|
US20140025672A1 (en) | 2014-01-23 |
US20120221562A1 (en) | 2012-08-30 |
US8583640B2 (en) | 2013-11-12 |
WO2011059595A1 (en) | 2011-05-19 |
US9870408B2 (en) | 2018-01-16 |
CN102063432A (zh) | 2011-05-18 |
EP2499564A4 (en) | 2018-01-03 |
US9460158B2 (en) | 2016-10-04 |
JP2013511085A (ja) | 2013-03-28 |
EP2499564A1 (en) | 2012-09-19 |
US20160364393A1 (en) | 2016-12-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5615932B2 (ja) | 検索方法およびシステム | |
WO2021068610A1 (zh) | 资源推荐的方法、装置、电子设备及存储介质 | |
WO2020237856A1 (zh) | 基于知识图谱的智能问答方法、装置及计算机存储介质 | |
JP2017157192A (ja) | キーワードに基づいて画像とコンテンツアイテムをマッチングする方法 | |
US20170039198A1 (en) | Visual interactive search, scalable bandit-based visual interactive search and ranking for visual interactive search | |
CN110390044B (zh) | 一种相似网络页面的搜索方法及设备 | |
JP2019533205A (ja) | ユーザキーワード抽出装置、方法、及びコンピュータ読み取り可能な記憶媒体 | |
WO2019085327A1 (zh) | 电子装置、产品推荐方法、系统和计算机可读存储介质 | |
CN104077415B (zh) | 搜索方法及装置 | |
US20150170333A1 (en) | Grouping And Presenting Images | |
CN108664515B (zh) | 一种搜索方法及装置,电子设备 | |
US20180046721A1 (en) | Systems and Methods for Automatic Customization of Content Filtering | |
US11455485B2 (en) | Content prediction based on pixel-based vectors | |
JP6363682B2 (ja) | 画像とコンテンツのメタデータに基づいてコンテンツとマッチングする画像を選択する方法 | |
CN104537341A (zh) | 人脸图片信息获取方法和装置 | |
WO2020258481A1 (zh) | 个性化文本智能推荐方法、装置及计算机可读存储介质 | |
WO2015077942A1 (en) | Relationship extraction | |
CN103631889B (zh) | 一种图像识别方法和装置 | |
WO2016171709A1 (en) | Text restructuring | |
JP2017220204A (ja) | 検索クエリに応答してホワイトリストとブラックリストを使用し画像とコンテンツをマッチングする方法及びシステム | |
Sergieh et al. | Geo-based automatic image annotation | |
Xu et al. | Efficient summarization framework for multi-attribute uncertain data | |
US20170286522A1 (en) | Data file grouping analysis | |
CN110909130B (zh) | 文本主题提取分析方法、装置及计算机可读存储介质 | |
US11106737B2 (en) | Method and apparatus for providing search recommendation information |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20131002 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140226 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140311 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140611 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140812 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140910 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5615932 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |