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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -