mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 11:34:07 +00:00
remove support for unindexed tokens
This was a special feature of the legacy tokenizer who would not index very frequent tokens.
This commit is contained in:
@@ -101,7 +101,6 @@ class Token(ABC):
|
||||
count: int
|
||||
addr_count: int
|
||||
lookup_word: str
|
||||
is_indexed: bool
|
||||
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user