Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
spyk committed Aug 2, 2021
1 parent 399c68c commit 22d3c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A token filter that removes any trailing stopwords from shingled tokens. (see ht

The main motivation is to provide better autocomplete functionality when using a suggester that uses shingled tokens by removing any trailing stopwords, as they usually don't provide any extra value and can be left out. It should usually be combined with a duplicate token removal filter. Please see below for installation instructions & a sample Solr configuration for autocomplete.

**Note:** The project depends on Lucene/Solr v.6.6.0.
**Note:** The project tests and works on Lucene/Solr versions 6.x to 8.x

### Installation

Expand Down Expand Up @@ -80,7 +80,7 @@ A sample autocomplete configuration for Solr

# License

Copyright 2015 Spyros Kapnissis
Copyright (c) 2015-2021 Spyros Kapnissis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 22d3c8e

Please sign in to comment.