<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Search System Functions for Supporting Search Modes</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Thomas</forename><surname>Beckers</surname></persName>
							<email>thomas.beckers@uni-due.de</email>
							<affiliation key="aff0">
								<orgName type="department">Information Engineering</orgName>
								<orgName type="institution">University of Duisburg-Essen</orgName>
								<address>
									<settlement>Duisburg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Norbert</forename><surname>Fuhr</surname></persName>
							<email>norbert.fuhr@uni-due.de</email>
							<affiliation key="aff1">
								<orgName type="department">Information Engineering</orgName>
								<orgName type="institution">University of Duisburg-Essen</orgName>
								<address>
									<settlement>Duisburg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Search System Functions for Supporting Search Modes</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">C153D24BBB092F85C1AE48CA73C1D28C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T21:55+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>H.3 [Information Storage and Retrieval]: General system functions</term>
					<term>search modes</term>
					<term>user interfaces</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Tasks in web search are often rather simple, e.g. navigating to an already known web page or looking up a fact. However, tasks in other domains are usually more complex and diverse. Thus, we discuss various search modes of tasks and how they might be supported by functions of a search system. We give examples of the required search functions of different search modes and describe the implications for the design of search systems.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">INTRODUCTION AND RELATED WORK</head><p>While tasks in web search are often rather simple <ref type="bibr" target="#b4">[4]</ref> (e.g. navigating to an already known web page or looking up a fact), tasks in other domains (e.g. searches for scientific literature or patents) are usually more complex and diverse. A set of search system functions that is well-suited for these simple tasks is not appropriate for other more complex task types. In our opinion, each type of task requires a different set of search system functions. Thus, we argue that a "one size fits all" approach (that is, using a search systems with functions e.g. optimized for web search for different tasks in other domains) does not allow the user to search effectively and efficiently. We propose a model of search functions that allows mapping of search activities (search tasks) to necessary system functions comprising the entire search activity.</p><p>Hughes-Morgan and Wilson <ref type="bibr" target="#b7">[7]</ref> have examined whether improvements of an interactive search system are due to the The 2nd European Workshop on Human-Computer Interaction and Information Retrieval (EuroHCIR), Nijmegen, The Netherlands Presented at EuroHCIR2012. Copyright © 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes. This volume is published and copyrighted by its editors.</p><p>newly introduced meta-data or to new search functionality. They conclude that users can benefit from improved search features while still using the same meta-data.</p><p>Russel-Rose et al. developed a taxonomy for enterprise search and site search by analyzing real-world scenarios <ref type="bibr" target="#b11">[11,</ref><ref type="bibr" target="#b12">12,</ref><ref type="bibr" target="#b10">10]</ref> based on three top-level categories of search activities originally proposed by Marchionini <ref type="bibr" target="#b8">[8]</ref>:</p><formula xml:id="formula_0">Lookup a) Locate b) Verify c) Monitor Learn a) Compare b) Comprehend c) Explore Investigate a) Analyze b) Evaluate c) Synthesize</formula><p>These categories are orthogonal to each other. Russel-Rose et al. <ref type="bibr" target="#b11">[11]</ref> introduce the notion of search modes. A search mode is a concrete value of a search activity category. Search modes can be combined to longer sequences or networks. For enterprise search Locate is far less common then Analyze and Evaluate. In the domain of site search the emphasis is on Locate and Explore.</p><p>In the remainder of this paper, we first describe the functional level of search systems. We show how search functions can be mapped to different search modes by giving examples to illustrate how search systems can support each mode and its associated search functions. Subsequently, we describe the implications for designing and developing search systems. Finally, we give an outlook on future work and a conclusion.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">SEARCH SYSTEM FUNCTIONS</head><p>Higher Level Search Functions Select/Organize/Project Session Support and Information Management We divide the functionality of an IR system into three different groups depicted in Fig. <ref type="figure" target="#fig_0">1</ref>: i) Select/Organize/Project (SOP) ii) Session Support and Information Management (SSIM) and iii) Higher Level Search Functions (HLSF). In our notion a search function is a functionality of the system with which the user can interact or that is fixed by the system designer. A more detailed explanation of the latter two groups and an overall architectural view is given by Beckers and Fuhr <ref type="bibr" target="#b3">[3]</ref>. We will concentrate on SOP and (to a lesser degree) on HLSF in the following. In doing so, we will focus on system functions and not discuss their concrete visualizations in the user interface.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Select functions</head><p>Select (S) comprises functions for selecting (searching) possibly relevant items.</p><p>Ranking method Retrieval functions/ranking methods may be more precision-or more recall-oriented, or they may consider different sources of additional information (like e.g. page-rank). Mutschke et al. <ref type="bibr" target="#b9">[9]</ref> showed that search in scientific literature can be improved by considering information about the author, the publication venue or related terms from a thesaurus.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Ranking principle</head><p>The final ranking might regard each document in isolation, or consider all items above the current one in the output ranking (like e.g. in diversity ranking).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Query language</head><p>The query structure can be very simple (e.g. a list of terms) or more powerful and expressive, e.g. by supporting simple (boolean) and more complex (wildcards, word distances, etc.) query operators as well as fields and data types.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Formal filter conditions</head><p>The result set can be filtered by some formal criteria (e.g. by data type, source, date) which is usually done without affecting the RSV.</p><p>Query formulation Queries can be formulated a priori as in most systems but also by referring to one or more given items (e.g. query by example, similarity search).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Organize functions</head><p>Organize (O) functions deal with the way how the set of result items is structured and organized logically.</p><p>Sorting The results can be sorted according to one or more criteria. When searching the best offer for a new smartphone the items may be sorted by price and the trustworthiness or customer ratings. While sorting usually is a one-dimensional organization, also two-or three-dimensional organizations may be helpful, provided that appropriate visualizations are available in the user interface.</p><p>Grouping The results can be grouped according to a simple criterion (e.g. grouping by release date, author, source) or according to several facets, as in faceted search <ref type="bibr" target="#b13">[13]</ref>.</p><p>Clustering While grouping is based on some formal criteria, clustering focuses on content aspects based on a some sort of similarity <ref type="bibr" target="#b5">[5]</ref>. Although users might have problems interpreting the cluster structure, they might also gain new insights about the result set.</p><p>Linking In case there are (explicit or implicit) links between the answer items, the resulting tree or graph structure might be of interest (e.g. Web links, co-author relationships in scientific literature, or friendship connections in social networks).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Project functions</head><p>Project (P) comprises functions for the construction of the surrogates to be presented in the results.</p><p>Selection Surrogates consists of specific fields of the result items (like e.g. title, author and year in literature search).</p><p>Summarization Either unbiased or query-biased summaries (extracts) of the answer documents (or specific fields thereof) can be generated.</p><p>Aggregation This function generates a single entry representing several items differing in formal aspects (e.g. mirrors of a web page, various editions of a book) or content (e.g. different reviews of a book in an online store).</p><p>Faceting For displaying facets with their existing values and corresponding frequencies, the system must support projection on single facets along with counting values. From the point of view of a relational database, if F denotes a facet/attribute, then the system has to process the SQL query "select F, count(*) from R where ... group by F" for each facet. Query conditions and restrictions wrt. to the values of a facet then affect the where part of the query.</p><p>Enrichment By using external data sources the results can be enriched with additional data (e.g. on a product review site, linking to online stores for each product).</p><p>Extracting The items can be used to extract new data characterizing the whole result set, e.g. common terms in the documents or frequent authors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Higher level search functions</head><p>According to Bates <ref type="bibr" target="#b1">[1]</ref> a system should not only offer basic functionality. It should also provide support for search tactics, stratagems and strategies. In our model a HLSF is a function that uses lower level SOP and/or SSIM functions (called moves regarding Bates' terminology) for providing tactical and strategic support. For example, when searching for relevant literature about a certain topic a stratagem consisting of two tactics would be to i) search for documents that contain some terms describing the topic and then ii) using a function for exploring references and citations of documents to find related documents. An ideal system should also be able to support these kinds of search functions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">SUPPORTING SEARCH MODES</head><p>We think that the search mode taxonomy is flexible and general enough to be also well-suited for many other domains. We regard a search mode or a sequence of search modes (just called search mode in the following for the sake of simplification) as a higher level search function (or task) as defined by Bates. In the following we will give examples which functions are particularly required for supporting certain search modes. Functions from all three groups are required of course but we will focus on those that are the most important and distinctive ones. These requirements are listed in Table <ref type="table" target="#tab_0">1</ref> and will be explained in more detail in the following. Lookup: Locate For supporting this search mode (often a known-item search) it is important to offer appropriate select functions that allow the specification of the known attributes. For example, when searching for a scientific publication, the user might know some words from its title as well as the publication venue-so the system must allow for searching in specific fields.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Search Functions</head><p>Lookup: Verify/Monitor If the user wants to verify that an item meets some specific and objective criteria or when s/he wants to monitor an item to maintain awareness the system should be able to project on the relevant parts or attributes of the result items. For example, when finding out whether a central processing unit (CPU) is compatible with a specific mainboard chipset the system should show the compatibility information of the CPUs in the result items.</p><p>Learn: Compare Comparing items in the results to identify similarities or differences requires the system to organize the items as a list and to offer a projection of all relevant aspects visualized in tabular form. Alternatively, the items may be organized in a multidimensional grid. For example, when comparing products, both price and performance of products are relevant criteria.</p><p>Learn: Comprehend For supporting comprehension of result items by finding patterns and traits the system should allow the user to organise and project the results by grouping them according to one ore more facets, in order to gain a understanding of the structure of the result set. For example, a user interested in buying an solid-state drive for his/her computer first has to comprehend the possible values of the relevant attributes (e.g. storage size, host interfaces, operating system requirements, etc.) by faceting.</p><p>Learn: Explore Faceted search supports exploration. Besides selecting a specific value of a facet as a formal filter condition, the system should offer functions for organizing the result items into different groups for each facet. For more content-oriented searches, clustering functionality may help the user in understanding the various aspects of a topic.</p><p>Investigate: Analyze Analyzing items to identify patterns and relationships is a very complex task. Thus, the system should offer several versatile and powerful organization functions.</p><p>There are several functions that may be helpful for the user here, such as i) (multi-dimensional) sorting, ii) grouping, iii) clustering and iv) linking of the result items. Sorting result items allows the user to inspect the items by the priority of one or more sorting criteria. The HyperScatter component of the visual information seeking system MedioVis <ref type="bibr">[6]</ref> would be a proper visualization and interaction technique. Especially, multidimensional sorting might help in understanding the relationship between facets (e.g. when buying a digital camera, the user might want to learn which features have a strong influence on the camera price). Functions for grouping may help the user in gaining new insights or getting an overview of the result items (see preceding search modes). Clustering the result items may be helpful for finding previously unknown similarities by creating groups of items with an unknown meaning. Additionally, a clustered result set may support the user in getting an overview of the found items easier. Functions for linking the items can produce tree or graph structures of the result set. These functions can be used for creating e.g. networks based on some kind of relationship.</p><p>Investigate: Evaluate For judging the value of an item concerning a specific goal or purpose the system should be able to let the user organize the result items according to the important criterion, e.g. by sorting.</p><p>Investigate: Synthesize This search mode occurs when the user is creating new objects from the found result items. We envisage that a system may support this by offering a join function similar to joins in relational databases.</p><p>The system does not have to allow the user to perform all functions that are theoretically possible. Instead, the system should perform certain functions automatically and should use suitable preadjustments and defaults (see levels of system involvement by Bates <ref type="bibr" target="#b2">[2]</ref>). Which functions the user should interact with depends on the search modes and the domain in which the system is actually used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">IMPLICATIONS FOR THE DESIGN OF SEARCH SYSTEMS</head><p>In the previous section we provided examples which functions are required for different search modes. An ideal search system should be flexible enough to support a broad variety of search modes. Which set of functions is exactly required certainly depends on the context the system is used within and the tasks a user typically performs. Adding as many functions as possible may leads to a feature-bloated system. Instead, only the appropriate functions should be offered to the user. Richer functionality requires increased user expertise. Thus, the interaction and visualization techniques have to be chosen carefully to provides an easy-to-use system. Further open research issues concerning rich functionality have been described by Beckers and Fuhr <ref type="bibr" target="#b3">[3]</ref>.</p><p>The discussion in this paper has shown that the ideal search system extends classical IR functionality with typical database functions, as well as more advanced IR functions. Thus, typical IR systems as well as relational database systems are both far away from the ideal system. An XQuery system with full-text search might come closest today, but it lacks all the more advanced IR functions. Whatever the resulting query language might look like, however, it should be clear that it mainly targets at the application developer, who specifies the functionality needed, which is then mapped onto a user-friendly interface.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">CONCLUSION AND OUTLOOK</head><p>We demonstrated how different search modes require different search functions of the system. Thus, an ideal search system suitable for various search modes should not only support classic search functions for ad-hoc retrieval (e.g. ordinary web search) but also more advanced functions described in this paper. Our grouping of search functions allows the identification of functions possibly required for a certain search mode. Previous research in this area can be categorized and integrated.</p><p>Further empirical research is necessary to validate our proposed mapping from search modes to search functions. A first step may be to show exemplarily that for a particular search tasks the users can benefit from improved and suitable functionality by controlling the other variables.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Functional level of IR systems</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>Most important and distinctive (groups of ) functions for each search mode</figDesc><table><row><cell></cell><cell></cell><cell>Select</cell><cell>Organize</cell><cell>Project</cell></row><row><cell></cell><cell>Locate</cell><cell>Query language, Ranking method</cell><cell></cell></row><row><cell>Lookup</cell><cell>Verify</cell><cell></cell><cell></cell><cell>Selection</cell></row><row><cell></cell><cell>Monitor</cell><cell></cell><cell></cell><cell>Selection</cell></row><row><cell></cell><cell>Compare</cell><cell></cell><cell>Sorting</cell><cell>Selection</cell></row><row><cell>Learn</cell><cell>Comprehend</cell><cell></cell><cell>Grouping</cell><cell>Faceting</cell></row><row><cell></cell><cell>Explore</cell><cell>Formal filter conditions</cell><cell>Grouping, Clustering</cell><cell>Faceting</cell></row><row><cell></cell><cell>Analyze</cell><cell></cell><cell>Sorting, Grouping, Clustering, Linking</cell></row><row><cell>Investigate</cell><cell>Evaluate</cell><cell></cell><cell>Sorting</cell></row><row><cell></cell><cell>Synthesize</cell><cell></cell><cell>Join</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Information search tactics</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Bates</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Society for Information Science</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="205" to="214" />
			<date type="published" when="1979">1979</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Where should the person stop and the information search interface start?</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Bates</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Processing and Management</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="575" to="591" />
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Towards the systematic design of IR systems supporting complex search tasks</title>
		<author>
			<persName><forename type="first">T</forename><surname>Beckers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Fuhr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Task Based and Aggregated Search Workshop @ ECIR 2012</title>
				<meeting>the Task Based and Aggregated Search Workshop @ ECIR 2012</meeting>
		<imprint>
			<date type="published" when="2012-04">April 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A taxonomy of web search</title>
		<author>
			<persName><forename type="first">A</forename><surname>Broder</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIGIR Forum</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="3" to="10" />
			<date type="published" when="2002-09">September 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The optimum clustering framework: Implementing the cluster hypothesis</title>
		<author>
			<persName><forename type="first">N</forename><surname>Fuhr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lechtenfeld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gollub</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10791-011-9173-9</idno>
	</analytic>
	<monogr>
		<title level="j">Information Retrieval</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="93" to="115" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Mediovis: visual information seeking in digital libraries</title>
		<author>
			<persName><forename type="first">M</forename><surname>Heilig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Demarmels</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">A</forename><surname>König</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gerken</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rexhausen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-C</forename><surname>Jetter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Reiterer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the working conference on Advanced visual interfaces, AVI &apos;08</title>
				<meeting>the working conference on Advanced visual interfaces, AVI &apos;08<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="490" to="491" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Information vs interaction -examining different interaction models over consistent metadata</title>
		<author>
			<persName><forename type="first">K</forename><surname>Hughes-Morgan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Wilson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IIiX conference</title>
				<meeting>the IIiX conference</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
	<note>To be published</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Exploratory search: from finding to understanding</title>
		<author>
			<persName><forename type="first">G</forename><surname>Marchionini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun. ACM</title>
		<imprint>
			<biblScope unit="volume">49</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="41" to="46" />
			<date type="published" when="2006-04">Apr. 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Science models as value-added services for scholarly information systems</title>
		<author>
			<persName><forename type="first">P</forename><surname>Mutschke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mayr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Schaer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientometrics</title>
		<imprint>
			<biblScope unit="volume">89</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="349" to="364" />
			<date type="published" when="2011-10">Oct. 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A taxonomy of site search</title>
		<author>
			<persName><forename type="first">T</forename><surname>Russell-Rose</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Talk at Enterprise Search Europe</title>
				<meeting><address><addrLine>UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012-05">May 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A taxonomy of enterprise search</title>
		<author>
			<persName><forename type="first">T</forename><surname>Russell-Rose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lamantia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Burrell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of euroHCIR</title>
				<meeting>euroHCIR</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A taxonomy of enterprise search and discovery</title>
		<author>
			<persName><forename type="first">T</forename><surname>Russell-Rose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lamantia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Burrell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of HCIR 2011</title>
				<meeting>HCIR 2011</meeting>
		<imprint>
			<date type="published" when="2011-10">October 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Faceted Search</title>
		<author>
			<persName><forename type="first">D</forename><surname>Tunkelang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Number 5 in Synthesis Lectures on Information Concepts</title>
				<imprint>
			<publisher>Morgan &amp; Claypool Publishers</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
