<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} .ms-cui-menu {background-color:#ffffff;border:1px rgb(171, 171, 171) solid;font-family:'Segoe UI WPC', 'Segoe UI', Tahoma, 'Microsoft Sans Serif', Verdana, sans-serif;font-size:11pt;color:rgb(51, 51, 51);} .ms-cui-menusection-title {display:none;} .ms-cui-ctl {vertical-align:text-top;text-decoration:none;color:rgb(51, 51, 51);} .ms-cui-ctl-on {background-color:rgb(223, 237, 250);opacity: 0.8;} .ms-cui-img-cont-float {display:inline-block;margin-top:2px} .ms-cui-smenu-inner {padding-top:0px;} .ms-owa-paste-option-icon {margin: 2px 4px 0px 4px;vertical-align:sub;padding-bottom: 2px;display:inline-block;} .ms-rtePasteFlyout-option:hover {background-color:rgb(223, 237, 250) !important;opacity:1 !important;} .ms-rtePasteFlyout-option {padding:8px 4px 8px 4px;outline:none;} .ms-cui-menusection {float:left; width:85px;height:24px;overflow:hidden}.wf {speak:none; font-weight:normal; font-variant:normal; text-transform:none; -webkit-font-smoothing:antialiased; vertical-align:middle; display:inline-block;}.wf-family-owa {font-family:'o365Icons'}@font-face {  font-family:'o365IconsIE8';  src:url('https://r4.res.outlook.com/owa/prem/15.0.918.10/resources/styles/office365icons.ie8.eot?#iefix') format('embedded-opentype'),         url('https://r4.res.outlook.com/owa/prem/15.0.918.10/resources/styles/office365icons.ie8.woff') format('woff'),         url('https://r4.res.outlook.com/owa/prem/15.0.918.10/resources/styles/office365icons.ie8.ttf') format('truetype');  font-weight:normal;  font-style:normal;}@font-face {  font-family:'o365IconsMouse';  src:url('https://r4.res.outlook.com/owa/prem/15.0.918.10/resources/styles/office365icons.mouse.eot?#iefix') format('embedded-opentype'),         url('https://r4.res.outlook.com/owa/prem/15.0.918.10/resources/styles/office365icons.mouse.woff') format('woff'),         url('https://r4.res.outlook.com/owa/prem/15.0.918.10/resources/styles/office365icons.mouse.ttf') format('truetype');  font-weight:normal;  font-style:normal;}.wf-family-owa {font-family:'o365IconsMouse'}.ie8 .wf-family-owa {font-family:'o365IconsIE8'}.ie8 .wf-owa-play-large:before {content:'\e254';}.notIE8 .wf-owa-play-large:before {content:'\e054';}.ie8 .wf-owa-play-large {color:#FFFFFF/*$WFWhiteColor*/;}.notIE8 .wf-owa-play-large {border-color:#FFFFFF/*$WFWhiteColor*/; width:1.4em; height:1.4em; border-width:.1em; border-style:solid; border-radius:.8em; text-align:center; box-sizing:border-box; -moz-box-sizing:border-box; padding:0.1em; color:#FFFFFF/*$WFWhiteColor*/;}.ie8 .wf-size-play-large {width:40px; height:40px; font-size:30px}.notIE8 .wf-size-play-large {width:40px; height:40px; font-size:30px}
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle18
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
--></style>
</head>
<body dir="ltr">
<div id="OWAFontStyleDivID" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<p>Hi everyone,<br>
</p>
<p><br>
</p>
<p>Just some quick technical notes on search...<br>
</p>
<p><br>
</p>
<p>As you know, ArchivesSpace uses Solr for search indexing. It's pretty flexible, so you can always configure it to do things like use a specific operator or boost certain field values. You can see the documentation to do this here: <br>
</p>
<p><br>
</p>
<p>ArchivesSpace uses the generic /select request handler, which you can edit in the solr_config.xml ( <a href="https://github.com/archivesspace/archivesspace/blob/master/solr/solrconfig.xml" id="NoLP">https://github.com/archivesspace/archivesspace/blob/master/solr/solrconfig.xml</a>
 )<br>
</p>
<p><br>
</p>
<p>Here's the documentation on how to do that: <br>
</p>
<p><br>
</p>
<p>https://wiki.apache.org/solr/SearchHandler?action=show&redirect=StandardRequestHandler<br>
</p>
<p><a href="https://wiki.apache.org/solr/ExtendedDisMax" id="lnk415503">https://wiki.apache.org/solr/ExtendedDisMax</a>  ( used in most queries to AS ) <br>
</p>
<p><a href="https://wiki.apache.org/solr/SolrQuerySyntax" id="lnk648261">https://wiki.apache.org/solr/SolrQuerySyntax</a> ( used in some of the advanced searches )<br>
</p>
<p>​<br>
</p>
<p>Currently, you can do use operators like "AND", "OR", "NOT", wildcard ( using * ), and fielded search ( "title:vard")  in the search box. Or you can use the Advanced Search box.<br>
</p>
<p><br>
</p>
<p>The LCNAF plugin is querying OCLC's service, so it is not being handled by ArchivesSpace's solr, and there is a ticket for it here =><br>
</p>
<p><a href="https://www.pivotaltracker.com/story/show/68863168" id="lnk668409">https://www.pivotaltracker.com/story/show/68863168</a><br>
</p>
<p>The query was not optimal, so we have done some work to improve it. This will be included in the next release, or you can upgade your plugin now using the code in github ( <a href="https://github.com/archivesspace/archivesspace/tree/master/plugins/lcnaf" id="NoLP">https://github.com/archivesspace/archivesspace/tree/master/plugins/lcnaf</a>
 ) <br>
</p>
<p><br>
</p>
<p>Let me know if you have any other questions...<br>
</p>
<p><br>
</p>
<p>best, chris. <br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<div>
<p><br>
</p>
<div class="BodyFragment"><font size="2">
<div class="PlainText">Chris Fitzpatrick | chris.fitzpatrick@lyrasis.org<br>
Developer, ArchivesSpace<br>
http://archivesspace.org/<br>
</div>
</font></div>
</div>
<div style="color: rgb(40, 40, 40);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Prom, Christopher
 John <prom@illinois.edu><br>
<b>Sent:</b> Thursday, April 17, 2014 5:10 PM<br>
<b>To:</b> Archivesspace Users Group<br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] search behavior</font>
<div> </div>
</div>
<div>I have also noted major concerns over the search behavior, and about six weeks ago I entered several users stories related to search.  While implementing these would not solve all of the problems, I do think they would be a good starting point:
<div>
<div><br>
</div>
<div><a href="https://www.pivotaltracker.com/story/show/66466844">https://www.pivotaltracker.com/story/show/66466844</a></div>
<div><a href="https://www.pivotaltracker.com/story/show/66505844">https://www.pivotaltracker.com/story/show/66505844</a></div>
<div><a href="https://www.pivotaltracker.com/story/show/66466410">https://www.pivotaltracker.com/story/show/66466410</a></div>
<div><a href="https://www.pivotaltracker.com/story/show/66462588">https://www.pivotaltracker.com/story/show/66462588</a></div>
<div><br>
</div>
<div>Chris Prom</div>
<div>University of Illinois<br>
<div><br>
</div>
<div><br>
<div>
<div>On Apr 17, 2014, at 9:53 AM, Galloway, Ed <<a href="mailto:edwardg@pitt.edu">edwardg@pitt.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite"><style>
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle18
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style>
<div lang="EN-US">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"">All,</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif""> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"">I was about to write to the group to express this same concern but saw that Christine already did (see below) about a month ago, but it received no reply. Is the search
 behavior being addressed as she suggests?</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif""> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"">Thanks, Ed</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif""> </span></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Calibri","sans-serif"">Edward A. Galloway<br>
