diff --git a/content/post/2016-09.md b/content/post/2016-09.md index d079eadf6..a7c8cf7e7 100644 --- a/content/post/2016-09.md +++ b/content/post/2016-09.md @@ -418,6 +418,10 @@ $ ./delete-metadata-values.py -f cg.contributor.affiliation -i affiliations_pb-2 ``` ``` +- It actually works really well, and search results return much less hits now (before, after): + +![CGSpace search with "OR" boolean logic](2016/09/cgspace-search.png) +![DSpace Test search with "AND" boolean logic](2016/09/dspacetest-search.png) - Found a way to improve the configuration of Atmire's Content and Usage Analysis (CUA) module for date fields diff --git a/public/2016-09/index.html b/public/2016-09/index.html index ea8e05b9f..97ea397dd 100644 --- a/public/2016-09/index.html +++ b/public/2016-09/index.html @@ -562,6 +562,13 @@ $ ./delete-metadata-values.py -f cg.contributor.affiliation -i affiliations_pb-2
<solrQueryParser defaultOperator="AND"/>
 
+ + +

CGSpace search with "OR" boolean logic +DSpace Test search with "AND" boolean logic

+ diff --git a/public/2016/09/cgspace-search.png b/public/2016/09/cgspace-search.png new file mode 100644 index 000000000..5321987bc Binary files /dev/null and b/public/2016/09/cgspace-search.png differ diff --git a/public/2016/09/dspacetest-search.png b/public/2016/09/dspacetest-search.png new file mode 100644 index 000000000..c085aec6d Binary files /dev/null and b/public/2016/09/dspacetest-search.png differ diff --git a/public/index.xml b/public/index.xml index 7cdf03d2b..594f04e56 100644 --- a/public/index.xml +++ b/public/index.xml @@ -496,6 +496,13 @@ $ ./delete-metadata-values.py -f cg.contributor.affiliation -i affiliations_pb-2 <pre><code>&lt;solrQueryParser defaultOperator=&quot;AND&quot;/&gt; </code></pre> +<ul> +<li>It actually works really well, and search results return much less hits now (before, after):</li> +</ul> + +<p><img src="2016/09/cgspace-search.png" alt="CGSpace search with &quot;OR&quot; boolean logic" /> +<img src="2016/09/dspacetest-search.png" alt="DSpace Test search with &quot;AND&quot; boolean logic" /></p> + <ul> <li>Found a way to improve the configuration of Atmire&rsquo;s Content and Usage Analysis (CUA) module for date fields</li> </ul> diff --git a/public/post/index.xml b/public/post/index.xml index 02f002b72..4a007e5c3 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -496,6 +496,13 @@ $ ./delete-metadata-values.py -f cg.contributor.affiliation -i affiliations_pb-2 <pre><code>&lt;solrQueryParser defaultOperator=&quot;AND&quot;/&gt; </code></pre> +<ul> +<li>It actually works really well, and search results return much less hits now (before, after):</li> +</ul> + +<p><img src="2016/09/cgspace-search.png" alt="CGSpace search with &quot;OR&quot; boolean logic" /> +<img src="2016/09/dspacetest-search.png" alt="DSpace Test search with &quot;AND&quot; boolean logic" /></p> + <ul> <li>Found a way to improve the configuration of Atmire&rsquo;s Content and Usage Analysis (CUA) module for date fields</li> </ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index dc18c1384..0ae15e6a8 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -496,6 +496,13 @@ $ ./delete-metadata-values.py -f cg.contributor.affiliation -i affiliations_pb-2 <pre><code>&lt;solrQueryParser defaultOperator=&quot;AND&quot;/&gt; </code></pre> +<ul> +<li>It actually works really well, and search results return much less hits now (before, after):</li> +</ul> + +<p><img src="2016/09/cgspace-search.png" alt="CGSpace search with &quot;OR&quot; boolean logic" /> +<img src="2016/09/dspacetest-search.png" alt="DSpace Test search with &quot;AND&quot; boolean logic" /></p> + <ul> <li>Found a way to improve the configuration of Atmire&rsquo;s Content and Usage Analysis (CUA) module for date fields</li> </ul> diff --git a/static/2016/09/cgspace-search.png b/static/2016/09/cgspace-search.png new file mode 100644 index 000000000..5321987bc Binary files /dev/null and b/static/2016/09/cgspace-search.png differ diff --git a/static/2016/09/dspacetest-search.png b/static/2016/09/dspacetest-search.png new file mode 100644 index 000000000..c085aec6d Binary files /dev/null and b/static/2016/09/dspacetest-search.png differ