// Collection Management
CollectionClient createCollection(String path,
Document
configuration);
// Index Management
String createIndexer(Document configuration);
Hi,
I am trying to use dbXml but I don't find any
documentation about "configuration" for
createCollection and createIndexer.
Please could you indicate where to find it or send me
some examples or tricks ?
best regards
Logged In: YES
user_id=1373210
I have the same problem. Documentation on how to create
indexes, especially full text indexes, is virtually non
existant at this point.
I'm unable to get full text search working, although I have
created indexes and I'm running queries without error
messages. The problem is I'm getting no content in my result
set.