Head, Archives Service Center</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Calibri","sans-serif"">University Library System<br>
University of Pittsburgh<br>
412-648-5901</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Calibri","sans-serif""><a href="http://www.facebook.com/pittarchives">facebook.com/pittarchives</a></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Calibri","sans-serif""><a href="http://pittarchives.tumblr.com/">pittarchives.tumblr.com</a></span><span style="font-size:11.0pt; font-family:"Calibri","sans-serif""></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif""> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif""> </span></p>
<div>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt; font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt; font-family:"Tahoma","sans-serif"">
<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org">archivesspace_users_group-bounces@lyralists.lyrasis.org</a> [<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org">mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org</a>]
<b>On Behalf Of </b>Christine Di Bella<br>
<b>Sent:</b> Monday, March 17, 2014 12:11 PM<br>
<b>To:</b> <a href="mailto:archivesspace_users_group@lyralists.lyrasis.org">archivesspace_users_group@lyralists.lyrasis.org</a><br>
<b>Subject:</b> [Archivesspace_Users_Group] search behavior</span></p>
</div>
</div>
<p class="MsoNormal"> </p>
<p><span style="font-family:"Calibri","sans-serif"">(Apologies if this has been answered before.)</span></p>
<p><span style="font-family:"Calibri","sans-serif"">Now that I have more data in my test ArchivesSpace instance, I’m noticing things that I’m sure have been there all along and I just didn’t realize it. Is the search engine on ArchivesSpace set up as an “OR”
 rather than an “AND”? Any multi-word search I do pulls up way more results than I would have expected, i.e. any record of any type that has any of the words included. (Perhaps this may</span>
<span style="font-family:"Calibri","sans-serif"">also be part of the reason that provided LCNAF plugin seems to be virtually unusable?)</span>
<span style="font-family:"Calibri","sans-serif"">Since Google and its ilk have spoiled many of us,</span>
<span style="font-family:"Calibri","sans-serif"">I’m sure I’m not alone in saying an “AND” search would be more useful.</span></p>
<p><span style="font-family:"Calibri","sans-serif"">I do see that I can use quotation marks or</span>
<span style="font-family:"Calibri","sans-serif"">“and” between search terms to further focus</span>
<span style="font-family:"Calibri","sans-serif"">searches for my own records (though doing so seems to have no effect on the LCNAF plugin). That’s definitely helpful.</span></p>
<p><span style="font-family:"Calibri","sans-serif"">Is this the intended behavior?</span>
<span style="font-family:"Calibri","sans-serif"">Are more advanced search</span> <span style="font-family:"Calibri","sans-serif"">
and faceting browsing</span> <span style="font-family:"Calibri","sans-serif"">capabilities intended for</span>
<span style="font-family:"Calibri","sans-serif"">near term</span> <span style="font-family:"Calibri","sans-serif"">
future releases?</span></p>
<p><span style="font-family:"Calibri","sans-serif"">Best,</span></p>
<p><span style="font-family:"Calibri","sans-serif"">Christine</span></p>
<p><span style="font-family:"Calibri","sans-serif"">Christine Di Bella<br>
Archivist<br>
Shelby White and Leon Levy Archives Center<br>
Institute for Advanced Study<br>
Einstein Drive<br>
Princeton, NJ  08540<br>
Email :</span> <a href="mailto:cdibella@ias.edu"><span style="font-family:"Calibri","sans-serif"">cdibella@ias.edu</span></a><br>
<span style="font-family:"Calibri","sans-serif"">Phone: 609-734-8368<br>
Website :</span> <a href="http://library.ias.edu/archives"><span style="font-family:"Calibri","sans-serif"">http://library.ias.edu/archives</span></a></p>
</div>
</div>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>