60 likes | 162 Views
Help System Based on Solr. Krista Wilde. Solr Schema Excerpt.
E N D
Help System Based on Solr Krista Wilde
Solr Schema Excerpt <fieldname="pagetitle" type="text" indexed="true" stored="false“ required="true"/><fieldname="pagetitle_d" type="string" indexed="false" stored="true" required="true"/> <fieldname="description" type="text" indexed="true" stored="false" required="true"/> <fieldname="description_d" type="string" indexed="false" stored="true" required="true"/> <fieldname="lastrevision" type="text" indexed="true" stored="false"/><fieldname="lastrevision_d" type="string" indexed="false" stored="true"/> <fieldname="creationdate" type="text" indexed="true" stored="false" required="true"/> <fieldname="creationdate_d" type="string" indexed="false" stored="true" required="true"/> <fieldname="editor" type="text" indexed="true" stored="false"/> <fieldname="editor_d" type="string" indexed="false" stored="true" /> <fieldname="author" type="text" indexed="true" stored="false" required="true"/> <fieldname="author_d" type="string" indexed="false" stored="true" required="true"/> <fieldname="helptopic" type="text" indexed="true" stored="false" multiValued="true"/> <fieldname="helptopic_d" type="string" indexed="false" stored="true" multiValued="true"/> <fieldname="relatedtopic" type="text" indexed="true" stored="false" multiValued="true"/> <fieldname="relatedtopic_d" type="string" indexed="false" stored="true" multiValued="true"/> <fieldname="systemid" type="string" indexed="true" stored="false" required="true" multiValued="false" /> <fieldname="systemid_d" type="string" indexed="false" stored="true" required="true" multiValued="false" /> <fieldname="notes" type="text" indexed="false" stored="true"/> <fieldname="announcementFlag" type="text" indexed="true" stored="true" /> <fieldname="all" type="text" indexed="true" stored="false" multiValued="true"/> <fieldname="returnall" type="text" indexed="true" stored="false" required="true" />
Solr Doc <response> <lstname="responseHeader"> … </lst> <resultname="response" numFound="1" start="0"> <doc> <strname="announcementFlag">0</str> <strname="author_d">Irma Holtkamp</str> <strname="creationdate_d">April 11, 2008</str> <strname="description_d"> <body><p>Use <em>Basic Search</em> or <em>Fielded Search</em> in OPPIE to automatically query all databases to which your institution subscribes. </p><br/><p>To limit results to a specific database, use <em>Fielded Search</em> and select the database from the <em>Database</em> pull-down menu under <em>Limit Results.</em></p><br/><p>When you do a search, results matching your query are automatically returned in facets on the left side of the results page. </p><br/><p>Scroll down to see the <em>Database</em> facet. This facet is useful because it exposes the strengths and focus of each database (e.g. results for <em>"uncertainty analysis"</em> may be more comprehensive in <em>Engineering Index</em>,but the <em>Biosis</em> database facet reflects a biosciences focus which may or may not be included in other database results.)</p><br/><p>See the help topic, Database Descriptions, for the subject content and year coverage of databases in OPPIE.</p><br/></body> </str> <strname="editor_d">Tebols Casados</str> <arrname="helptopic_d"> <str>OPPIE Help Topics</str> <str>Databases in OPPIE</str> </arr> <strname="lastrevision_d">05/01/2008</str> <strname="pagetitle_d">Databases in OPPIE</str> <arrname="relatedtopic_d"> <str>Database Descriptions</str> <str>InstitutionSpecificAccess</str> … </arr> <strname="systemid_d">info:lanl-repo/help/47622e17-f52f-485e-90d7-66e59aeebb7f</str> <datename="timestamp">2008-05-01T15:09:44.767Z</date> </doc> </result> </response>