Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by EGlosson: http://wiki.apache.org/solr/UpdateRichDocuments ------------------------------------------------------------------------------ The following request will cause Solr to directly read the input file: {{{ URL in browser to add document - http://localhost:8983/solr/update/rich?stream.type=doc&stream.file=SOLR_HOME/src/test/test-files/complex.doc&id=101&stream.fieldname=name&commit=true + http://localhost:8983/solr/update/rich?stream.type=doc&stream.file=SOLR_HOME/src/test/test-files/complex.doc&fieldnames=id&id=101&stream.fieldname=name&commit=true #NOTE: The full path, or a path relative to the CWD of the running solr server must be used. URL in browser to get results - http://localhost:8983/solr/select/?q=id=101&indent=on + http://localhost:8983/solr/select/?q=id:101&indent=on }}} == Parameters ==
