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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -