mongodb-developer / atlas-search-java-server

Apache License 2.0
2 stars 0 forks source link

Add faceting #4

Open erikhatcher opened 8 months ago

erikhatcher commented 8 months ago

Facets would be returned within the meta response.

erikhatcher commented 8 months ago

If faceting is on, limit=0 is allowed (return facets, but no documents) - will this work with Atlas Search?

erikhatcher commented 2 months ago

If faceting is on, limit=0 is allowed (return facets, but no documents) - will this work with Atlas Search?

Or switch to $searchMeta when limit=0.