neeraj katiyar
neeraj katiyar

Reputation: 1

How to utilise geo JSON index (on collection) in Arango search query

  1. I have created an index on the collection [Profiles]
  2. Create a search view on the same collection.
  3. Running the search query on the view (created on the same collection [Profiles]), (Running search query on id and geo_location fields).
  4. when I am running the explain query it is not using any index (showing index used "none"). please help me explain why it is not using any index. Explain result: running query on view
  5. If running the query on the collection itself it is using the geo_location index. Explain result: running query on collection

Why it is not using the index on the search query?

Upvotes: 0

Views: 17

Answers (0)

Related Questions