solr - Pysolr - Indexing on multiple fields -


so, reading issue on official documentation, figured can have multivalued field :

solr.add([     {         "id": "doc_1",         "title": "a test document",         "link": ["baidu.com", "google.com"]     } 

now, index docs on both title , link field, how can that? , default field indexed on?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -