cleanup solr schema
[wolnelektury.git] / src / search / index.py
index 1026014..b94d8f6 100644 (file)
@@ -304,7 +304,6 @@ class Index(SolrIndex):
             book_info = dcparser.parse(open(book.xml_file.path))
 
         fields['slug'] = book.slug
-        fields['tags'] = [t.name for t in book.tags]
         fields['is_book'] = True
 
         # validator, name