search - Updating Solr Field during Post -


i use simple post tool post pdf documents solr powershell. there way post document , update field attribute simultaneously?

for example, current command is:

java -dauto -dc=nameofcore -drecursive -jar /post.jar "/path/to/my/file.pdf" 

is there parameter or argument can add command can pass value of field?

i'm on windows , using solr 6.5.1

very similar question:

updating solr field while posting .pdf document in windows


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -