70 likes | 127 Views
Xindice command. collections. List collections: xindice lc –c /db/… Add collections: xindiceadmin ac –c /db/... –n collection_name Delete collection: xindiceadmin dc –c /db/collection_name. exercise.
E N D
collections • List collections: xindice lc –c /db/… • Add collections: xindiceadmin ac –c /db/... –n collection_name • Delete collection: xindiceadmin dc –c /db/collection_name
exercise • Create collections: /db/data/products/flowers, /db/data/products/clothes, /db/data/products/electronics. • Create collections: /db/data/customers/vip, /db/data/customers/regular, /db/data/customers/potential.
documents • List documents: xindice ld –c /db/… • Add documet: xindice ad –c /db/.. –f file –n key • Retrieve document: xindice rd –c /db/.. –n key or xindice rd –c /db/.. –n key –f filename • Delete document: xindice dd –c /db.. –n key
documents • Add all files on a directory: xindice ad –c /db/…. -f directory • Add all files on a directory with an extension of “.xml”: xindice ad –c /db/… -f directory –e xml
Import & export • Import a directory structure: xindiceadmin import -c /db/… -f directory (-e extension) • Export a collection to a directory: xindice export –c /db/… -f directory