Philipp Dev wrote:

Hi everyone



Hi Philipp,


In the xindice docs
http://xml.apache.org/xindice/guide-administrator.html#Managing+Indexes

there are a few examples for how to configure an index
by using the command line tool you can do:

xindice add_indexer -c /db/data/catalog -n idindex -p product_id
and
xindice add_collection_indexer -c /db/data/catalog -n idindex -p '*'



I don't see such command - add_collection_indexer - I guess these are leftovers from early days. The only command to add index is add_indexer.



Second question would be, are there any more command line actions to
manipulate an index?



Please take a look at config/commands.xml - it should clear all your questions on the list of available commands. Why some commands are hidden and some other not - I don't know.


Vadim




Reply via email to