Skip to content

Commit

Permalink
Update Lucene WhitespaceAnalyzer package path
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Jun 21, 2024
1 parent b8e0db7 commit 60ccc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/collection_doc.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Lucene index is configured below -->
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<analyzer id="ws" class="org.apache.lucene.analysis.WhitespaceAnalyzer"/>
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
<text qname="tei:TEI"/>
</lucene>
<range>
Expand Down
2 changes: 1 addition & 1 deletion app/collection_pub.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<analyzer id="ws" class="org.apache.lucene.analysis.WhitespaceAnalyzer"/>
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
<text qname="tei:TEI"/>
</lucene>
<range>
Expand Down

0 comments on commit 60ccc73

Please sign in to comment.