Just a clarification (not sure if this is obvious or not):
FULLTEXT() can be used as part of a FILTER statement.
However, as Simran stated FULLTEXT() is always executed as a function call 
which will build up the entire fulltext index search result.
If there are additional FILTER statements which filter out lots of 
documents, this may indeed not be ideal in terms of performance.

Best regards
Jan

Am Samstag, 5. November 2016 15:22:12 UTC+1 schrieb Andreas Jung:
>
> The documentation states that FULLTEXT() can not be used as part of a 
> FILTER.
> Why is this the case? Is it is a natural requirement to combine a fulltext 
> search
> and other filters. The limitation of FULLTEXT() in the context of a FOR 
> loop appears
> a bit weird...am I missing something?
>
> Andreas
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to