1 / 6

Help System Based on Solr

Help System Based on Solr. Krista Wilde. Solr Schema Excerpt.

tate
Download Presentation

Help System Based on Solr

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Help System Based on Solr Krista Wilde

  2. 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" />

  3. Add Help Page Form

  4. Modify / Delete Help Page Form

  5. 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>

  6. Full Help Page

More Related