mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-13 23:29:04 +00:00
Finished path search & autocomplete. Added font parsing
This commit is contained in:
@@ -86,7 +86,8 @@ class Indexer:
|
||||
"artist": {"analyzer": "my_nGram", "type": "text"},
|
||||
"title": {"analyzer": "my_nGram", "type": "text"},
|
||||
"genre": {"analyzer": "my_nGram", "type": "text"},
|
||||
"album_artist": {"analyzer": "my_nGram", "type": "text"}
|
||||
"album_artist": {"analyzer": "my_nGram", "type": "text"},
|
||||
"font_name": {"analyzer": "my_nGram", "type": "text"},
|
||||
}}, doc_type="file", index=self.index_name)
|
||||
|
||||
self.es.indices.open(index=self.index_name)
|
||||
|
||||
Reference in New Issue
Block a user