Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

9.3. 索引

9.3.1. Indexing a directory of "rich" files

bin/post -c gettingstarted docs/			
			

9.3.2. Indexing Solr XML

bin/post -c gettingstarted example/exampledocs/*.xml
			

9.3.3. Indexing JSON

bin/post -c gettingstarted example/exampledocs/books.json
			

9.3.4. Deleting Data

			
bin/post -c gettingstarted -d "<delete><id>SP2514N</id></delete>"