JP2020074215A - 検索装置、方法、およびプログラム - Google Patents
検索装置、方法、およびプログラム Download PDFInfo
- Publication number
- JP2020074215A JP2020074215A JP2020013944A JP2020013944A JP2020074215A JP 2020074215 A JP2020074215 A JP 2020074215A JP 2020013944 A JP2020013944 A JP 2020013944A JP 2020013944 A JP2020013944 A JP 2020013944A JP 2020074215 A JP2020074215 A JP 2020074215A
- Authority
- JP
- Japan
- Prior art keywords
- search
- condition
- degree
- input
- result
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims description 17
- 230000003247 decreasing effect Effects 0.000 claims 1
- 238000013500 data storage Methods 0.000 abstract description 10
- 230000007423 decrease Effects 0.000 abstract 1
- 239000000284 extract Substances 0.000 description 7
- 238000010586 diagram Methods 0.000 description 4
- 238000000605 extraction Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
Images
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/22—Indexing; Data structures therefor; Storage structures
-
- 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/242—Query formulation
- G06F16/2425—Iterative querying; Query formulation based on the results of a preceding query
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
図1は、本発明の第1の実施形態の検索システム20の構造図である。検索システム20は、検索装置10、履歴蓄積部15、及び、データ蓄積部16を含む。検索装置10は、入力部11、特定度合推定部12、検索部13、及び、結果出力部14を備える。検索装置10は、履歴蓄積部15、及び、データ蓄積部16に接続されている。
第1の実施の形態において、検索部13は複数の適合度を切り替えて検索を実行する。検索部13は、その内部に一つの適合度で検索を実行するサブ検索部(図示されず)を複数備え、設定された適合度に合わせて、サブ検索部を選択して検索を実行するように構成されても良い。
検索装置10は、利用者の検索状況の変化に合わせた検索結果を提示することができる。その結果、利用者は、検索結果を確認する手間を軽減することできる。その理由は特定度合推定部12が、最後に実行した検索結果の絞り込み具合が良いと推定できれば、適合度を高く設定するからである。この結果、検索装置10は、最初は網羅性の高い検索結果を出力し、絞り込みが進むと精度の高い検索結果を出力する。
図5は、本発明の第2の実施形態の検索装置10の構造図である。検索装置10は特定度合推定部12と検索部13とを備える。
11 入力部
12 特定度合推定部
13 検索部
14 結果出力部
15 履歴蓄積部
16 データ蓄積部
20 検索システム
Claims (10)
- 第1の検索条件に対応するユーザ入力を受信する入力手段と、
レコードを格納する蓄積手段を、前記第1の検索条件に基づいて検索する検索手段と、
前記第1の検索条件に対応する検索結果を出力する結果出力手段と、
前記検索結果を出力した後にユーザ操作が入力された場合、前記ユーザ操作に基づいて、次の検索に用いる適合度を低下させる特定度合推定手段と、
を備える検索装置。 - 前記ユーザ操作は、前記第1の検索条件に対応する検索結果の表示の、ページ送り又はスクロールであり、
前記特定度合推定手段は、前記ページ送り又はスクロールの量が所定の値よりも大きい場合、前記適合度を低下させる
請求項1に記載の検索装置。 - 前記ユーザ操作は、第2の検索条件の入力であり、
前記特定度合推定手段は、前記第2の検索条件に対応する検索結果の範囲が、前記第1の検索条件に対応する検索結果の範囲よりも狭くない場合、前記適合度を低下させる、
請求項1又は2に記載の検索装置。 - 前記検索手段は、それぞれ1つの適合度を使用して検索を行う複数のサブ検索手段として動作し、設定されている前記適合度に合わせてサブ検索手段を選択し検索を実行する
請求項1乃至3のいずれか1項に記載の検索装置。 - 請求項1乃至4の何れかの検索装置と、
前記蓄積手段と、を包含する検索システム。 - 第1の検索条件に対応するユーザ入力を受信し、
レコードを格納する蓄積手段を、前記第1の検索条件に適合に基づいて検索し、
前記第1の検索条件に対応する検索結果を出力し、
当該検索結果を出力した後にユーザ操作を入力された場合、前記ユーザ操作に基づいて、次の検索に用いる適合度を低下させる検索方法。 - 前記ユーザ操作は、前記第1の検索条件に対応する検索結果の表示の、ページ送り又はスクロールであり、
前記ページ送り又はスクロールの量が所定の値よりも大きい場合、前記適合度を低下させる
請求項6に記載の検索方法。 - 前記ユーザ操作は、第2の検索条件の入力であり、
前記第2の検索条件に対応する検索結果の範囲が、前記第1の検索条件に対応する検索結果の範囲よりも狭くない場合と、前記適合度を低下させる、
請求項6又は7に記載の検索方法。 - それぞれ1つの適合度を使用して検索を行う複数のサブ検索のうち、設定されている前記適合度に合わせてサブ検索を選択し検索を実行する
請求項6乃至8のいずれか1項に記載の検索方法。 - 第1の検索条件に対応するユーザ入力を受信する入力処理と、
レコードを格納する蓄積手段を、前記第1の検索条件に基づいて検索する検索処理と、
前記第1の検索条件に対応する検索結果を出力する結果出力処理と、
前記検索結果を出力した後にユーザ操作が入力された場合、前記ユーザ操作に基づいて、次の検索に用いる適合度を低下させる特定度合推定処理と、
をコンピュータに実行させるプログラム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014101024 | 2014-05-15 | ||
JP2014101024 | 2014-05-15 | ||
JP2016519105A JP6658515B2 (ja) | 2014-05-15 | 2015-05-11 | 検索装置、方法、およびプログラム |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016519105A Division JP6658515B2 (ja) | 2014-05-15 | 2015-05-11 | 検索装置、方法、およびプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020074215A true JP2020074215A (ja) | 2020-05-14 |
JP6958647B2 JP6958647B2 (ja) | 2021-11-02 |
Family
ID=54479611
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016519105A Active JP6658515B2 (ja) | 2014-05-15 | 2015-05-11 | 検索装置、方法、およびプログラム |
JP2020013944A Active JP6958647B2 (ja) | 2014-05-15 | 2020-01-30 | 検索装置、方法、およびプログラム |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016519105A Active JP6658515B2 (ja) | 2014-05-15 | 2015-05-11 | 検索装置、方法、およびプログラム |
Country Status (3)
Country | Link |
---|---|
US (3) | US10885043B2 (ja) |
JP (2) | JP6658515B2 (ja) |
WO (1) | WO2015174061A1 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6631587B2 (ja) * | 2017-05-19 | 2020-01-15 | キヤノンマーケティングジャパン株式会社 | 情報処理装置、情報処理システム、その制御方法及びプログラム |
CN111143590A (zh) * | 2019-12-25 | 2020-05-12 | 上海云从企业发展有限公司 | 图像过滤方法、系统、设备及机器可读介质 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11328203A (ja) * | 1998-05-18 | 1999-11-30 | Hitachi Zosen Corp | 画像データベースのスキーマーの作成方法とこの画像データベースからの画像データ検索方法 |
JP2000137725A (ja) * | 1998-10-30 | 2000-05-16 | Ricoh Co Ltd | 情報検索システム、情報検索方法およびその方法を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体 |
JP2005209210A (ja) * | 2004-01-23 | 2005-08-04 | Microsoft Corp | 検索を容易にするシステム及び焦点を絞った検索を行う方法 |
US20060206454A1 (en) * | 2005-03-08 | 2006-09-14 | Forstall Scott J | Immediate search feedback |
JP2008003721A (ja) * | 2006-06-20 | 2008-01-10 | Canon Software Inc | 情報検索システムおよび情報検索方法およびプログラムおよび記録媒体 |
JP2012248020A (ja) * | 2011-05-27 | 2012-12-13 | Canon Inc | 情報処理装置、データ検索方法、及びプログラム |
WO2014057529A1 (ja) * | 2012-10-09 | 2014-04-17 | 富士通株式会社 | 情報探索支援方法及び情報処理装置 |
Family Cites Families (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6182038B1 (en) * | 1997-12-01 | 2001-01-30 | Motorola, Inc. | Context dependent phoneme networks for encoding speech information |
US6094652A (en) * | 1998-06-10 | 2000-07-25 | Oracle Corporation | Hierarchical query feedback in an information retrieval system |
JP2002073676A (ja) | 2000-08-28 | 2002-03-12 | Matsushita Electric Ind Co Ltd | データベース検索方法 |
US6970860B1 (en) * | 2000-10-30 | 2005-11-29 | Microsoft Corporation | Semi-automatic annotation of multimedia objects |
US6701311B2 (en) * | 2001-02-07 | 2004-03-02 | International Business Machines Corporation | Customer self service system for resource search and selection |
US7437349B2 (en) * | 2002-05-10 | 2008-10-14 | International Business Machines Corporation | Adaptive probabilistic query expansion |
US7707201B2 (en) * | 2004-12-06 | 2010-04-27 | Yahoo! Inc. | Systems and methods for managing and using multiple concept networks for assisted search processing |
US8131718B2 (en) | 2005-12-13 | 2012-03-06 | Muse Green Investments LLC | Intelligent data retrieval system |
US20100153885A1 (en) * | 2005-12-29 | 2010-06-17 | Rovi Technologies Corporation | Systems and methods for interacting with advanced displays provided by an interactive media guidance application |
US7599918B2 (en) * | 2005-12-29 | 2009-10-06 | Microsoft Corporation | Dynamic search with implicit user intention mining |
US7925975B2 (en) * | 2006-03-10 | 2011-04-12 | Microsoft Corporation | Searching for commands to execute in applications |
JP3896383B1 (ja) | 2006-04-05 | 2007-03-22 | 株式会社アイ・ビジネスセンター | 検索サーバ、検索方法、及び、コンピュータを検索サーバとして機能させるためのプログラム |
US7555478B2 (en) * | 2006-12-05 | 2009-06-30 | Yahoo! Inc. | Search results presented as visually illustrative concepts |
US8386478B2 (en) * | 2007-03-07 | 2013-02-26 | The Boeing Company | Methods and systems for unobtrusive search relevance feedback |
JP2009075630A (ja) | 2007-09-18 | 2009-04-09 | Hitachi Software Eng Co Ltd | 情報検索システム |
US20090171907A1 (en) * | 2007-12-26 | 2009-07-02 | Radovanovic Nash R | Method and system for searching text-containing documents |
US20100211579A1 (en) * | 2009-02-17 | 2010-08-19 | Robb Fujioka | System and Method For Providing Expert Search In A Modular Computing System |
US20090282023A1 (en) | 2008-05-12 | 2009-11-12 | Bennett James D | Search engine using prior search terms, results and prior interaction to construct current search term results |
WO2010006334A1 (en) * | 2008-07-11 | 2010-01-14 | Videosurf, Inc. | Apparatus and software system for and method of performing a visual-relevance-rank subsequent search |
US8090715B2 (en) * | 2008-07-14 | 2012-01-03 | Disney Enterprises, Inc. | Method and system for dynamically generating a search result |
US20100121840A1 (en) * | 2008-11-12 | 2010-05-13 | Yahoo! Inc. | Query difficulty estimation |
US20100325035A1 (en) * | 2009-06-18 | 2010-12-23 | Nancy Hilgers | Fraud/risk bureau |
US20110202521A1 (en) * | 2010-01-28 | 2011-08-18 | Jason Coleman | Enhanced database search features and methods |
US8560536B2 (en) * | 2010-03-11 | 2013-10-15 | Yahoo! Inc. | Methods, systems, and/or apparatuses for use in searching for information using computer platforms |
US9069843B2 (en) | 2010-09-30 | 2015-06-30 | International Business Machines Corporation | Iterative refinement of search results based on user feedback |
US20130144864A1 (en) * | 2011-08-31 | 2013-06-06 | Boathouse Group, Inc. | Systems and Methods for Aggregation of Online Social Network Content |
US20130167059A1 (en) * | 2011-12-21 | 2013-06-27 | New Commerce Solutions Inc. | User interface for displaying and refining search results |
US9298856B2 (en) * | 2012-04-23 | 2016-03-29 | Sap Se | Interactive data exploration and visualization tool |
US9063972B1 (en) * | 2012-07-17 | 2015-06-23 | Google Inc. | Increasing user retention and re-engagement in social networking services |
US8965909B2 (en) * | 2012-12-24 | 2015-02-24 | Yahoo! Inc. | Type-ahead search optimization |
US9613131B2 (en) * | 2013-01-25 | 2017-04-04 | International Business Machines Corporation | Adjusting search results based on user skill and category information |
-
2015
- 2015-05-11 JP JP2016519105A patent/JP6658515B2/ja active Active
- 2015-05-11 US US15/303,965 patent/US10885043B2/en active Active
- 2015-05-11 WO PCT/JP2015/002363 patent/WO2015174061A1/ja active Application Filing
-
2019
- 2019-11-21 US US16/690,313 patent/US20200089685A1/en not_active Abandoned
- 2019-11-21 US US16/690,449 patent/US11544276B2/en active Active
-
2020
- 2020-01-30 JP JP2020013944A patent/JP6958647B2/ja active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11328203A (ja) * | 1998-05-18 | 1999-11-30 | Hitachi Zosen Corp | 画像データベースのスキーマーの作成方法とこの画像データベースからの画像データ検索方法 |
JP2000137725A (ja) * | 1998-10-30 | 2000-05-16 | Ricoh Co Ltd | 情報検索システム、情報検索方法およびその方法を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体 |
JP2005209210A (ja) * | 2004-01-23 | 2005-08-04 | Microsoft Corp | 検索を容易にするシステム及び焦点を絞った検索を行う方法 |
US20060206454A1 (en) * | 2005-03-08 | 2006-09-14 | Forstall Scott J | Immediate search feedback |
JP2008003721A (ja) * | 2006-06-20 | 2008-01-10 | Canon Software Inc | 情報検索システムおよび情報検索方法およびプログラムおよび記録媒体 |
JP2012248020A (ja) * | 2011-05-27 | 2012-12-13 | Canon Inc | 情報処理装置、データ検索方法、及びプログラム |
WO2014057529A1 (ja) * | 2012-10-09 | 2014-04-17 | 富士通株式会社 | 情報探索支援方法及び情報処理装置 |
Non-Patent Citations (2)
Title |
---|
五十嵐 健夫: "移動速度に応じた自動ズーミングによる効率的ナビゲーション", レクチャーノート/ソフトウェア学 24 インタラクティブシステムとソフトウェアVIII, JPN6021007551, 20 December 2020 (2020-12-20), JP, pages 57 - 66, ISSN: 0004458243 * |
増井 俊之: "ブラウジングとキーワード検索を統合したGUI部品LensBar", レクチャーノート/ソフトウェア学 21 インタラクティブシステムとソフトウェアVI, JPN6021007550, 20 December 1998 (1998-12-20), JP, pages 153 - 158, ISSN: 0004458242 * |
Also Published As
Publication number | Publication date |
---|---|
US20200089686A1 (en) | 2020-03-19 |
US11544276B2 (en) | 2023-01-03 |
US10885043B2 (en) | 2021-01-05 |
JPWO2015174061A1 (ja) | 2017-04-20 |
US20170031924A1 (en) | 2017-02-02 |
WO2015174061A1 (ja) | 2015-11-19 |
JP6658515B2 (ja) | 2020-03-04 |
US20200089685A1 (en) | 2020-03-19 |
JP6958647B2 (ja) | 2021-11-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11227006B2 (en) | Content-aware filter options for media object collections | |
US20180095958A1 (en) | Topic profile query creation | |
US20140379719A1 (en) | System and method for tagging and searching documents | |
CN112328872A (zh) | 一种信息展示方法、信息搜索方法及装置 | |
JP6958647B2 (ja) | 検索装置、方法、およびプログラム | |
JP2010140264A (ja) | 情報処理装置、プログラム、及び情報処理方法 | |
US20180018389A1 (en) | Method and apparatus for keyword-based text retrieval | |
CN111488434A (zh) | 输入联想词的推荐方法、装置、存储介质及电子设备 | |
WO2017097102A1 (zh) | 检索方法和检索装置 | |
US10977282B2 (en) | Generating device, generating method, and non-transitory computer-readable recording medium | |
CN103150377B (zh) | 搜索方法、搜索系统及设定端和搜索端 | |
CN110728113A (zh) | 一种电子表格的信息筛选方法、装置及终端设备 | |
JP5115756B2 (ja) | 電子文書検索システム、電子文書検索方法および電子文書検索プログラム | |
JP2009163474A (ja) | 時系列データ検索プログラム,時系列データ検索装置および時系列データ検索方法 | |
JP2011060246A (ja) | 情報処理装置、情報処理方法及びプログラム | |
JP6955161B2 (ja) | 情報処理プログラム、情報処理装置及び情報処理方法 | |
CN112051951A (zh) | 一种媒体内容展示方法、媒体内容的展示确定方法及装置 | |
US20160063109A1 (en) | Query-breadth selected search result sorting mechanism | |
JP6420162B2 (ja) | 画像検索装置、画像検索方法および画像検索プログラム | |
JP2013156876A (ja) | 推薦クエリ抽出装置及び方法及びプログラム | |
JP2013196315A (ja) | 情報処理装置及び方法 | |
CN107704105A (zh) | 输入提示方法、装置、电子设备及计算机可读存储介质 | |
JP2011008619A (ja) | 情報提示装置、情報提示方法、及びプログラム | |
CN114398432A (zh) | 数据展示方法、装置、计算机设备和存储介质 | |
JP2004178184A (ja) | オブジェクト検索装置(検索式の再構成) |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200130 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210309 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210415 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210525 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210708 |
|
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: 20210907 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210920 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6958647 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |