Re: update external file

2014-10-23 Thread Michael Sokolov
stop filter? MArkus -Original message- From:Michael Sokolov Sent: Thursday 23rd October 2014 19:19 To: solr-user Subject: update external file I've been looking at ExternalFileField to handle popularity boosting. Since Solr updatable docvalues (SOLR-5944) isn't quite there ye

RE: update external file

2014-10-23 Thread Ramzi Alqrainy
Right, There is no REST support for it like the synonym filter, or was it stop filter. -- View this message in context: http://lucene.472066.n3.nabble.com/update-external-file-tp4165563p4165577.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: update external file

2014-10-23 Thread Markus Jelsma
ursday 23rd October 2014 19:19 > To: solr-user > Subject: update external file > > I've been looking at ExternalFileField to handle popularity boosting. > Since Solr updatable docvalues (SOLR-5944) isn't quite there yet. My > question is whether there is any suppo

Re: update external file

2014-10-23 Thread Ramzi Alqrainy
, add this under Here, key is the column name for the primaryID of solr core. Add this under 3. Reload the core. -- View this message in context: http://lucene.472066.n3.nabble.com/update-external-file-tp4165563p4165572.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: update external file

2014-10-23 Thread Michael Sokolov
.html -- View this message in context: http://lucene.472066.n3.nabble.com/update-external-file-tp4165563p4165565.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: update external file

2014-10-23 Thread Ramzi Alqrainy
-- View this message in context: http://lucene.472066.n3.nabble.com/update-external-file-tp4165563p4165565.html Sent from the Solr - User mailing list archive at Nabble.com.

update external file

2014-10-23 Thread Michael Sokolov
I've been looking at ExternalFileField to handle popularity boosting. Since Solr updatable docvalues (SOLR-5944) isn't quite there yet. My question is whether there is any support for uploading the external file via Solr, or if people do that some other (external, I guess) way? -Mike