Thank you Christian for the helpful reply.
With kind regards, Menashè
On 06/23/2015 01:32 PM, Christian Grün wrote:
Is there also an option to define inside the part only the xpaths which I would need?
I guess no, but to be honest, I am not exactly sure what you mean? Would you like to restrict indexing to specific parts of the document? In that case, you'll have to wait for someone implementing [1] (contributors are always welcome)…
Another question, how can I know if the following values have been exceeded in a specific database? Quoting: MAXLEN
You will know by looking at your data. Just write a query that returns the maximum string lengths of all distinct paths.
MAXCATS
You can e.g. use index:facets().
Hope this helps, Christian